mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Configuration Sample Extension
This sample shows
- How to define a
windowandresourcescoped configurations. - How to read and update a
windowscoped configuration - How to read a
resourcescoped configuration of a resource - How to update a value for
resourcescoped configuration of a resource - How to listen to configuration changes
- How to test it
Testing
Empty Workspace
Explains how to test this extension in an Empty workspace
Folder Workspace
Explains how to test this extension in a Folder workspace
Multiroot Workspace
Explains how to test this extension in a Multiroot workspace