Skip to content

Commit e1edfff

Browse files
authored
update setting to run in codespace
1 parent 40e2ded commit e1edfff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,7 @@ venv.bak/
137137
# Executables
138138
*.exe
139139
*.out
140-
*.app
140+
*.app
141+
142+
# Codespace
143+
pythonenv3.8

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"label": "Run File",
13-
"command": "python ${file}",
13+
"command": "python3.8 ${file}",
1414
"type": "shell",
1515
"group": {
1616
"kind": "build",

0 commit comments

Comments
 (0)