Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
[conf] added strings to gitinore, set startup folder to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TakiMoysha committed Aug 14, 2021
1 parent ae7833a commit deeaf10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.qt_for_python
__pycache__

output
build
5 changes: 3 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: Run App",
"name": "Python: Debug App",
"type": "python",
"request": "launch",
"program": "./src/main.py",
"program": "./main.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/src",
"pythonArgs": [
"-B",
]
Expand Down

0 comments on commit deeaf10

Please sign in to comment.