Skip to content

Commit b780fd0

Browse files
committed
updated repository path
1 parent 1ad4b5f commit b780fd0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Known Vulnerabilities](https://snyk.io/test/github/daimor/vscode-objectscript/badge.svg)](https://snyk.io/test/github/daimor/vscode-objectscript)
2-
[![Gitter](https://badges.gitter.im/daimor/vscode-objectscript.svg)](https://gitter.im/daimor/vscode-objectscript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1+
[![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)
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/)
@@ -15,12 +15,12 @@
1515
## Features
1616

1717
- InterSystems ObjectScript code highlighting support.
18-
![example](https://raw.githubusercontent.com/daimor/vscode-objectscript/master/images/screenshot.png)
18+
![example](https://raw.githubusercontent.com/intersystems-community/vscode-objectscript/master/images/screenshot.png)
1919
- Debugging ObjectScript code
2020
- Intellisense support for commands, system functions, class members
2121
- Export existing sources to the working directory: press Cmd/Ctrl+Shift+P, type 'ObjectScript', press Enter.
2222
- Save and compile a class: press Ctrl+F7 (⌘+F7) or select "ObjectScript: Save and compile" from Cmd/Ctrl+Shift+P menu.
23-
- Server Explorer with possibility to export items![ServerExplorer](https://raw.githubusercontent.com/daimor/vscode-objectscript/master/images/explorer.png)
23+
- Server Explorer with possibility to export items![ServerExplorer](https://raw.githubusercontent.com/intersystems-community/vscode-objectscript/master/images/explorer.png)
2424
- Edit directly on server
2525

2626
## Installation
@@ -29,7 +29,7 @@ Install [Visual Studio Code](https://code.visualstudio.com/) first.
2929

3030
Open VSCode. Go to extensions and search for "ObjectScript" like it is shown on the attached screenshot and install it.
3131
Or install from ObjectScript extension page on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript)
32-
![installation](https://raw.githubusercontent.com/daimor/vscode-objectscript/master/images/installation.gif)
32+
![installation](https://raw.githubusercontent.com/intersystems-community/vscode-objectscript/master/images/installation.gif)
3333

3434
## Configure connection
3535

@@ -50,7 +50,7 @@ To be able to use many plugin features, you need to configure the connection to
5050
Or you can edit it through settings editor. Which you can open from menu *Code* > *Preferences* > *Settings* for macOS or *File* > *Preferences* > *Settings* for Windows, search for "workspace settings" through Command Palette [⌘⇧P/Ctrl+Shift+P] or by shortcut [⌘,/Ctrl+,].
5151

5252
- Find a 'objectscript', do not forget to set `active` to `true`
53-
`port` should follow to web port of instance (usually by default, 52773 for Caché/Ensemble, 52773 for IRIS) ![Settings UI](https://raw.githubusercontent.com/daimor/vscode-objectscript/master/images/settings.png)
53+
`port` should follow to web port of instance (usually by default, 52773 for Caché/Ensemble, 52773 for IRIS) ![Settings UI](https://raw.githubusercontent.com/intersystems-community/vscode-objectscript/master/images/settings.png)
5454
- Change settings according to your Caché/IRIS instance
5555
- You will see related output in "Output" while switched to "ObjectScript" channel (right drop-down menu on top of the output window)
5656

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/daimor/vscode-objectscript"
22+
"url": "https://github.com/intersystems-community/vscode-objectscript"
2323
},
2424
"license": "MIT",
2525
"preview": true,

0 commit comments

Comments
 (0)