Terminal suggest: Don't rely on isWindows in resolveResources #239411
Labels
debt
Code quality issues
insiders-released
Patch has been released in VS Code Insiders
terminal-suggest
Milestone
We depend on
isWindows
a few places in this file:https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/terminalContrib/suggest/browser/terminalCompletionService.ts#L10
Doing so has a couple of problems:
If we pass in isWindows from the extension host request, this will allow us to do that in tests too.
The text was updated successfully, but these errors were encountered: