From bf08a15ba3b96bf458b4999da9e173d6d5cfe49c Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Fri, 20 Oct 2017 13:56:58 +0200 Subject: [PATCH] Update read me --- configuration-sample/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/configuration-sample/README.md b/configuration-sample/README.md index 9cd14515..e1847b48 100644 --- a/configuration-sample/README.md +++ b/configuration-sample/README.md @@ -1,3 +1,14 @@ +# 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