mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
add tests for terminal suggest widget, fix some bugs (#234445)
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
"terminalCompletionProvider"
|
||||
],
|
||||
"scripts": {
|
||||
"compile": "npx gulp compile-extension:npm",
|
||||
"watch": "npx gulp watch-extension:npm"
|
||||
"compile": "npx gulp compile-extension:terminal-suggest",
|
||||
"watch": "npx gulp watch-extension:terminal-suggest"
|
||||
},
|
||||
|
||||
"main": "./out/terminalSuggestMain",
|
||||
|
||||
Reference in New Issue
Block a user