Skip to content

Commit 3f02c6c

Browse files
authored
Add support for snippets in JSONC files. Closes #122 (#124)
Closes #122
1 parent 372b59e commit 3f02c6c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- Setting: `dev-proxy-toolkit.closeTerminal` - Determines if the terminal should be closed when stopping Dev Proxy
2525
- Setting: `dev-proxy-toolkit.apiPort` - Port number used to communicate with Dev Proxy API
2626
- Diagnostics: Collection renamed to `dev-proxy-toolkit`
27+
- Snippets: Support for JSONC (JSON with Comments) files
2728

2829
### Changed:
2930

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
{
9191
"language": "json",
9292
"path": "./dist/snippets.json"
93+
},
94+
{
95+
"language": "jsonc",
96+
"path": "./dist/snippets.json"
9397
}
9498
],
9599
"configuration": {

0 commit comments

Comments
 (0)