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
+ Export existing sources to the working directory: press Ctrl+Shift+P, type 'COS', press Enter.
12
+
+ Save and compile a class: press Ctrl+F7 or select "COS: Save and compile" from Ctrl+Shift+P menu.
13
+
14
+
15
+
Installation
16
+
--------------------
17
+
Install [Visual Studio Code](https://code.visualstudio.com/) first.
18
+
Open VSCode. Go to extensions and search for "ObjectScript" like it is shown on the attached screenshot and install it.
19
+
Or install from ObjectScript extension page on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=doublefint.vscode-cos)
20
+
11
21
12
22
Configure connection
13
23
--------------------
@@ -18,17 +28,10 @@ To be able to use many plugin features, you need to configure the connection to
18
28
- Change settings according to your Caché instance and reload VSCode ( as temporary solution )
19
29
- You will see Caché-related output in "Output" while switched to "cos" channel (right drop-down menu on top of the output window)
20
30
21
-
Features
22
-
--------
23
-
24
-
+ Export existing sources to the working directory: press Ctrl+Shift+P, type 'COS', press Enter.
25
-
+ Save and compile a class: press Ctrl+F7 or select "COS: Save and compile" from Ctrl+Shift+P menu.
26
31
27
32
Notes
28
33
-----
29
34
30
-
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=doublefint.vscode-cos)
31
-
32
35
For Caché instance with maximum security level, add '%Development' role for '/api/atelier/' web-application ( [More](https://community.intersystems.com/post/using-atelier-rest-api) )
33
36
34
37
Language support based on https://github.com/RustamIbragimov/atom-language-cos
0 commit comments