Investigate using in-box copies of packages in tools extensions by default #19302
Labels
feature-request
Request for new features or functionality
needs proposal
Need to make some design decisions
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Handling In-Box vs Installed libraries in Tools Extensions
Proposed Setting
Scope of the setting
Recommend scope is "window". User should be able to configure this just like
python.languageServer
.Client-side changes
While creating the server launch command, client will add
--import-type bundled
to theserver.py
script.Server-side changes
In the server, parse the arguments, handle as follows:
bundled
: then insert bundled path at 0.environment
: then append bundled path to the end.The text was updated successfully, but these errors were encountered: