Files
vscode-extension-samples/configuration-sample
Sandeep Somavarapu bf08a15ba3 Update read me
2017-10-20 13:56:58 +02:00
..
2017-10-20 13:51:32 +02:00
2017-10-20 13:51:32 +02:00
2017-10-20 13:51:32 +02:00
2017-10-20 13:51:32 +02:00
2017-10-20 13:51:32 +02:00
2017-10-20 13:56:58 +02:00
2017-10-20 13:51:32 +02: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