fix: switch to jsonc-parser for config file parsing in vscode extension

This commit is contained in:
Bohdan Triapitsyn
2026-01-03 15:02:50 +02:00
parent b97399a5af
commit d971836962
3 changed files with 9 additions and 7 deletions
+1
View File
@@ -175,6 +175,7 @@
"dependencies": {
"@openchamber/ui": "workspace:*",
"@opencode-ai/sdk": "^1.0.209",
"jsonc-parser": "^3.3.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"yaml": "^2.8.1"