Browse Source

Enable minimap to show off bug in minimap colorization.

Michael Bolin 4 năm trước cách đây
mục cha
commit
256705b1dc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();