Skip to content

Commit d0ce0d2

Browse files
committed
update readme
1 parent e113308 commit d0ce0d2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Known Vulnerabilities](https://snyk.io/test/github/intersystems-community/vscode-objectscript/badge.svg)](https://snyk.io/test/github/intersystems-community/vscode-objectscript)
2-
[![Gitter](https://badges.gitter.im/intersystems-community/vscode-objectscript.svg)](https://gitter.im/intersystems-community/vscode-objectscript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
2+
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/daimor.vscode-objectscript)
33
[![](https://img.shields.io/visual-studio-marketplace/i/daimor.vscode-objectscript.svg)](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript)
44

55
[![](https://img.shields.io/badge/InterSystems-IRIS-blue.svg)](https://www.intersystems.com/products/intersystems-iris/)
@@ -10,8 +10,12 @@
1010

1111
[InterSystems](http://www.intersystems.com/our-products/) ObjectScript language support for Visual Studio Code.
1212

13+
1314
[CaretDev](https://caretdev.com/#products) provides commercial support services. [Request a Quote](https://caretdev.com/contact-us/).
1415

16+
On-line course from CaretDev - [Developing with VSCode ObjectScript – Easy Start](https://caretdev.com/courses/).
17+
18+
1519
## Features
1620

1721
- InterSystems ObjectScript code highlighting support.
@@ -56,8 +60,8 @@ Or you can edit it through settings editor. Which you can open from menu *Code*
5660

5761
## Notes
5862

59-
For Caché/IRIS instance with maximum security level, add '%Development' role for '/api/atelier/' web-application ( [More](https://community.intersystems.com/post/using-atelier-rest-api) )
63+
For Caché/IRIS instance with maximum security level, add '%Development' role for '/api/atelier/' web-application ( [More](https://community.intersystems.com/post/using-atelier-rest-api) )
6064
If you are getting 'ERROR #5540: SQLCODE: -99 Message: User xxx is not privileged for the operation' when you try to get/refresh class/routine/includes lists, grant a following SQL Procedure to your user on target namespace.
6165
```SQL
6266
grant execute on %Library.RoutineMgr_StudioOpenDialog to xxx
63-
```
67+
```

0 commit comments

Comments
 (0)