We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625a45b commit 0000448Copy full SHA for 0000448
src/monaco.ts
@@ -18,6 +18,8 @@ monaco.extra.StandaloneServices.initialize({
18
)
19
}
20
})
21
+// Disable high contrast autodetection because it fallbacks on the hc-black no matter what
22
+monaco.extra.StandaloneServices.get(monaco.editor.IStandaloneThemeService).setAutoDetectHighContrast(false)
23
24
// Force EOL to be '\n' even on Windows
25
const configurationService = monaco.extra.StandaloneServices.get(monaco.extra.IConfigurationService)
0 commit comments