Sublime text project with LSP

This commit is contained in:
Yax 2022-11-19 20:42:08 +01:00
parent b9947afff5
commit 847ee2930a
2 changed files with 363 additions and 0 deletions

21
stacosys.sublime-project Normal file
View file

@ -0,0 +1,21 @@
{
"folders":
[
{
"path": "."
}
],
"settings":
{
"LSP":
{
"LSP-pylsp":
{
"settings":
{
"pylsp.plugins.jedi.environment": "./.venv"
}
}
}
}
}

342
stacosys.sublime-workspace Normal file

File diff suppressed because one or more lines are too long