set host for vscode server
This commit is contained in:
parent
14696f9d3f
commit
6229580a87
|
@ -4,6 +4,6 @@
|
|||
enable = true;
|
||||
telemetryLevel = "off";
|
||||
port = 3003;
|
||||
host = "apps";
|
||||
host = "0.0.0.0";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue