SublimeDebugger icon indicating copy to clipboard operation
SublimeDebugger copied to clipboard

Adapters removed on update

Open rchl opened this issue 5 years ago • 1 comments

I haven't verified that but I think that installed adapters are removed on upgrading to a new version of Debugger.

If that's the case then I suppose it's because package control removes old package before installing new version.

Debugger should instead ship in packaged form and install adapters in ST's Cache directory. Here is how we do it for LSP-* packages - https://github.com/sublimelsp/lsp_utils/blob/cd41e4277982d7c4f104c64e5727989e1cd44398/st3/lsp_utils/server_npm_resource.py#L66-L94

rchl avatar Apr 07 '20 10:04 rchl

This is now moving to dumping data in sublime.cache_path()/../Package Storage (or some variation on that) due to ST scanning package folders for resources.

rwols avatar Oct 12 '20 15:10 rwols