You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. If you want to reopen this workspace in the future, use the command **File > Save Workspace As...** to save it as a `.code-workspace` file.
47
47
48
48
Note that the ObjectScript Explorer view is not visible in the ObjectScript view container. Because the files listed in the Explorer view are all on the server, the ObjectScript Explorer is not needed for this configuration.
@@ -147,15 +147,12 @@ Changes you make to files opened from this root folder of your VS Code workspace
147
147
148
148
The query string of the `uri` property accepts several parameters that control filtering and display of the server-side entities. The examples below access the USER namespace on the server whose definition is named 'myserver'.
149
149
150
-
-`isfs://myserver:user/?type=cls`, shows only classes
151
-
-`isfs://myserver:user/?type=rtn`, shows only mac, int and inc files
152
150
-`isfs://myserver:user/?generated=1`, shows generated files as well as not generated
153
-
-`isfs://myserver:user/?filter=%Z*.mac,%z*.mac`, comma-delimited list of search options, ignores `type`. The default is `*.cls,*.inc,*.mac,*.int`. To see all files, use `*`.
154
-
-`isfs://myserver:user/?flat=1`, a flat list of files. Does not split packages as folders. Cannot be combined with `csp`.
151
+
-`isfs://myserver:user/?filter=%Z*.mac,%z*.mac`, comma-delimited list of search options. The default is `*.cls,*.inc,*.mac,*.int`. To see all files, use `*`.
155
152
-`isfs://myserver:user/?project=prjname`, shows only files in project `prjname`. Cannot be combined with any other parameter.
156
153
-`isfs://myserver:user/?mapped=0`, hides files that are mapped from a non-default database
157
154
158
-
The options `flat`, `generated` and `mapped` can be combined with each other, and with `type` or `filter`. If `filter` is specified, `type` is ignored.
155
+
The options `generated` and `mapped` can be combined with each other, and with `filter`.
159
156
160
157
To modify the query parameters or name of an existing workspace folder, run the `Modify Server-Side Workspace Folder...` command from the command palette or the file explorer context menu.
0 commit comments