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
Does this issue occur when all extensions are disabled?: No
Steps to Reproduce:
onTaskType:cargo
launch.json
{ "version": "0.2.0", "configurations": [ { "name": "Run Extension", "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", "args": [ "--extensionDevelopmentPath=${workspaceFolder}" ], "outFiles": [ "${workspaceFolder}/dist/**/*.js" ], "preLaunchTask": "npm: webpack" }, }
This is a known issue and has been fixed before, but seems the fixes have been reverted in #222204
Ref: #175821 #192043 #172065 #221967 #222204
The text was updated successfully, but these errors were encountered:
roblourens
No branches or pull requests
Does this issue occur when all extensions are disabled?: No
Steps to Reproduce:
onTaskType:cargo
, and it reports error.launch.json
This is a known issue and has been fixed before, but seems the fixes have been reverted in #222204
Ref:
#175821
#192043
#172065
#221967
#222204
The text was updated successfully, but these errors were encountered: