Skip to content

Commit 755d1ef

Browse files
committed
fix vscode file
1 parent b3d60a4 commit 755d1ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,5 @@
222222
"go.testFlags": ["-short", "-coverpkg=./..."],
223223
// We often use a version of TypeScript that's ahead of the version shipped
224224
// with VS Code.
225-
"typescript.tsdk": "./site/node_modules/typescript/lib",
226-
"codeQL.githubDatabase.download": "never"
225+
"typescript.tsdk": "./site/node_modules/typescript/lib"
227226
}

0 commit comments

Comments
 (0)