修改配置文件中的说明

This commit is contained in:
lwch
2022-07-27 17:47:42 +08:00
parent f1a2dbcf13
commit 9316f4777a
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ func (ws *Workspace) Exec(dir string) error {
return err
}
sockDir := filepath.Join(workdir, ws.id+".sock")
logging.Info("EXTENSIONS_GALLERY=%s", os.Getenv("EXTENSIONS_GALLERY"))
ws.exec = exec.Command("code-server",
"--auth", "none",
"--socket", sockDir,