Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keybinding fail #51

Open
Gubith opened this issue Jul 31, 2019 · 2 comments
Open

keybinding fail #51

Gubith opened this issue Jul 31, 2019 · 2 comments

Comments

@Gubith
Copy link

Gubith commented Jul 31, 2019

keybinding problem with "Macros.commentDown"
The error is "Value is not accepted. Valid values: ..."
Currently no other problems showing in all of vsCode.

My custom macros were failing this way so I removed all that and put only examples from the info page.

keybindings.json
	{ "key": "alt+d", "command": "Macros.commentDown"	},
	
settings.json
"macros": {
	"commentDown": [
		"editor.action.copyLinesDownAction",
		"cursorUp",
		"editor.action.addCommentLine",
		"cursorDown"
	]
},
@oloryn
Copy link

oloryn commented Nov 17, 2019

Just installed macros on the latest VSCode (1.40.1), and I'm seeing the same problem. With macros not being added to the command palette, and keybindings now not working, this extension doesn't seem to be useful.

@oloryn
Copy link

oloryn commented Nov 21, 2019

See @jeff-hykins's macro-commander, a fork of this extension which fixes this and works on the current version of VSCode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants