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 9ba120e commit 86f819aCopy full SHA for 86f819a
src/monaco.ts
@@ -45,11 +45,6 @@ StandaloneServices.initialize({
45
...getSnippetConfigurationServiceOverride(),
46
...getLanguagesServiceOverride()
47
})
48
-// Disable high contrast autodetection because it fallbacks on the hc-black no matter what
49
-setTimeout(() => {
50
- // In a timeout so the service can be overriden
51
- monaco.extra.StandaloneServices.get(monaco.editor.IStandaloneThemeService).setAutoDetectHighContrast(false)
52
-})
53
54
errorHandler.setUnexpectedErrorHandler(error => {
55
console.warn('Unexpected error', error)
0 commit comments