File tree 1 file changed +3
-7
lines changed
lib/vscode/src/vs/server/node
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -205,14 +205,10 @@ export class Vscode {
205
205
}
206
206
}
207
207
208
+ // References:
209
+ // ../../electron-browser/sharedProcess/sharedProcessMain.ts#L148
210
+ // ../../../code/electron-main/app.ts
208
211
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
- */
216
212
const environmentService = new NativeEnvironmentService ( args ) ;
217
213
// https://github.com/cdr/code-server/issues/1693
218
214
fs . mkdirSync ( environmentService . globalStorageHome . fsPath , { recursive : true } ) ;
You can’t perform that action at this time.
0 commit comments