You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/open-remote-ssh/package.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,12 @@
103
103
"description": "**Experimental:** The name of the server binary, use this **only if** you are using a client without a corresponding server release",
104
104
"scope": "application",
105
105
"default": ""
106
+
},
107
+
"remoteSSH.serverInstallPath": {
108
+
"type": "string",
109
+
"markdownDescription": "A custom directory to install the Positron server data on the remote machine. By default, the server data is installed in `~/.positron-server`.",
0 commit comments