Skip to content

Commit 52f9609

Browse files
committed
Silence JSON diagnostics
1 parent 73f228f commit 52f9609

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
{
66
"version": "0.2.0",
77
"configurations": [
8-
98
{
109
"name": "Run VS Code Extension",
1110
"type": "extensionHost",
@@ -24,6 +23,6 @@
2423
"port": 6009,
2524
"restart": true,
2625
"outFiles": ["${workspaceRoot}/out/**/*.js"]
27-
},
26+
}
2827
]
2928
}

0 commit comments

Comments
 (0)