Skip to content

Commit 89db523

Browse files
committed
remove: unused variables which the usages were removed in commit 140cba1
1 parent 99cac65 commit 89db523

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/configuration.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ export class Configuration {
6969
this.setExtensionData();
7070

7171
// Always output extension information to channel on activate.
72-
const id = this.getExtensionData("id");
73-
const version = this.getExtensionData("version");
7472
this.logger.debug(`Extension details:`, this.extensionDetails);
7573

7674
this.findAllLanguageConfigFilePaths();

0 commit comments

Comments
 (0)