initial commit

This commit is contained in:
2023-10-16 21:59:05 +02:00
commit c05fc0e1ba
11 changed files with 394 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "main",
"type": "python",
"request": "launch",
"program": "/home/patrick/git/skill-ls/.venv/bin/skillls",
"python": "/home/patrick/git/skill-ls/.venv/bin/python"
}
]
}