microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.46k stars 29.36k forks source link

editor dont work properly #182855

Open gihong-lee opened 1 year ago

gihong-lee commented 1 year ago

Type: Bug

if i use comment short cut(ctrl + /), the short cut dont work. just type '/'. And then i delete '/' with backspace, the editor is behaving strangely. Writing in place and not working properly.

VS Code version: Code 1.78.2 (b3e4e68a0bc097f0ae7907b217c1119af9e03435, 2023-05-10T14:39:26.248Z) OS version: Windows_NT x64 10.0.19044 Modes: Sandboxed: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz (6 x 3000)| |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
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|15.92GB (8.85GB free)| |Process Argv|--folder-uri vscode-remote://ssh-remote%2Btyrano-2/home/ssl/CXLSSDSim --crash-reporter-id e2499b7d-f696-4680-bca0-9968353116bb| |Screen Reader|no| |VM|0%|
Extensions (24) Extension|Author (truncated)|Version ---|---|--- gitlens|eam|13.6.0 prettier-vscode|esb|9.12.0 go|gol|0.38.0 vscode-language-pack-ko|MS-|1.78.2023051009 isort|ms-|2022.8.0 python|ms-|2023.8.0 vscode-pylance|ms-|2023.5.30 jupyter|ms-|2023.4.1011241018 jupyter-keymap|ms-|1.1.0 jupyter-renderers|ms-|1.0.15 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 remote-containers|ms-|0.292.0 remote-ssh|ms-|0.102.0 remote-ssh-edit|ms-|0.86.0 remote-wsl|ms-|0.78.5 vscode-remote-extensionpack|ms-|0.24.0 cmake-tools|ms-|1.14.31 cpptools|ms-|1.15.4 cpptools-extension-pack|ms-|1.3.0 remote-explorer|ms-|0.4.0 remote-server|ms-|1.1.0 cmake|twx|0.0.17 vscode-proto3|zxh|0.5.5
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscoreces:30445986 pythondataviewer:30285071 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593:30376534 pythonvs932:30410667 cppdebug:30492333 vsclangdf:30486550 c4g48928:30535728 dsvsc012:30540252 pynewext54:30695312 azure-dev_surveyone:30548225 vsccc:30610678 2e4cg342:30602488 pyind779:30671433 f6dab269:30613381 pythonsymbol12:30671437 showlangstatbar:30737416 vsccsb:30705552 azdwalk:30721579 pythonms35:30701012 03d35959:30706073 pythonfmttext:30731395 pythoncmv:30739700 fixshowwlkth:30730052 hidesbindicator:30730055 pythongtdpathcf:30739705 ```
gjsjohnmurray commented 1 year ago

Please use the Start Extension Bisect command to check whether this is being caused by one of your extensions.

gihong-lee commented 1 year ago

I tried bisect and its not caused by extension. Additionally not only ( ctrl + / and after 'backspace' ), also some combination with 'ctrl' (ex. ctrl + ` and after 'backspace') cause this problem. Is there anything else I can do to determine the cause of this issue?