z80-macroasm-vscode
z80-macroasm-vscode copied to clipboard
Extension doesn't seem to respect acceptSelectedSuggestion
Hi! Thanks for this great extension. I seem to have a problem though.
It seems that code completion for things like register and label names provided by this extension is handled differently from other completions. When I change the keybinding for acceptSelectedSuggestion from Enter to something else, pressing enter still completes the selection, except now it also moves the cursor down. Snippets respect the change, though.