GroupUp/.vscode/settings.json

38 lines
980 B
JSON
Raw Normal View History

{
"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
2023-03-26 18:34:25 -07:00
},
"cSpell.words": [
2024-05-18 15:05:17 -07:00
"DEVMODE",
"LOCALMODE",
"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"
]
}
}