File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -879,6 +879,12 @@ index 3c7899079a..545d91a96b 100644
879
879
@@ -130 +130 @@ export class KeyboardMapperFactory {
880
880
- if (OS === OperatingSystem.Windows) {
881
881
+ if (isNative && OS === OperatingSystem.Windows) {
882
+ diff --git a/src/vs/workbench/services/timer/electron-browser/timerService.ts b/src/vs/workbench/services/timer/electron-browser/timerService.ts
883
+ index 6e6fbcc630..645bd72d6f 100644
884
+ --- a/src/vs/workbench/services/timer/electron-browser/timerService.ts
885
+ +++ b/src/vs/workbench/services/timer/electron-browser/timerService.ts
886
+ @@ -426,0 +427 @@ export function didUseCachedData(): boolean {
887
+ + return false;
882
888
diff --git a/src/vs/workbench/workbench.main.ts b/src/vs/workbench/workbench.main.ts
883
889
index 368fffe642..8c172db61a 100644
884
890
--- a/src/vs/workbench/workbench.main.ts
You can’t perform that action at this time.
0 commit comments