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
View File
@@ -0,0 +1,21 @@
{
"folders":
[
{
"path": "."
}
],
"settings":
{
"LSP":
{
"LSP-pylsp":
{
"settings":
{
"pylsp.plugins.jedi.environment": "./.venv"
}
}
}
}
}
File diff suppressed because one or more lines are too long