We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In VS Code 1.10, the ${command. was deprecated, and gives a warning to switch to ${command:. But our templates still use the '.' version.
${command.
${command:
The text was updated successfully, but these errors were encountered:
Do we need to update our minimum VS Code version with this fix as well?
Sorry, something went wrong.
I think so. We will be doing so with the vsdbg work anyway, so I don't see any downside of doing that.
launch.json fixes for 'cwd' and '${command.'
a54d935
This resolves: dotnet#1275 dotnet#1083
c32f17b
gregg-miskelly
No branches or pull requests
In VS Code 1.10, the
${command.
was deprecated, and gives a warning to switch to${command:
. But our templates still use the '.' version.The text was updated successfully, but these errors were encountered: