Fixed typo

This commit is contained in:
Vallentin
2018-11-30 08:12:11 +01:00
parent cd33197903
commit ca857abc65

View File

@ -1,6 +1,6 @@
# Basic multi root API samples
This extension adds an entry to the status bar that shows the name of the currently active file. To excercise multi root APIs it:
This extension adds an entry to the status bar that shows the name of the currently active file. To exercise multi root APIs it:
- only enables itself when more than one `WorkspaceFolder` is opened using `workspace.workspaceFolders` API
- shows the name of the `WorkspaceFolder` the file is from (if any) using `workspace.getWorkspaceFolder()` API
- updates when there are changes to the number of `WorkspaceFolder` via the `workspace.onDidChangeWorkspaceFolders()` API