You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing a Pester test file, clicking on the "Run tests" CodeLens brings back the Integrated Console to the foreground, but do not launch anything.
In the Electron "Developper Tools", the follwing error is written to the console:
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:10 command 'vscode.startDebug' not found: Error: command 'vscode.startDebug' not found
at t._tryExecuteCommand (file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:1117177)
at file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:1117016
at n.Class.define.cancel.then (file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:69294)
at t.executeCommand (file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:1116990)
at e.$executeCommand (file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:2822547)
at t.e.invoke (file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:2876274)
at e._invokeHandler (file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:2440074)
at e._receiveOneMessage (file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:2439764)
at file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:2438791
at file:///C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:9:2440710
The startDebug command was removed by the VSCode project.
Related Issue: microsoft/vscode#33795
The text was updated successfully, but these errors were encountered:
System Details
$PSVersionTable
:Issue Description
When editing a Pester test file, clicking on the "Run tests" CodeLens brings back the Integrated Console to the foreground, but do not launch anything.
In the Electron "Developper Tools", the follwing error is written to the console:
The startDebug command was removed by the VSCode project.
Related Issue: microsoft/vscode#33795
The text was updated successfully, but these errors were encountered: