Compare commits
2 Commits
2.1662-vsc
...
2.1665-vsc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d5db8313a | ||
|
|
73cf8f34e3 |
@@ -22,10 +22,11 @@ docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home
|
|||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- Minimum GLIBC version of 2.17 and a minimum version of GLIBCXX of 3.4.15.
|
- 64-bit host.
|
||||||
- This is the main requirement for building Visual Studio Code. We cannot go lower than this.
|
- At least 1GB of RAM.
|
||||||
- A 64-bit host with at least 1GB RAM and 2 cores.
|
- 2 cores or more are recommended (1 core works but not optimally).
|
||||||
- 1 core hosts would work but not optimally.
|
- Secure connection over HTTPS or localhost (required for service workers).
|
||||||
|
- For Linux: GLIBC 2.17 or later and GLIBCXX 3.4.15 or later.
|
||||||
- Docker (for Docker versions of `code-server`).
|
- Docker (for Docker versions of `code-server`).
|
||||||
|
|
||||||
### Run over SSH
|
### Run over SSH
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ module.exports = (remoteAuthority) => {
|
|||||||
},
|
},
|
||||||
transformOutgoingScheme: (scheme) => {
|
transformOutgoingScheme: (scheme) => {
|
||||||
switch (scheme) {
|
switch (scheme) {
|
||||||
case "file": return "vscode-local";
|
case "file": return "vscode-remote";
|
||||||
default: return scheme;
|
default: return scheme;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user