We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cac65 commit 89db523Copy full SHA for 89db523
src/configuration.ts
@@ -69,8 +69,6 @@ export class Configuration {
69
this.setExtensionData();
70
71
// Always output extension information to channel on activate.
72
- const id = this.getExtensionData("id");
73
- const version = this.getExtensionData("version");
74
this.logger.debug(`Extension details:`, this.extensionDetails);
75
76
this.findAllLanguageConfigFilePaths();
0 commit comments