We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26648fb commit 1d4e667Copy full SHA for 1d4e667
.vscode/launch.json
@@ -24,7 +24,7 @@
24
"name": "Python: Generate Gateware",
25
"type": "python",
26
"request": "launch",
27
- "program": "deca_mandelbrot.py",
+ "program": "gateware/deca_mandelbrot.py",
28
"console": "integratedTerminal",
29
"justMyCode": false,
30
"args": [
0 commit comments