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.
1 parent d9f2a07 commit c9a66faCopy full SHA for c9a66fa
.vscode/launch.json
@@ -9,14 +9,20 @@
9
"type": "python",
10
"request": "launch",
11
"program": "${workspaceFolder}/guidata/tests/__init__.py",
12
- "console": "integratedTerminal"
+ "console": "integratedTerminal",
13
+ "env": {
14
+ // "QT_COLOR_MODE": "light",
15
+ }
16
},
17
{
18
"name": "Python : Current file",
19
20
21
"program": "${file}",
22
23
24
25
26
}
27
]
28
0 commit comments