TLS socket still doesn't work

This commit is contained in:
Asher
2019-07-25 17:39:43 -05:00
parent a4f21fb0d4
commit 4c4a179bce
9 changed files with 113 additions and 73 deletions

View File

@@ -12,7 +12,9 @@ import { extname } from "vs/base/common/path";
import { URITransformer, IRawURITransformer } from "vs/base/common/uriIpc";
import { mkdirp } from "vs/base/node/pfs";
import { AuthType } from "vs/server/src/server";
export enum AuthType {
Password = "password",
}
export const tmpdir = path.join(os.tmpdir(), "code-server");