We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a571d6 commit 0c1c91bCopy full SHA for 0c1c91b
.vscode/settings.json
@@ -217,5 +217,7 @@
217
"go.testFlags": ["-short", "-coverpkg=./..."],
218
// We often use a version of TypeScript that's ahead of the version shipped
219
// with VS Code.
220
- "typescript.tsdk": "./site/node_modules/typescript/lib"
+ "typescript.tsdk": "./site/node_modules/typescript/lib",
221
+ "dotnetAcquisitionExtension.enablePreviewFeatures": true,
222
+ "tabnine.receiveBetaChannelUpdates": true
223
}
0 commit comments