|
@@ -13,7 +13,7 @@ export class FirstExtension implements IExtension {
|
|
|
name: string = '';
|
|
name: string = '';
|
|
|
|
|
|
|
|
constructor(
|
|
constructor(
|
|
|
- id: string = 'TheFirstExtension',
|
|
|
|
|
|
|
+ id: string = 'TheFirstExtension',
|
|
|
name: string = 'The First Extension'
|
|
name: string = 'The First Extension'
|
|
|
) {
|
|
) {
|
|
|
this.id = id;
|
|
this.id = id;
|
|
@@ -28,7 +28,7 @@ export class FirstExtension implements IExtension {
|
|
|
folderTreeController.handleStatusBarLanguage();
|
|
folderTreeController.handleStatusBarLanguage();
|
|
|
editorController.setEntry();
|
|
editorController.setEntry();
|
|
|
editorController.activateEditCallback();
|
|
editorController.activateEditCallback();
|
|
|
- editorController.activateLanguageService();
|
|
|
|
|
|
|
+ // editorController.activateLanguageService();
|
|
|
searchPaneController.handleSearchEvent();
|
|
searchPaneController.handleSearchEvent();
|
|
|
searchPaneController.handleSelectSearchResult();
|
|
searchPaneController.handleSelectSearchResult();
|
|
|
}
|
|
}
|
|
@@ -36,4 +36,4 @@ export class FirstExtension implements IExtension {
|
|
|
dispose(extensionCtx: IExtensionService): void {
|
|
dispose(extensionCtx: IExtensionService): void {
|
|
|
throw new Error('Method not implemented.');
|
|
throw new Error('Method not implemented.');
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|