Don't assume VSCode internal commands in the server

This commit is contained in:
Lukas Wirth 2023-02-14 14:45:48 +01:00
parent 44568007d1
commit 95fa278f30
3 changed files with 8 additions and 1 deletions

View file

@ -186,5 +186,6 @@ function createCommands(): Record<string, CommandFactory> {
resolveCodeAction: { enabled: commands.resolveCodeAction },
runSingle: { enabled: commands.runSingle },
showReferences: { enabled: commands.showReferences },
triggerParameterHints: { enabled: commands.triggerParameterHints },
};
}