Don't refresh cached globals automatically

Fixes #259343
Fixes #256746
This commit is contained in:
Daniel Imms
2025-08-03 05:15:19 -07:00
parent cda153f038
commit f9059d5a79
3 changed files with 22 additions and 7 deletions

View File

@@ -17,6 +17,15 @@
"terminalCompletionProvider",
"terminalShellEnv"
],
"contributes": {
"commands": [
{
"command": "terminal.integrated.suggest.clearCachedGlobals",
"category": "Terminal",
"title": "%terminal.integrated.suggest.clearCachedGlobals%"
}
]
},
"scripts": {
"compile": "npx gulp compile-extension:terminal-suggest",
"watch": "npx gulp watch-extension:terminal-suggest",