This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Multifolder workspace support for VS Code #93
Open
Description
Is your feature request related to a problem? Please describe.
The current version of the VS Code extension is optimized for single-folder workspaces, and in several places assumes that the active workspace contains exactly one folder. This makes it difficult to use the extension in some scenarios, such as that discussed in microsoft/QuantumKatas#150.
Describe the solution you'd like
The lifecycle management for the language server should be extracted from the extension lifecycle for the VS Code extension, making it easier to spin up and spin down copies of the language server process as folders are added to and removed from the active workspace.