mirror of
https://github.com/Laurent2916/nio-llm.git
synced 2024-11-08 14:39:00 +00:00
🧑💻 set PYTHONPATH in vscode integrated terminal
This commit is contained in:
parent
a2f75c3888
commit
a7dd021c4c
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -12,6 +12,9 @@
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"terminal.integrated.env.linux": {
|
||||||
|
"PYTHONPATH": "${workspaceFolder}"
|
||||||
|
},
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.git": true,
|
"**/.git": true,
|
||||||
"**/.svn": true,
|
"**/.svn": true,
|
||||||
|
@ -24,4 +27,4 @@
|
||||||
"**/.direnv": true,
|
"**/.direnv": true,
|
||||||
"**/.ruff_cache": true,
|
"**/.ruff_cache": true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue