vscode-server-connector
vscode-server-connector copied to clipboard
Allow "Edit server" file to be saved in workspace folder
It would be great to be able to save/load the "Edit Server" JSON file from the workspace folder (ie in a .vscode/servers.json) instead of ~/.rsp This can be very handy for exporting/importing workspace configuration and share it between users.
Any considerations on this issue? I created a Dev Container with this plug in installed, but each time the container gets rebuilt, we have to go through the motions of adding the server. It would be useful to have a predefined json file shared with a project.
I understand the use case. I'll be considering some options here.