Explorar el Código

remove unused extension

Arsekl hace 3 años
padre
commit
e839bab30f

+ 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}))
             : []
     };
-}
+}

+ 2 - 2
src/extensions/index.ts

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

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

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