We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1594065 commit cc835f4Copy full SHA for cc835f4
.vscode/settings.json.tmpl
@@ -1,10 +1,16 @@
1
{
2
+ "files.associations": {
3
+ // Treat the settings template file as JSON so it benefits from linting
4
+ // and formatting
5
+ "*.json.tmpl": "jsonc"
6
+ },
7
"ada.projectFile": "gnat/lsp_server.gpr",
8
"ada.scenarioVariables": {
9
// Use static linking in local development to enable running the
10
// ada_language_server executable after relocation into the VS Code
11
// extension.
12
"LIBRARY_TYPE": "static"
13
14
"ada.onTypeFormatting.indentOnly": true,
15
"[ada]": {
16
"editor.autoIndent": "none",
0 commit comments