Browse Source

Enable minimap to show off bug in minimap colorization.

Michael Bolin 4 years ago
parent
commit
256705b1dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app.ts

+ 1 - 1
src/app.ts

@@ -124,7 +124,7 @@ async function main(language: LanguageId) {
     language,
     theme: 'vs-dark',
     minimap: {
-      enabled: false,
+      enabled: true,
     },
   });
   provider.injectCSS();