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
It is probably just a small thing again. Does anyone have any advice for me?
Kind regards
Armin
@Armin Gayl - can you please confirm you are using Embedded Git to manage your server-side source control? https://community.intersystems.com/tags/embedded-git
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
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"
Hi Pravin, sure.
SOURCES>zpm "list-installed git-source-control"
git-source-control 2.9.0 (DeveloperMode)