Remove unnecessary openFile command

This commit is contained in:
Lukas Wirth 2022-07-17 17:45:43 +02:00 committed by Bruno Ortiz
parent 76432d39cb
commit 16cba19ff3
4 changed files with 2 additions and 17 deletions

View file

@ -192,7 +192,6 @@ function createCommands(): Record<string, CommandFactory> {
showReferences: {enabled: commands.showReferences},
triggerParameterHints: {enabled: commands.triggerParameterHints},
openLogs: {enabled: commands.openLogs},
openFile: {enabled: commands.openFile},
revealDependency: {enabled: commands.revealDependency}
};
}