Extension does not create 'tasks.json' unless the '.vscode' directory already exists #4280
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
help wanted
Can be fixed in the public (open source) repo.
Language Service
tasks/build/debug
An issue relating to tasks.json (e.g. build issues)
Milestone
Type: General
When I open a folder in VS Code that does not yet have a
.vscode
folder in it, and follow the steps to create a configuration file for debugging (as outlined in #4278), the extension creates the filelaunch.json
inside a newly-created.vscode
folder, but it does not create the filetasks.json
. Because of that, when trying to start debugging, this error appears:But if I go and delete the
launch.json
file, without deleting the.vscode
folder, and perform the same steps again, everything works.Additional context
The only files I have in the folder (initially) are a couple of .cpp files and their binaries.
The text was updated successfully, but these errors were encountered: