diff --git a/.vscode/settings.json b/.vscode/settings.json index 03ed221b52..c26f0f0079 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,11 @@ // Add a visual ruler for the typescript linting line length "editor.rulers": [120], + "files.associations": { + // Use JSONC instead of JSON because (1) that's how VS Code interprets snippet files, and (2) it enables better source documentation. + "**/snippets/*.json": "jsonc" + }, + "search.exclude": { "**/node_modules": true, "**/bower_components": true,