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 bea9f69 commit a7fc2a8Copy full SHA for a7fc2a8
src/checkpatchProvider.ts
@@ -84,8 +84,6 @@ export default class CheckpatchProvider implements vscode.CodeActionProvider {
84
85
if (config.run === 'onSave') {
86
this.documentListener = vscode.workspace.onDidSaveTextDocument(this.checkpatchFile, this);
87
- vscode.workspace.onDidOpenTextDocument(this.checkpatchFile, this);
88
- vscode.workspace.textDocuments.forEach(this.checkpatchFile, this);
89
}
90
91
0 commit comments