ufbt: fixed generated project paths on Windows (#3339)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"configurationProvider": "ms-vscode.cpptools",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "c++17"
|
||||
},
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
@@ -1,3 +1,7 @@
|
||||
// This file is autogeneated by the ufbt.
|
||||
// You can modify it, and it will not be overwritten if exists.
|
||||
// Some paths are absolute, and will need to be updated if you move the project.
|
||||
// To regenerate the file, delete it and run `ufbt vscode_dist` again.
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
||||
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// This file is autogeneated by the ufbt.
|
||||
// You can modify it, and it will not be overwritten if exists.
|
||||
// Some paths are absolute, and will need to be updated if you move the project.
|
||||
// To regenerate the file, delete it and run `ufbt vscode_dist` again.
|
||||
{
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// This file is autogeneated by the ufbt.
|
||||
// You can modify it, and it will not be overwritten if exists.
|
||||
// Some paths are absolute, and will need to be updated if you move the project.
|
||||
// To regenerate the file, delete it and run `ufbt vscode_dist` again.
|
||||
{
|
||||
"cortex-debug.enableTelemetry": false,
|
||||
"cortex-debug.variableUseNaturalFormat": false,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// This file is autogeneated by the ufbt.
|
||||
// You can modify it, and it will not be overwritten if exists.
|
||||
// Some paths are absolute, and will need to be updated if you move the project.
|
||||
// To regenerate the file, delete it and run `ufbt vscode_dist` again.
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
|
||||
Reference in New Issue
Block a user