Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13f49cd

Browse filesBrowse files
committed
chore: path refacto
1 parent 81a0faa commit 13f49cd
Copy full SHA for 13f49cd

File tree

3 files changed

+2
-2
lines changed
Filter options

3 files changed

+2
-2
lines changed

‎.vscode/launch.json

Copy file name to clipboardExpand all lines: .vscode/launch.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"python": "${workspaceFolder}/bin/python3.9",
8+
"python": "${workspaceFolder}/env/bin/python3.9",
99
"name": "Python: Current File",
1010
"type": "python",
1111
"request": "launch",

‎.vscode/tasks.json

Copy file name to clipboardExpand all lines: .vscode/tasks.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"label": "run python file",
66
"type": "shell",
7-
"command": "while inotifywait -e close_write ${file}; do ./bin/python3.9 ${file}; done"
7+
"command": "while inotifywait -e close_write ${file}; do ./env/bin/python3.9 ${file}; done"
88
}
99
]
1010
}

‎test.sh renamed to ‎scripts/test.sh

Copy file name to clipboard
File renamed without changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.