Hi John,

Do you plan on integrating the vscode extension with git somehow?

Of course, when we are editing source code on the file system (like with Atelier), it's fairly straightforward to put the code in a git repo (however, sync against Caché can be a mess).

If you are editing code directly against a Caché DB, this would probably require manually exporting the changes to the filesystem, or perhaps making the vscode manage the git objects directly against the repo.

Thanks!