Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19c2f31

Browse files
committedMar 22, 2021
fixup: remove comment in server.ts
1 parent 071c8e1 commit 19c2f31

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎lib/vscode/src/vs/server/node/server.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,6 @@ export class Vscode {
216216
const environmentService = new NativeEnvironmentService(args);
217217
// https://github.com/cdr/code-server/issues/1693
218218
fs.mkdirSync(environmentService.globalStorageHome.fsPath, { recursive: true });
219-
/*
220-
NOTE@coder: Made these updates on based on this file (and lines):
221-
Reference: - ../../electron-browser/sharedProcess/sharedProcessMain.ts#L144-L149
222-
223-
More details (from @code-asher):
224-
I think the logLevel channel is only used in the electron version of vscode so we can probably skip it.
225-
With that in mind we wouldn't need logLevelClient which means we wouldn't need the follower service
226-
either and we can use the multiplex log service directly.
227-
3/11/21 @jsjoeio
228-
*/
229219
const logService = new MultiplexLogService([
230220
new ConsoleLogger(getLogLevel(environmentService)),
231221
new SpdLogLogger(RemoteExtensionLogFileName, path.join(environmentService.logsPath, `${RemoteExtensionLogFileName}.log`), false, getLogLevel(environmentService))

0 commit comments

Comments
 (0)
Please sign in to comment.