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: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ The button is also available under the Namespaces tree of each server. Use it th
9
9
10
10

11
11
12
-
> The extension is competing in the [InterSystems Grand Prix 2022](https://openexchange.intersystems.com/contest/23) programming contest. Voting period: May 30 - June 5, 2022. If you like it please vote for it.
12
+
> The extension competed in the [InterSystems Grand Prix 2022](https://openexchange.intersystems.com/contest/23) programming contest. Thanks to those who voted for it.
13
13
14
14
## Installation
15
15
16
16
The extension is published on [Marketplace](https://marketplace.visualstudio.com/items?itemName=georgejames.webterminal-vscode). Either install it from there, or search for its identifier `georgejames.webterminal-vscode` in the Extensions view of [VS Code](https://code.visualstudio.com/Download).
17
17
18
18
This extension depends on the InterSystems Server Manager extension, and will install it automatically if necessary.
19
19
20
-
WebTerminal must already be installed on the target InterSystems servers. See [here](https://intersystems-community.github.io/webterminal/#downloads) for instructions. The current WebTerminal version (4.9.3) is documented as working on versions from 2014.1 upward.
20
+
WebTerminal must already be installed on the target InterSystems servers. See [here](https://intersystems-community.github.io/webterminal/#downloads) for instructions. The current WebTerminal version (4.9.4) is documented as working on versions from 2014.1 upward.
21
21
22
22
If you only want to open WebTerminals in your browser using the context menu (see above), no further setup is required.
23
23
@@ -36,10 +36,9 @@ To launch them in VS Code tabs do the following:
36
36
- /terminal
37
37
- /terminal-vscode
38
38
- /terminalsocket
39
-
> An open [WebTerminal issue](https://github.com/intersystems-community/webterminal/issues/142) means these have to be served from the root of the web server (e.g. https://myserver.internal/terminal/). If placed under a subfolder (e.g. https://myserver.internal/dev/terminal/) the initial standalone WebTerminal authentication dialog will appear but connection will fail.
40
39
41
40
4. Configure your Server Manager connection to use this web server. Use a hostname for which the web server's certificate is valid. If the certificate is self-signed or is issued by a CA that your workstation doesn't automatically trust you will also need to do the following sub-steps, otherwise the connection is likely to fail:
42
-
- Be using Server Manager [2.0.10-beta.2](https://github.com/intersystems-community/intersystems-servermanager/releases/download/v2.0.10-beta.2/servermanager-2.0.10-beta.2.vsix) or later.
41
+
- Be using Server Manager 2.0.10 or later.
43
42
- Have the setting `"http.proxyStrictSSL": false` at Workspace or User level.
44
43
5. Patch `WebTerminal.Router.cls` in the namespace where you installed WebTerminal, adding these lines and recompiling the class after saving it:
0 commit comments