Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 998d865

Browse files
authored
fix: bug (#49)
1 parent e3dee37 commit 998d865

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.vscode
1+
/.vscode
22
Language/rust/project/target/
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"python.defaultInterpreterPath": "./venv/bin/python",
3+
"python.terminal.activateEnvironment": true,
4+
"terminal.integrated.env.linux": {
5+
"VIRTUAL_ENV": "${workspaceFolder}/venv"
6+
},
7+
"terminal.integrated.profiles.linux": {
8+
"Python Venv": {
9+
"path": "/bin/bash",
10+
"args": ["-c", "source ${workspaceFolder}/bin/activate && exec bash"]
11+
}
12+
},
13+
"terminal.integrated.defaultProfile.linux": "Python Venv"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"python.defaultInterpreterPath": "./venv/bin/python",
3+
"python.terminal.activateEnvironment": true,
4+
"terminal.integrated.env.linux": {
5+
"VIRTUAL_ENV": "${workspaceFolder}/venv"
6+
},
7+
"terminal.integrated.profiles.linux": {
8+
"Python Venv": {
9+
"path": "/bin/bash",
10+
"args": ["-c", "source ${workspaceFolder}/bin/activate && exec bash"]
11+
}
12+
},
13+
"terminal.integrated.defaultProfile.linux": "Python Venv"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"python.defaultInterpreterPath": "./venv/bin/python",
3+
"python.terminal.activateEnvironment": true,
4+
"terminal.integrated.env.linux": {
5+
"VIRTUAL_ENV": "${workspaceFolder}/venv"
6+
},
7+
"terminal.integrated.profiles.linux": {
8+
"Python Venv": {
9+
"path": "/bin/bash",
10+
"args": ["-c", "source ${workspaceFolder}/bin/activate && exec bash"]
11+
}
12+
},
13+
"terminal.integrated.defaultProfile.linux": "Python Venv"
14+
}

0 commit comments

Comments
 (0)