-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Documentation Recommendation for Server Side Editing section and Notes.ISFS subsection
- Under subsection More about isfs and isfs-readonly workspace folders, give the full json for the workspace definition
This
{ "folders": [ { "name": "test:USER", "uri": "isfs://test:user/" } ] }as opposed to this{ "name": "test:USER", "uri": "isfs://test:user/" }
a. Explicitly give the json example the header titled "example.workspace"example.workspace
{ "folders": [ { "name": "test:USER", "uri": "isfs://test:user/" } ] } - I would also personally put this example right in the section Server-side Editing, rather than under Notes.
- Would also be good to emphasize that the configuration needs to happen in your vscode workspace definition, not your user definition.
- Under the section Server-side Editing include a screenshot of clicking the pencil icon, like this

, or have a screencast as done in the Installation section.
Thanks
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation