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

Enter not working #178932

Closed
anjitpariyar opened this issue Apr 2, 2023 · 7 comments
Closed

Enter not working #178932

anjitpariyar opened this issue Apr 2, 2023 · 7 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension triage-needed

Comments

@anjitpariyar
Copy link

Type: Bug

After the update of vs code, when i enter the enter keyboard, it doesnt line break

VS Code version: Code 1.77.0 (7f329fe, 2023-03-29T10:02:16.981Z)
OS version: Windows_NT x64 10.0.22621
Modes:
Sandboxed: Yes

System Info
Item Value
CPUs AMD Ryzen 7 3700X 8-Core Processor (16 x 3593)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
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_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) undefined
Memory (System) 15.93GB (8.21GB free)
Process Argv --crash-reporter-id 6d8d7d6d-247c-464c-9889-cbc3f726cb75
Screen Reader no
VM 0%
Extensions (14)
Extension Author (truncated) Version
vscode-tailwindcss bra 0.9.11
vscode-eslint dba 2.4.0
vscode-styled-components die 0.1.33
es7-react-js-snippets dsz 4.4.3
gitlens eam 13.4.0
prettier-vscode esb 9.10.4
vscode-firefox-debug fir 2.9.8
vscode-pull-request-github Git 0.62.0
live-sass gle 6.0.4
path-autocomplete ion 1.23.1
material-icon-theme PKi 4.25.0
LiveServer rit 5.7.9
smart-css-autocomplete sai 1.5.3
tabnine-vscode Tab 3.6.43
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
vslsvsres303:30308271
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vsdfh931:30280409
vshan820:30294714
vstes263cf:30335440
pythondataviewer:30285071
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593:30376534
pythonvs932:30410667
cppdebug:30492333
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
pynewext54:30695312
azure-dev_surveyone:30548225
vsccc:30610678
nodejswelcome1cf:30587006
3biah626:30602489
pyind779:30671433
89544117:30613380
pythonsymbol12:30671437
vsctsb:30677850
azdwalk:30687957
pythonms35:30701012

@julekgwa
Copy link

julekgwa commented Apr 2, 2023

This bug has been raised already.

#178883
#178923

@anjitpariyar
Copy link
Author

anjitpariyar commented Apr 2, 2023

@julekgwa

i added this on keybindings.json and its working for me

[
    {
        "key": "enter",
        "command": "editor.action.insertLineAfter",
        "when": "editorTextFocus"
    }
]

but its conflicting with autocomplete function

@gjsjohnmurray
Copy link
Contributor

Please try disabling the vscode-styled-components extension.

@julekgwa
Copy link

julekgwa commented Apr 2, 2023

@gjsjohnmurray Thank you. It works after disabling vscode-styled-components extension.

@gjsjohnmurray
Copy link
Contributor

/causedByExtension

@VSCodeTriageBot VSCodeTriageBot added the *caused-by-extension Issue identified to be caused by an extension label Apr 2, 2023
@VSCodeTriageBot
Copy link
Collaborator

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.

Happy Coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2023
@anjitpariyar
Copy link
Author

Please try disabling the vscode-styled-components extension.

yes it was vscode-styled-components , thankyou

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 triage-needed
Projects
None yet
Development

No branches or pull requests

5 participants