소스 검색

Enable minimap to show off bug in minimap colorization.

Michael Bolin 4 년 전
부모
커밋
256705b1dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();