Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Unit Test debugging in October VS Code #1787

Closed
gregg-miskelly opened this issue Oct 10, 2017 · 2 comments · Fixed by #1800
Closed

Fix Unit Test debugging in October VS Code #1787

gregg-miskelly opened this issue Oct 10, 2017 · 2 comments · Fixed by #1800

Comments

@gregg-miskelly
Copy link
Contributor

The VS Code team is removing support for the vscode.startDebug command that this extension uses.

Here is where we use it:

PS C:\dd\omnisharp-vscode> f /s startDebug *.ts
src\features\dotnetTest.ts:285:            .then(config => vscode.commands.executeCommand('vscode.startDebug', config))
src\omnisharp\server.ts:291:                    if (commands.find(c => c === 'vscode.startDebug')) {

VS Code release notes: https://code.visualstudio.com/updates/v1_17#_debug-api-updates
Related issues: microsoft/vscode#33791, microsoft/vscode#33795

@gregg-miskelly
Copy link
Contributor Author

The new debugging API was introduced in the August release (that shipped in early September) and the old API will be removed in the October release (which ships in early November).

@gregg-miskelly
Copy link
Contributor Author

The new APIs were added in the 1.15 (July) release: https://code.visualstudio.com/updates/v1_15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants