deathaxe
deathaxe
I've just added the missing commands to such _Packages/User/Default.sublime-commands_ ``` [ // Start { "caption": "New Repository", "command": "prompt_new_repository" }, { "caption": "Clone Repository…", "command": "display_clone_page" }, { "caption": "Open...
Fixed in SM 2080
Also noted that issue, already.
Vintage plugin is maintained at https://github.com/sublimehq/Vintage. It appears rather unmaintained though. Maybe https://packagecontrol.io/packages/NeoVintageous is a better option.
The package seems to be updated quite frequently and its author has been quite active for several years. Even if maintenance would stop someone else could take over - it's...
Version numbers are not too important.
@silverwind: Monorepos are not really an option due to how packages are installed by Package Control, without introducing extra complexity to pre-create and deploy packed sublime-package files. see also: https://github.com/wbond/package_control/issues/1230
Changing the setting in `view.settings().set("lsp_uri", "file:///foo/bar.txt")` to something else (e.g.: `view.settings().set("lsp_uri_2", "file:///foo/bar.txt")` causes 1 or 2 tests to fail, but none gets stuck. The problem seems to be related with...
Seems to be a missing view instance, causing it. Using `ViewTestCase` fixes the issue. see: https://github.com/deathaxe/LSP/actions/runs/8403796385/job/23014682385 https://github.com/deathaxe/LSP/blob/adf5f79a28fea3ede3bceb7cf5146a08d2b57c87/tests/test_configurations.py#L29
No plugin functionality of Markdown is involved in copy & paste operations. Even though it may proably be possible to modify this behavior via plugin, this is more or less...