Persisting workspace or global state
#1 108 ouverte le 20 oct. 2020
Métriques du dépôt
- Stars
- (12 810 stars)
- Métriques de merge PR
- (Merge moyen 19h 29m) (12 PRs mergées en 30 j)
Description
Are there any plans for the protocol to support something analogous to VS Code's workspace and global state mementos? There are some instances where we'd like to prompt the user to make a choice that should not necessarily be manually configured as a setting. For example, in the Go language server, we'd like to prompt users to decide between multiple "workspace modes" (treat all workspace folders as one Go module or as separate modules), but if we want to remember their choice, we would have to implement our own version of persistent storage, which many editors like VS Code already support.