Explorar el Código

Enable minimap to show off bug in minimap colorization.

Michael Bolin hace 4 años
padre
commit
256705b1dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();