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
options.push({id: "base-path",type: "string",cat: "o",description: "Base path of the URL at which code-server is hosted (used for login redirects)."});
57
59
options.push({id: "cert",type: "string",cat: "o",description: "Path to certificate."});
58
60
options.push({id: "cert-key",type: "string",cat: "o",description: "Path to certificate key."});
59
61
options.push({id: "extra-builtin-extensions-dir",type: "string",cat: "o",description: "Path to extra builtin extension directory."});
0 commit comments