mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
修改配置文件中的说明
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user