Raoul Wols
Raoul Wols
Nice work on these docs. It looks like the save command is outdated. When looking in my console with `sublime.log_commands(True)`, it has an additional argument: ``` command: save {"async": true}...
Only tested for Linux and tested locally. So my expectation is that the CI will fail. This branch should evolve more. I have also replaced the polling behavior to check...
The panel remains empty while the tests are running. It would be nice to print the intermediate test results while the test runner is running.
We're getting at around 200 tests now for LSP and we have a ton of `yield lambda: condition()` in setUp and tearDown methods. It can take a long time to...
I'm planning to rely completely on asyncio for ST4 and LSP, and I want to be able to run tests with asyncio. I'm envisioning this possibility: ```python from my_package import...
## Bug description The following places use numbers that are too large for the LSP spec's uinteger type, which can have max value 2^32 - 1. https://github.com/prisma/language-tools/blob/c464b8f5a785d67b06da6bf3f273c7eafacdccb2/packages/language-server/src/rename/renameUtil.ts#L186 https://github.com/prisma/language-tools/blob/c464b8f5a785d67b06da6bf3f273c7eafacdccb2/packages/language-server/src/rename/renameUtil.ts#L190 https://github.com/sublimelsp/LSP/issues/1951#issuecomment-1071391571 (note...
Ironically I don't understand how `preferred_comments_styles` works precisely... 1. What does the ordering do? If I put `///` higher it seems to prefer that. 2. Each entry seems to be...
The following situation is somewhat tragic: - If a package uses _only_ dependencies.json, then it will keep working in py33. - If a package imports something from Default, but doesn't...
I have https://github.com/sublimelsp/lsp_utils checked out via git in $packages but it's not getting migrated: ``` Package Control: Error loading dependency metadata during migration - [Errno 2] No such file or...
The following exception occurs on startup. ``` Package Control: Error trying to migrate dependencies - [Errno 17] File exists: '/Users/raoulwols/Library/Application Support/Sublime Text 3/Lib/python33/yaml' Exception in thread Thread-3: Traceback (most recent...