remove rust-analyzer.openFAQ

This commit is contained in:
Joel Daniel Rico 2024-07-19 07:56:22 -07:00
parent 71c78167e8
commit 430768064f
3 changed files with 0 additions and 19 deletions

View file

@ -179,7 +179,6 @@ function createCommands(): Record<string, CommandFactory> {
toggleCheckOnSave: { enabled: commands.toggleCheckOnSave },
toggleLSPLogs: { enabled: commands.toggleLSPLogs },
openWalkthrough: { enabled: commands.openWalkthrough },
openFAQ: { enabled: commands.openFAQ },
// Internal commands which are invoked by the server.
applyActionGroup: { enabled: commands.applyActionGroup },
applySnippetWorkspaceEdit: { enabled: commands.applySnippetWorkspaceEditCommand },