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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Change Log
2
2
3
+
## [0.9.2]
4
+
- Implement `Add Server Namespace to Workspace...` command and surface it on folder context menus in VS Code Explorer.
5
+
- Add `Choose Server and Namespace` button to VS Code Explorer view when no folder or workspace is open. This provides a quick way to get started with server-centric development, particularly when combined with the 'just-in-time' connection definition enhancement that arrived in version 0.0.7 of the Server Manager extension.
6
+
3
7
## [0.9.1]
4
8
- Fix problem that caused isfs-type saves to report incorrectly that server version was newer.
5
9
- Prevent silent overwrite on retry after an import was initially canceled because of server-side difference.
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Or install from the ObjectScript extension page on [Visual Studio Marketplace](h
39
39
40
40
To be able to use many features you first need to configure the connection to your IRIS/Caché/Ensemble server(s) in your [VS Code settings](https://code.visualstudio.com/docs/getstarted/settings). If you are unfamiliar with how settings work and how they are edited, use that link.
41
41
42
-
We recommend you define server connections in the `intersystems.servers` object whose structure is defined by the [InterSystems Server Manager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) helper extension. Install this extension to get assistance when editing the JSON definition. For example:
42
+
We recommend you define server connections in the `intersystems.servers` object whose structure is defined by the [InterSystems Server Manager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) helper extension. Install this extension and consult its README about commands for easy setup of connections, plus assistance when editing the JSON definition. For example:
43
43
44
44
```json
45
45
"intersystems.servers": {
@@ -87,13 +87,8 @@ To edit code directly in one or more namespaces on one or more servers (local or
87
87
88
88
1. Start VS Code.
89
89
2. If your last-used folder opens, use 'Close Folder' on the 'File' menu ('Code' menu on macOS). Or if what opened was your last-used workspace, use 'Close Workspace'.
90
-
3. On VS Code's Explorer view, click the 'Choose Server and Namespace' button. Respond to the sequence of quickpicks.
91
-
4. Use 'Save Workspace As...' to store your workspace definition in a file with a .code-workspace extension.
92
-
93
-
Optionally, customize your workspace settings to remove the ObjectScript Explorer icon from the Action Bar. The ObjectScript Explorer view is not usually needed when working server-side in this way.
94
-
95
-
5. Use the Command Palette to run 'Preferences: Open Workspace Settings'.
96
-
6. Search for `objectscript.showExplorer` and clear the checkbox of this setting.
90
+
3. On VS Code's Explorer view, click the 'Choose Server and Namespace' button. Respond to the sequence of quickpicks. You can also define a new server connection during this process.
91
+
4. Use 'Save Workspace As...' to store your workspace definition in a file with a `.code-workspace` extension.
97
92
98
93
To access the server-side files of a web application, edit the JSON of your workspace definition. Get there by running the 'Preferences: Open Workspace Settings (JSON)' command. Format your `uri` property like this example for the `/csp/user` web application:
0 commit comments