File tree Expand file tree Collapse file tree 4 files changed +43
-1
lines changed
django/4.2.16/project/.vscode
flask/3.0.3/project/.vscode
Language/python/project/.vscode Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1
- .vscode
1
+ / .vscode
2
2
Language /rust /project /target /
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments