Skip to content

Commit 6f211fc

Browse files
committed
Shorten launch.json
1 parent 669dc57 commit 6f211fc

File tree

1 file changed

+1
-78
lines changed

1 file changed

+1
-78
lines changed

.vscode/launch.json

Lines changed: 1 addition & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -12,85 +12,8 @@
1212
"program": "${workspaceFolder}/manage.py",
1313
"args": [
1414
"runeffect",
15-
"examples.minecraft",
15+
"examples.cubes",
1616
],
17-
},
18-
{
19-
"name": "Python: demosys-py test",
20-
"type": "python",
21-
"request": "launch",
22-
"console": "none",
23-
"program": "${workspaceFolder}/manage.py",
24-
"args": [
25-
"test",
26-
],
27-
},
28-
{
29-
"name": "Python: demosys-py createeffect",
30-
"type": "python",
31-
"request": "launch",
32-
"console": "none",
33-
"program": "${workspaceFolder}/manage.py",
34-
"args": [
35-
"createeffect",
36-
"examples/bolle"
37-
],
38-
},
39-
{
40-
"name": "Python: Current File",
41-
"type": "python",
42-
"request": "launch",
43-
"program": "${file}"
44-
},
45-
{
46-
"name": "Python: Attach",
47-
"type": "python",
48-
"request": "attach",
49-
"localRoot": "${workspaceFolder}",
50-
"remoteRoot": "${workspaceFolder}",
51-
"port": 3000,
52-
"secret": "my_secret",
53-
"host": "localhost"
54-
},
55-
{
56-
"name": "Python: Terminal (integrated)",
57-
"type": "python",
58-
"request": "launch",
59-
"program": "${file}",
60-
"console": "integratedTerminal"
61-
},
62-
{
63-
"name": "Python: Terminal (external)",
64-
"type": "python",
65-
"request": "launch",
66-
"program": "${file}",
67-
"console": "externalTerminal"
68-
},
69-
{
70-
"name": "Python: Module",
71-
"type": "python",
72-
"request": "launch",
73-
"module": "module.name"
74-
},
75-
{
76-
"name": "Python: All debug Options",
77-
"type": "python",
78-
"request": "launch",
79-
"pythonPath": "${config:python.pythonPath}",
80-
"program": "${file}",
81-
"module": "module.name",
82-
"env": {
83-
"VAR1": "1",
84-
"VAR2": "2"
85-
},
86-
"envFile": "${workspaceFolder}/.env",
87-
"args": [
88-
"arg1",
89-
"arg2"
90-
],
91-
"debugOptions": [
92-
"RedirectOutput"
93-
]
9417
}
9518
]
9619
}

0 commit comments

Comments
 (0)