remove shell type api from terminal suggest proposal (#244004)

This commit is contained in:
Anthony Kim
2025-03-19 08:14:21 -07:00
committed by GitHub
parent 443519528a
commit 7e4e3c3732

View File

@@ -15,8 +15,7 @@
],
"enabledApiProposals": [
"terminalCompletionProvider",
"terminalShellEnv",
"terminalShellType"
"terminalShellEnv"
],
"scripts": {
"compile": "npx gulp compile-extension:terminal-suggest",