We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c2f31 commit aae17cbCopy full SHA for aae17cb
1 file changed
lib/vscode/src/vs/server/node/server.ts
@@ -205,14 +205,10 @@ export class Vscode {
205
}
206
207
208
+ // References:
209
+ // ../../electron-browser/sharedProcess/sharedProcessMain.ts#L148
210
+ // ../../../code/electron-main/app.ts
211
private async initializeServices(args: NativeParsedArgs): Promise<void> {
- /*
- NOTE@coder: this initializeServices is loosely based off this file:
- Reference: - ../../electron-browser/sharedProcess/sharedProcessMain.ts#L148
212
-
213
- If upstream changes cause conflicts, look there ^.
214
- 3/11/21 @jsjoeio
215
- */
216
const environmentService = new NativeEnvironmentService(args);
217
// https://github.com/cdr/code-server/issues/1693
218
fs.mkdirSync(environmentService.globalStorageHome.fsPath, { recursive: true });
0 commit comments