Skip to content

Commit

Permalink
Theia launched from Theia hangs on Windows [Electron] #11081
Browse files Browse the repository at this point in the history
* Upper case electron token env variable key to avoid problems on win

Signed-off-by: Johannes Faltermeier <[email protected]>
  • Loading branch information
jfaltermeier committed Apr 28, 2022
1 parent adb4f7c commit 7ab297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/electron-common/electron-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* The identifier is a string, which makes it usable as a key for cookies or similar.
*/
export const ElectronSecurityToken = 'x-theia-electron-token';
export const ElectronSecurityToken = 'X-THEIA-ELECTRON-TOKEN';
export interface ElectronSecurityToken {
value: string;
};

0 comments on commit 7ab297f

Please sign in to comment.