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

Brackets do not auto-close in .wat files #224937

Closed
foxwr opened this issue Aug 6, 2024 · 1 comment · Fixed by microsoft/vscode-js-debug#2154
Closed

Brackets do not auto-close in .wat files #224937

foxwr opened this issue Aug 6, 2024 · 1 comment · Fixed by microsoft/vscode-js-debug#2154
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues editor-autoclosing Editor automatic closing of parens / brackets / etc. verified Verification succeeded
Milestone

Comments

@foxwr
Copy link

foxwr commented Aug 6, 2024

Type: Bug

  1. Create a file with .wat extension
  2. Try typing '(', and it won't autocomplete with ')'

Things that do NOT solve the problem:

  • "editor.autoClosingBrackets": "always"
  • language specific [wat]:{ "editor.autoClosingBrackets": "always" }
  • launching VS code with extensions disabled

VS Code version: Code 1.92.0 (b1c0a14, 2024-07-31T23:26:45.634Z)
OS version: Windows_NT x64 10.0.19045
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 x 2400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 15.84GB (7.60GB free)
Process Argv . --disable-extensions --crash-reporter-id c17f6059-43b6-4281-a199-5c9dd903ccbd
Screen Reader no
VM 0%
Extensions disabled
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256859
vscod805cf:30301675
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
vscrp:30673768
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonnoceb:30805159
asynctok:30898717
pythonregdiag2:30936856
pythonmypyd1:30879173
2e7ec940:31000449
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
9c06g630:31013171
pythoncenvpt:31062603
a69g1124:31058053
dvdeprecation:31068756
dwnewjupytercf:31046870
impr_priority:31102340
refactort:31108082
ccplc:31103425
pythonrstrctxtcf:31103194

@rebornix rebornix added the editor-autoclosing Editor automatic closing of parens / brackets / etc. label Dec 18, 2024
@rebornix rebornix assigned hediet and unassigned alexdima Dec 18, 2024
@connor4312
Copy link
Member

WAT is actually defined in js-debug

@connor4312 connor4312 added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Dec 19, 2024
@connor4312 connor4312 self-assigned this Dec 19, 2024
connor4312 added a commit to microsoft/vscode-js-debug that referenced this issue Dec 20, 2024
@connor4312 connor4312 added this to the January 2025 milestone Jan 30, 2025
@lramos15 lramos15 added the verified Verification succeeded label Jan 30, 2025
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Feb 4, 2025
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 debug Debug viewlet, configurations, breakpoints, adapter issues editor-autoclosing Editor automatic closing of parens / brackets / etc. verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants