Skip to content

Commit ef7a1f8

Browse files
committed
Doc revisions per comments from Nicole
1 parent 4ccc488 commit ef7a1f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/Installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Your first step is to install VS Code:
1818

1919
Next, you need to install the following extensions:
2020

21+
- InterSystems Language Server
2122
- InterSystems ObjectScript
2223
- InterSystems Server Manager
2324

@@ -29,6 +30,6 @@ Type `intersystems` in the search field to find these extensions in the Marketpl
2930

3031
![Search in Marketplace.](../assets/images/marketplace.png "search in marketplace")
3132

32-
For the ObjectScript and Server Manager extensions, click the **install** button. Note that the InterSystems ObjectScript extension supplies an ObjectScript button which appears in the Activity Bar when a workspace or folder is open:
33+
For the Language Server, ObjectScript, and Server Manager extensions, click the **install** button. Note that the InterSystems ObjectScript extension supplies an ObjectScript button which appears in the Activity Bar when a workspace or folder is open:
3334

3435
![ObjectScript button.](../assets/images/objectscript.png "objectscript button")

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The InterSystems extensions enable you to use VS Code to connect to an InterSyst
1212

1313
Development in ObjectScript involves both your local client machine, and an InterSystems IRIS server. Because both resources are required, workflow is different from that typical for many languages. Source code files are edited on the client, and saved to the local disk where they can be managed with a Version Control System. In addition, source files are exported to an InterSystems IRIS server, where they can be compiled, run, and debugged.
1414

15-
For existing customers, the InterSystems ObjectScript extension supports Studio extensions, as provided by `%Studio.Extension.Base`. If you rely on Studio extensions such as source control hooks, you can continue to use them in VS Code.
15+
For existing customers, the InterSystems ObjectScript extension supports Studio extensions, as provided by `%Studio.Extension.Base`. If you rely on Studio extensions such as source control hooks, you can continue to use them in VS Code. VS Code is supported by InterSystems Cache and Ensemble 2016.2 and higher, and all versions of InterSystems IRIS.

0 commit comments

Comments
 (0)