Skip to content

Commit 0415088

Browse files
Merge pull request #331 from gjsjohnmurray/prepare-0.9.2
README and CHANGELOG for 0.9.2
2 parents 65f5904 + 3a63b80 commit 0415088

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

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+
37
## [0.9.1]
48
- Fix problem that caused isfs-type saves to report incorrectly that server version was newer.
59
- Prevent silent overwrite on retry after an import was initially canceled because of server-side difference.

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Or install from the ObjectScript extension page on [Visual Studio Marketplace](h
3939

4040
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.
4141

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:
4343

4444
```json
4545
"intersystems.servers": {
@@ -87,13 +87,8 @@ To edit code directly in one or more namespaces on one or more servers (local or
8787

8888
1. Start VS Code.
8989
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.
9792

9893
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:
9994

0 commit comments

Comments
 (0)