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

Closing curly brace cannot be written #36635

Closed
deiberchacon opened this issue Oct 20, 2017 · 7 comments
Closed

Closing curly brace cannot be written #36635

deiberchacon opened this issue Oct 20, 2017 · 7 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@deiberchacon
Copy link

  • VSCode Version: Code 1.17.0 (be377c0, 2017-10-04T23:45:46.804Z)
  • OS Version: Windows_NT x64 6.3.9600
  • Extensions:
Extension Author (truncated) Version
vscode-eslint dba 1.3.2
githistory don 0.2.3
php-debug fel 1.11.1
php-intellisense fel 1.5.1
php-pack fel 1.0.1
beautify Hoo 1.1.1
ftp-sync luk 0.3.3
atom-keybindings ms- 3.0.2
material-icon-theme PKi 2.2.2
vscode-icons rob 7.15.0

(1 theme extensions excluded)


Steps to Reproduce:

  1. Delete some closing curly brace.
  2. It cannot be written again using the keyboard (the event cannot be triggered).

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the php PHP support issues label Oct 20, 2017
@roblourens
Copy link
Member

You can't retype the closing curly brace? Can you include a gif or screenshot so we're clear?

@roblourens roblourens added info-needed Issue requires more information from poster and removed php PHP support issues labels Oct 20, 2017
@deiberchacon
Copy link
Author

screenshot

@roblourens
Copy link
Member

That's odd, can you start Code with --disable-extensions and check whether it still reproes?

If so, can you check for errors in the console in Help > Toggle Developer Tools?

@mnunezdm
Copy link

mnunezdm commented Oct 24, 2017

i've being running with this issue for 2 months thought i was the only one

EDIT:
After disabling extensions as @roblourens said i fixed this issue.

I started disbling extensions after this and figured out that the extension that was caussing this issue was

Atom Keybindings: ms-vscode.atom-keybindings

I disabled it and solved this issue, i dont know if it is the same case.

I have spanish keyboard layout

@roblourens
Copy link
Member

roblourens commented Oct 24, 2017

I see both of you have atom-keybindings installed. @deiberdev do you also have a non-english keyboard layout?

@deiberchacon
Copy link
Author

Yes, I have a Latin American keyboard layout. I change it to English and now I can type the closing curly brace.

@roblourens roblourens removed the info-needed Issue requires more information from poster label Oct 25, 2017
@roblourens roblourens assigned alexdima and unassigned roblourens Oct 25, 2017
@alexdima
Copy link
Member

I have moved this issue to microsoft/vscode-atom-keybindings#40

Until the extension is modified to no longer bind keybindings to ctrl+alt+ combinations, the workaround is to search in your keybindings (ctrl+k ctrl+s) for "ctrl+alt+" keybindings, find the offending ones and delete them.

@alexdima alexdima assigned auchenberg and unassigned alexdima Oct 25, 2017
@alexdima alexdima added the *caused-by-extension Issue identified to be caused by an extension label Oct 25, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

5 participants