mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user