Skip to content

Commit

Permalink
💄 (#179367)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Apr 6, 2023
1 parent b60fe6c commit 499fb52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/main.js
Expand Up @@ -246,10 +246,8 @@ function configureCommandlineSwitchesSync(cliArgs) {
}
});

/* Following features are disabled from the runtime.
* `CalculateNativeWinOcclusion` - Disable native window occlusion tracker,
* Refs https://groups.google.com/a/chromium.org/g/embedder-dev/c/ZF3uHHyWLKw/m/VDN2hDXMAAAJ
*/
// Following features are disabled from the runtime:
// `CalculateNativeWinOcclusion` - Disable native window occlusion tracker (https://groups.google.com/a/chromium.org/g/embedder-dev/c/ZF3uHHyWLKw/m/VDN2hDXMAAAJ)
app.commandLine.appendSwitch('disable-features', 'CalculateNativeWinOcclusion');

// Support JS Flags
Expand Down
Expand Up @@ -35,7 +35,7 @@
}

.monaco-workbench .part.statusbar > .right-items {
flex-wrap: wrap ; /* overflow elements by wrapping */
flex-wrap: wrap; /* overflow elements by wrapping */
flex-direction: row-reverse; /* let the elements to the left wrap first */
}

Expand Down

0 comments on commit 499fb52

Please sign in to comment.