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
1. Load this repository into IRIS from the community package registry.
15
14
```
16
-
zpm "load <absolute path to git-source-control> -verbose"
15
+
zpm "install git-source-control"
17
16
```
18
-
3. Configure settings by running the following method and answering the prompts:
17
+
2. Configure settings by running the following method and answering the prompts:
19
18
```
20
19
d ##class(SourceControl.Git.API).Configure()
21
20
```
22
-
4. If using VSCode: Set up `isfs` server-side editing. First, save your current workspace in which you have the code open. Then, open the `.code-workspace` file generated by VS Code and add the following to the list of folders:
21
+
3. If using VSCode: Set up `isfs` server-side editing. First, save your current workspace in which you have the code open. Then, open the `.code-workspace` file generated by VS Code and add the following to the list of folders:
23
22
```
24
23
{
25
24
"name": "<whatever you want the folder to show up as in the project explorer view>",
@@ -43,4 +42,4 @@ If you want to interact with remotes from VSCode/Studio directly (e.g., to push/
43
42
44
43
## During Development
45
44
46
-
:warning: Whenever any code in this project is updated outside of the server (e.g. after every `git pull`), you _have_ to run `zpm "load <absolute path to git-source-control> -verbose"`. Otherwise the changes won't be reflected on the server.
45
+
:warning: Whenever any code in this project is updated outside of the server (e.g. after every `git pull`), you _have_ to run `zpm "load <absolute path to git-source-control>"`. Otherwise the changes won't be reflected on the server. However, if you load git-source-control via the InterSystems package manager and run `git pull` via the extension itself with the default pull event handler configured, it'll just work.
0 commit comments