[vscode] automatically disable repo discovery (#127985)

This commit is contained in:
Spencer 2022-03-17 11:24:52 -07:00 committed by GitHub
parent 9319280203
commit 461415b24c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,10 @@ export const MANAGED_CONFIG_KEYS: ManagedConfigKey[] = [
key: 'typescript.enablePromptUseWorkspaceTsdk',
value: true,
},
{
key: 'git.autoRepositoryDetection',
value: false,
},
{
key: 'typescript.tsserver.maxTsServerMemory',
value: 4096,