2021-05-30 14:04:58 -07:00
|
|
|
{
|
|
|
|
"deno.enable": true,
|
|
|
|
"deno.lint": true,
|
|
|
|
"deno.unstable": true,
|
|
|
|
"deno.import_intellisense_origins": {
|
|
|
|
"https://deno.land": true
|
|
|
|
},
|
|
|
|
"spellright.language": [
|
|
|
|
"en"
|
|
|
|
],
|
2021-11-11 19:23:36 -08:00
|
|
|
"spellright.documentTypes": [],
|
|
|
|
"deno.suggest.imports.hosts": {
|
|
|
|
"https://deno.land": true
|
2023-03-26 18:34:25 -07:00
|
|
|
},
|
|
|
|
"cSpell.words": [
|
2024-05-18 15:05:17 -07:00
|
|
|
"DEVMODE",
|
|
|
|
"LOCALMODE",
|
2023-04-14 14:20:57 -07:00
|
|
|
"sproc",
|
2023-03-26 18:34:25 -07:00
|
|
|
"USTZ"
|
2024-05-18 15:05:17 -07:00
|
|
|
],
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
2021-05-30 14:04:58 -07:00
|
|
|
}
|