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