Skip to content

Commit 0c1c91b

Browse files
main
1 parent 6a571d6 commit 0c1c91b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,7 @@
217217
"go.testFlags": ["-short", "-coverpkg=./..."],
218218
// We often use a version of TypeScript that's ahead of the version shipped
219219
// with VS Code.
220-
"typescript.tsdk": "./site/node_modules/typescript/lib"
220+
"typescript.tsdk": "./site/node_modules/typescript/lib",
221+
"dotnetAcquisitionExtension.enablePreviewFeatures": true,
222+
"tabnine.receiveBetaChannelUpdates": true
221223
}

0 commit comments

Comments
 (0)