Skip to content

Commit 8b7af4f

Browse files
committed
refactor: generate lsp types from json model
1 parent b8523ae commit 8b7af4f

File tree

294 files changed

+8134
-3163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+8134
-3163
lines changed

.vscode/launch.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,14 @@
5959
"request": "launch",
6060
"module": "pytest",
6161
"args": [
62+
"--full-trace",
63+
"--tb=native",
64+
//"--regtest-reset",
6265
//"tests/robotcode/language_server/robotframework/parts/test_foldingrange.py"
6366
//"tests/robotcode/language_server/robotframework/parts/test_references.py"
64-
"./tests/robotcode/language_server/robotframework/parts/test_discovering.py::test_workspace_discovery"
67+
//"./tests/robotcode/language_server/robotframework/parts/test_discovering.py::test_workspace_discovery"
68+
//"tests/robotcode/language_server/robotframework/parts/test_document_highlight.py"
69+
"tests/robotcode/utils/test_dataclasses.py::test_really_complex_data"
6570
],
6671
"console": "integratedTerminal",
6772
"justMyCode": false,

0 commit comments

Comments
 (0)