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

Cannot disable auto closing brackets in settings search input #75349

Closed
ghost opened this issue Jun 12, 2019 · 6 comments
Closed

Cannot disable auto closing brackets in settings search input #75349

ghost opened this issue Jun 12, 2019 · 6 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues verified Verification succeeded
Milestone

Comments

@ghost
Copy link

ghost commented Jun 12, 2019

Issue Type: Bug

Setting editor.autoClosingBrackets to "never" seems to have little effect. Some closing brackets are still inserted, both in LaTeX Workshop (math mode brackets [], which probably should have a different setting in LaTeX Workshop), but also in the settings search box closing brackets are inserted.

VS Code version: Code 1.35.0 (553cfb2, 2019-06-04T01:16:40.241Z)
OS version: Darwin x64 18.6.0

System Info
Item Value
CPUs Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz (6 x 3700)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 1, 1, 1
Memory (System) 32.00GB (3.47GB free)
Process Argv
Screen Reader no
VM 0%
Extensions (7)
Extension Author (truncated) Version
xml Dot 2.5.0
latex-workshop Jam 7.0.2
language-julia jul 0.11.6
change-string-case max 1.1.1
hg mrc 1.3.0
ayu tea 0.18.0
markdown-all-in-one yzh 2.3.1

(9 theme extensions excluded)

@vscodebot
Copy link

vscodebot bot commented Jun 12, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@alexdima
Copy link
Member

@vomout I cannot reproduce. I have tried configuring "editor.autoClosingBrackets": "never" and typing ( in a TypeScript file. The ) is not inserted automatically. What precise steps would reproduce the issue?

@alexdima alexdima added the info-needed Issue requires more information from poster label Jul 30, 2019
@ghost
Copy link
Author

ghost commented Jul 30, 2019

Just go to the settings search box within settings (ctrl-alt-cmd-w) and type a bracket [, and see ] inserted. With auto-closing brackets set to never within the settings, globally, within the workspaces, and for the user.

@alexdima alexdima changed the title Cannot disable auto closing brackets. Cannot disable auto closing brackets in settings search input Oct 9, 2019
@alexdima alexdima removed the info-needed Issue requires more information from poster label Oct 9, 2019
@alexdima
Copy link
Member

alexdima commented Oct 9, 2019

Ok, now I understand. The settings search input box uses an editor and that one does not receive the global editor.autoClosing... option.

@alexdima alexdima assigned roblourens and unassigned alexdima Oct 9, 2019
@roblourens
Copy link
Member

Also extension viewlet search

@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues labels Oct 9, 2019
@roblourens roblourens added this to the October 2019 milestone Oct 9, 2019
@alexr00
Copy link
Member

alexr00 commented Oct 30, 2019

Verified that the settings search box never does auto closing brackets now.

@alexr00 alexr00 added the verified Verification succeeded label Oct 30, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants