🐛 Fix incorrect command id
This commit is contained in:
parent
3519438094
commit
3d54501219
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
});
|
||||
|
||||
// Listen for refreshCache command
|
||||
vscode.commands.registerCommand("mapcomplete.refreshCache", async () => {
|
||||
vscode.commands.registerCommand("mapcomplete.refresh", async () => {
|
||||
if (cacheWorker) {
|
||||
await cacheWorker.refreshCache();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue