Sublime text project with LSP
This commit is contained in:
parent
b9947afff5
commit
847ee2930a
2 changed files with 363 additions and 0 deletions
21
stacosys.sublime-project
Normal file
21
stacosys.sublime-project
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"folders":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings":
|
||||||
|
{
|
||||||
|
"LSP":
|
||||||
|
{
|
||||||
|
"LSP-pylsp":
|
||||||
|
{
|
||||||
|
"settings":
|
||||||
|
{
|
||||||
|
"pylsp.plugins.jedi.environment": "./.venv"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
342
stacosys.sublime-workspace
Normal file
342
stacosys.sublime-workspace
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue