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.
poetry install
1 parent 7d2323a commit 41cb521Copy full SHA for 41cb521
.vscode/tasks.json
@@ -12,38 +12,14 @@
12
// Build
13
//
14
{
15
- "label": "Build pminit",
16
- "type": "process",
17
- "command": "poetry",
18
- "args": [
19
- "run",
20
- "pip",
21
- "install",
22
- "--verbose",
23
- "python/pminit",
24
- ],
25
- },
26
- {
27
- "label": "Build pythonmonkey",
+ "label": "Build",
28
"type": "cppbuild",
29
"command": "poetry",
30
"args": [
31
32
33
"install",
34
35
- ".",
36
],
37
"problemMatcher": [
38
"$gcc"
39
- ]
40
41
42
- "label": "Build",
43
- "dependsOrder": "sequence",
44
- "dependsOn": [
45
- "Build pminit",
46
- "Build pythonmonkey",
47
48
"group": {
49
"kind": "build",
0 commit comments