We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9903362 + f9a3496 commit 48156b3Copy full SHA for 48156b3
.vscode/launch.json
@@ -17,7 +17,7 @@
17
"run"
18
],
19
},
20
- "preLaunchTask": "Build",
+ "preLaunchTask": "Fast build",
21
"cwd": "${fileDirname}",
22
"environment": [],
23
"externalConsole": false,
.vscode/tasks.json
@@ -26,6 +26,22 @@
26
"isDefault": true
27
}
28
29
+ {
30
+ "label": "Fast build",
31
+ "type": "process",
32
+ "command": "poetry",
33
+ "args": [
34
+ "run",
35
+ "python",
36
+ "./build.py",
37
+ ],
38
+ "problemMatcher": [
39
+ "$gcc"
40
41
+ "group": {
42
+ "kind": "build",
43
+ }
44
+ },
45
//
46
// Test
47
0 commit comments