more work

This commit is contained in:
Benjamin Pasero
2017-09-05 15:29:36 +02:00
parent 4c382387ee
commit dee88267e8
3 changed files with 8 additions and 6 deletions

View File

@ -6,6 +6,8 @@ This extension adds an entry to the status bar that shows the name of the curren
- updates when there are changes to the number of `WorkspaceFolder` via the `workspace.onDidChangeWorkspaceFolders()` API
- registers a setting `multiRootSample.statusColor` with a scope of `resource` to configure a color per `WorkspaceFolder` to use for the status bar item
![Show the folder of the active file](https://raw.githubusercontent.com/Microsoft/vscode-extension-samples/master/basic-multi-root-sample/preview.gif)
## Running the example
- Open this example in VS Code