File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ bool VSCodeProject::createProjectFile(){
7777 // fs::copy(templatePath, projectDir, fs::copy_options::overwrite_existing | fs::copy_options::recursive);
7878
7979 // tmp fix for now - explicit copy of files needed
80- fs::copy (templatePath / " .vscode" , projectDir, fs::copy_options::overwrite_existing | fs::copy_options::recursive);
80+ fs::copy (templatePath / " .vscode" , projectDir / " .vscode " , fs::copy_options::overwrite_existing | fs::copy_options::recursive);
8181 fs::copy (templatePath / " Makefile" , projectDir, fs::copy_options::skip_existing | fs::copy_options::recursive);
8282 fs::copy (templatePath / " config.make" , projectDir, fs::copy_options::skip_existing | fs::copy_options::recursive);
8383 fs::copy (templatePath / " emptyExample.code-workspace" , projectDir, fs::copy_options::overwrite_existing | fs::copy_options::recursive);
You can’t perform that action at this time.
0 commit comments