mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-03 04:16:48 +03:00
VS Code: Use textual run
for "Open A File in App" launch task
This commit is contained in:
parent
cb6b4403a3
commit
bd6ac3dd5f
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@ -21,8 +21,10 @@
|
||||
"name": "Open A File in App",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "paint.py",
|
||||
"args": ["LICENSE.txt"],
|
||||
// "program": "paint.py",
|
||||
// "args": ["LICENSE.txt"],
|
||||
"program": "${userHome}/.local/bin/textual",
|
||||
"args": ["run", "--dev", "paint.py LICENSE.txt"],
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user