mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[vscode] automatically disable repo discovery (#127985)
This commit is contained in:
parent
9319280203
commit
461415b24c
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue