Skip to content

Commit cc835f4

Browse files
committed
Fix settings template syntax
1 parent 1594065 commit cc835f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
2+
"files.associations": {
3+
// Treat the settings template file as JSON so it benefits from linting
4+
// and formatting
5+
"*.json.tmpl": "jsonc"
6+
},
27
"ada.projectFile": "gnat/lsp_server.gpr",
38
"ada.scenarioVariables": {
49
// Use static linking in local development to enable running the
510
// ada_language_server executable after relocation into the VS Code
611
// extension.
712
"LIBRARY_TYPE": "static"
13+
},
814
"ada.onTypeFormatting.indentOnly": true,
915
"[ada]": {
1016
"editor.autoIndent": "none",

0 commit comments

Comments
 (0)