Closed
Description
How do you configure it to have source control on a namespace accessed via the InterSystem Server Manager extension?
An example from the video explains only how it will work with a cloned git repo on a local machine (PC/Mac), but so far, I can't get it to work on a remote development server (replacing existing remote Studio via RDP with local VS Code).
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
isc-tleavitt commentedon Oct 29, 2024
@raszkiewicz you can get to the menu and everything important from there via the source control icon in VSCode when you're editing over isfs (that is: in server manager, choose to edit code in a namespace):
isc-tleavitt commentedon Oct 29, 2024
And which video are you referring to?
raszkiewicz commentedon Oct 29, 2024
@isc-tleavitt here: https://www.youtube.com/watch?v=elVQEU9MitE
raszkiewicz commentedon Oct 29, 2024
Wow, that is way easier to handle than going over the command line. Thanks for the tip! I assume that "Temp folder for this namespace" is a developer folder with the current
.git
location from the Studio,isc-tleavitt commentedon Oct 29, 2024
Correct! We really should call it something better than "Temp folder" - filed an issue for that (#601)
Sounds like things are working, so I'll close this out.
docs: add image