complete simplest token parser and add document symbol lookup
This commit is contained in:
Vendored
+8
@@ -7,6 +7,14 @@
|
||||
"request": "launch",
|
||||
"program": "/home/patrick/git/skill-ls/.venv/bin/skillls",
|
||||
"python": "/home/patrick/git/skill-ls/.venv/bin/python"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "main",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "skillls.parsing.iterative",
|
||||
"python": "/home/patrick/git/skill-ls/.venv/bin/python"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user