geddski / geddski/macros

command 'macros.commentDown' not found

Open
#22 8 comments 5 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
177
Forks
36
PR merge metrics
No merged PRs in 30d

Description

I'm using vscode 1.19.0 on Mac OS X. I've added the "macros" key and "commentDown" example macro to my user `settings.json` file:

![image](https://user-images.githubusercontent.com/129/34242837-00437a1a-e5db-11e7-9973-00288b2ef1d6.png)

I've also added example shortcut to my `keybindings.json`

![image](https://user-images.githubusercontent.com/129/34242879-3f7781fe-e5db-11e7-8831-8567a18afba3.png)

But when I press `cmd+ctrl+/` vscode complains with `command 'macros.commentDown' not found`:

![screenshot 2017-12-20 at 11 14 01 pm](https://user-images.githubusercontent.com/129/34242927-83352b94-e5db-11e7-975f-be828edc247b.png)

Have I configured something incorrectly? I'm expecting it to comment the line, not show the above error.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the issue in VS Code 1.19.0 on macOS using the reported macros settings, the commentDown example, and the keybinding for cmd+ctrl+/. Check whether the macros.commentDown command is registered and whether the shortcut reaches it; done means the command is recognized and comments the current line instead of showing the error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, vscode
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.