Files
vscode-extension-samples/configuration-sample
Sandeep Somavarapu c7a0d31e03 Update read me
2017-11-03 08:59:41 +01:00
..
2017-11-03 08:59:41 +01:00
2017-11-03 08:59:41 +01:00
2017-11-03 08:59:41 +01:00
2017-11-03 08:59:41 +01:00
2017-11-03 08:59:41 +01:00
2017-11-03 08:59:41 +01:00
2017-11-03 08:59:41 +01:00

Configuration Sample Extension

This sample shows

  • How to define a window and resource scoped configurations.
  • How to read and update a window scoped configuration
  • How to read a resource scoped configuration of a resource
  • How to update a value for resource scoped 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