Skip to content

Commit f0fe08b

Browse files
authored
Merge pull request #552 from isc-rsingh/patch-1
De-emphasize Studio in the README
2 parents a642f94 + 01758e8 commit f0fe08b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,18 @@ For those with less experience using source control, we recommend this [page](/d
4141
### Health Connect Cloud
4242
git-source control is the recommended source control for Health Connect Cloud. [This page](/docs/hcc.md) covers HCC specific usage of git-source-control, including the recommended development workflow, initial setup, and CICD pipelining.
4343
44-
### Studio
44+
### VSCode
45+
The same right click menus as in Studio live under "Server Source Control..." when right-clicking in a file (in the editor) or on a file when exploring an isfs folder. The top level "source control" menu is accessible through the command palette or the source control icon in the top right of the editor.
46+
47+
### Studio
48+
49+
Note: Studio has been deprecated. VSCode is the IDE recommended by InterSystems.
50+
4551
Add a file for tracking by right-clicking on it in the workspace/project view and choosing Git > Add.
4652
This same menu also has options to remove (stop tracking the file), discard changes (revert to the index), or commit changes.
4753
4854
You can browse file history and commit changes through a user interface launched from the top level Git > "Launch Git UI" menu item. There is also a page for configuring settings.
4955
50-
### VSCode
51-
The same right click menus as in Studio live under "Server Source Control..." when right-clicking in a file (in the editor) or on a file when exploring an isfs folder. The top level "source control" menu is accessible through the command palette or the source control icon in the top right of the editor.
52-
5356
## Notes
5457
5558
### Menu Options

0 commit comments

Comments
 (0)