Arsekl 3 лет назад
Родитель
Сommit
e839bab30f
3 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      src/common/index.tsx
  2. 2 2
      src/extensions/index.ts
  3. 1 1
      src/extensions/theFirstExtension/editorController.tsx

+ 1 - 1
src/common/index.tsx

@@ -56,4 +56,4 @@ export function transformToEditorTab(item: IFolderTreeNodeProps): IEditorTab {
                 .map((local: string, index, array) => ({id: array.slice(0, index + 1).join('/'), name: local}))
                 .map((local: string, index, array) => ({id: array.slice(0, index + 1).join('/'), name: local}))
             : []
             : []
     };
     };
-}
+}

+ 2 - 2
src/extensions/index.ts

@@ -13,10 +13,10 @@ const extensions: IExtension[] = [
     new SettingsExtension(),
     new SettingsExtension(),
     new MenuBarExtension(),
     new MenuBarExtension(),
     new ActionExtension(),
     new ActionExtension(),
-    GoToGitlabExtension,
+    // GoToGitlabExtension,
     OneDarkPro,
     OneDarkPro,
     QuietLight,
     QuietLight,
     new InitializeExtension(),
     new InitializeExtension(),
 ];
 ];
 
 
-export default extensions;
+export default extensions;

+ 1 - 1
src/extensions/theFirstExtension/editorController.tsx

@@ -90,4 +90,4 @@ export function activateLanguageService() {
             }
             }
         });
         });
     }
     }
-}
+}