38 lines
980 B
JSON
38 lines
980 B
JSON
{
|
|
"deno.enable": true,
|
|
"deno.lint": true,
|
|
"deno.unstable": true,
|
|
"deno.import_intellisense_origins": {
|
|
"https://deno.land": true
|
|
},
|
|
"spellright.language": [
|
|
"en"
|
|
],
|
|
"spellright.documentTypes": [],
|
|
"deno.suggest.imports.hosts": {
|
|
"https://deno.land": true
|
|
},
|
|
"cSpell.words": [
|
|
"DEVMODE",
|
|
"LOCALMODE",
|
|
"sproc",
|
|
"USTZ"
|
|
],
|
|
"macros.list": {
|
|
"updateDbImport": [
|
|
{"command": "type", "args": {"text": "\nimport dbc"}},
|
|
{"command": "$delay", "args": {"delay": 100}},
|
|
"acceptSelectedSuggestion",
|
|
"cursorDown",
|
|
"deleteWordLeft",
|
|
"deleteRight",
|
|
"deleteRight",
|
|
"cursorEnd",
|
|
"cursorWordLeft",
|
|
"cursorWordLeft",
|
|
"cursorLeft",
|
|
{"command": "type", "args": {"text": "/common"}},
|
|
"workbench.action.files.save"
|
|
]
|
|
}
|
|
} |