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 372b59e commit 3f02c6cCopy full SHA for 3f02c6c
CHANGELOG.md
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
- Setting: `dev-proxy-toolkit.closeTerminal` - Determines if the terminal should be closed when stopping Dev Proxy
25
- Setting: `dev-proxy-toolkit.apiPort` - Port number used to communicate with Dev Proxy API
26
- Diagnostics: Collection renamed to `dev-proxy-toolkit`
27
+- Snippets: Support for JSONC (JSON with Comments) files
28
29
### Changed:
30
package.json
@@ -90,6 +90,10 @@
90
{
91
"language": "json",
92
"path": "./dist/snippets.json"
93
+ },
94
+ {
95
+ "language": "jsonc",
96
+ "path": "./dist/snippets.json"
97
}
98
],
99
"configuration": {
0 commit comments