mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Expose shell type to extensions (#238071)
* copy everything from #237624 * try to better word notes in proposed.d.ts * why is test being so flaky * try sending one more text * strictEqual only on isInteractedWith always fails * update the name as recommended * embed to make sure we are selecting event we are interested in as recommended * add node as part of TerminalShellType * getting type ..extHostTypes.TerminalShellType.Bash is not comparable to type ..vscode.TerminalShellType.Bash * just use one enum? * figured out how to get from extHostTypes * clean up
This commit is contained in:
@@ -1667,6 +1667,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
TerminalCompletionItem: extHostTypes.TerminalCompletionItem,
|
||||
TerminalCompletionItemKind: extHostTypes.TerminalCompletionItemKind,
|
||||
TerminalCompletionList: extHostTypes.TerminalCompletionList,
|
||||
TerminalShellType: extHostTypes.TerminalShellType,
|
||||
TextDocumentSaveReason: extHostTypes.TextDocumentSaveReason,
|
||||
TextEdit: extHostTypes.TextEdit,
|
||||
SnippetTextEdit: extHostTypes.SnippetTextEdit,
|
||||
|
||||
Reference in New Issue
Block a user