eclipse-theia/theia

fix handling of workspace storage path

Open

#7472 aperta il 1 apr 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (2478 fork)batch import
bughelp wantedmulti-rootplug-in systemvscode

Metriche repository

Star
 (18.676 star)
Metriche merge PR
 (Merge medio 15g 4h) (75 PR mergiate in 30 g)

Descrizione

Currently there are following issues:

  • path is changed for any change to a workspace, i.e. a new workspace root is added
  • path is patched on the fly

It can lead to data loss. A plugin should be sure that workspace storage path does not change for the same workspace. If a workspace is changed (not its roots) we should rather restart plugins that they load data from proper workspace storage.

We should also investigate how VS Code handle its to align with VS Code extensions' expectations.

Guida contributor