context
1 parent 092b729 commit d729cf8Copy full SHA for d729cf8
1 file changed
src/extension.ts
@@ -90,7 +90,7 @@ export function activate(context: vscode.ExtensionContext) {
90
if (event.affectsConfiguration(`${extensionName}.supportUnsupportedLanguages`)) {
91
configuration.updateSingleLineCommentLanguageDefinitions();
92
93
- const configureCommentBlocksDisposable = configuration.configureCommentBlocks(context);
+ const configureCommentBlocksDisposable = configuration.configureCommentBlocks();
94
95
disposables.push(...configureCommentBlocksDisposable);
96
}
0 commit comments