Written by

Question Armin Gayl · Jan 28

VSCode GIT No Change Possible?

Hi,

We are currently switching from Studio to VSCode and central GIT with Serverside Development and have a few start problems.
I have set up a system with Git.

The baseline commit including remote push works. 

But now I have a problem with the VSCode. When I create and compile a new class, it saves it correctly. But if I want to make further changes to the class, it saves the class and loads it again with the previous status.  So the changes I made are gone again.   

I have deactivated CompileOnSave without success.
The log shows the following

exporting new version of Utils.HL7Documentation.CLS to E:\HealthConnect\Git\Sources\Sources\cls\Utils\HL7Documentation.cls
Laden gestartet am 01/28/202516:31:26
Lade Datei E:\HealthConnect\Git\Sources\Sources\cls\Utils\HL7Documentation.cls als udl
Laden erfolgreich abgeschlossen.

It is probably just a small thing again. Does anyone have any advice for me? 

Kind regards

Armin

Product version: HealthShare 2024.1

Comments

Armin Gayl  Jan 28 to Ben Spead

Hello Ben, yes I use the integrated Git functions. 
Normally I am used to the code being compiled when saving. Now with the integration of Git the problem exists. 
 

kind regards 

armin

0
Pravin Barton  Jan 28 to Armin Gayl

Hi Armin, which version of the Embedded Git plugin is running on your server? If you have IRIS terminal access, the following command will show the version:

zpm "list-installed git-source-control"

0
Armin Gayl  Jan 29 to Pravin Barton

Hi Pravin,  sure.

SOURCES>zpm "list-installed git-source-control"
git-source-control 2.9.0 (DeveloperMode)

0