File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
lib/vscode/src/vs/server/node Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -205,14 +205,10 @@ export class Vscode {
205205 }
206206 }
207207
208+ // References:
209+ // ../../electron-browser/sharedProcess/sharedProcessMain.ts#L148
210+ // ../../../code/electron-main/app.ts
208211 private async initializeServices ( args : NativeParsedArgs ) : Promise < void > {
209- /*
210- NOTE@coder: this initializeServices is loosely based off this file:
211- Reference: - ../../electron-browser/sharedProcess/sharedProcessMain.ts#L148
212-
213- If upstream changes cause conflicts, look there ^.
214- 3/11/21 @jsjoeio
215- */
216212 const environmentService = new NativeEnvironmentService ( args ) ;
217213 // https://github.com/cdr/code-server/issues/1693
218214 fs . mkdirSync ( environmentService . globalStorageHome . fsPath , { recursive : true } ) ;
You can’t perform that action at this time.
0 commit comments