I'm working with a remote SAS Viya environment where I edit files directly on the SAS Server (via the VS Code side panel) -- all my files and data reside exclusively on the server.
The SAS Viya server environment appears to lack a standard "workspace" concept, which prevents me from using VS Code's native Git integration (e.g., committing, pushing, pulling changes to/from a Git repo).
I’m looking for guidance on how to enable Git integration for SAS Viya files in VS Code. A potential idea I’ve considered is setting up SSH services on the SAS Viya server to bridge this gap -- but I’m unsure if this is the right approach, or if there are official/best-practice solutions for this scenario.