microsoft / vscode

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

半角のJが打てない #215607

Closed Karen136i closed 4 months ago

Karen136i commented 4 months ago

Type: Bug

html css に書き込む際に 半角のjが反応しない。 HTMLとCSSで jと打ち込むと言語認識されてしまうか 「(j)が渡されました、2番目のキーを待っています」となるか、 CSSで justify と打ち込みたいが、juが打てず、「キーの組み合わせ、(J , U)はコマンドではありません」と出力される。 この原因がわからず開発練習ができない。

VS Code version: Code 1.90.1 (611f9bfce64f25108829dd295f54a6894e87339d, 2024-06-11T21:01:24.262Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz (8 x 2304)| |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| |Load (avg)|undefined| |Memory (System)|7.85GB (1.60GB free)| |Process Argv|--crash-reporter-id a125d474-66ff-4199-9d85-9bf8deea2d2c| |Screen Reader|no| |VM|0%|
Extensions (15) Extension|Author (truncated)|Version ---|---|--- rails-routes|aki|0.6.3 rails|bun|0.17.8 vscode-gemfile|bun|0.4.2 vscode-html-css|ecm|2.0.10 copilot|Git|1.203.0 copilot-chat|Git|0.16.2024061102 vscode-pull-request-github|Git|0.88.1 rails-snippets|Hri|1.0.8 vscode-html-format|moh|0.1.6 vscode-language-pack-ja|MS-|1.89.2024050109 live-server|ms-|0.4.13 oracle-java|Ora|22.0.1 LiveServer|rit|5.7.9 slim|sia|0.1.2 JavaScriptSnippets|xab|1.8.0
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscorecescf:30445987 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pythonmypyd1:30879173 2e7ec940:31000449 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 jchc7451:31067544 dsvsc021:30996838 f3je6385:31013174 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 pythonprt:31056678 dwnewjupyter:31046869 newcmakeconfigv2:31071590 ```
vscodenpa commented 4 months ago

この問題を作成していただきありがとうございます。

しかし、説明文が英語ではないため、作業が難しいです。可能であれば、この号を英語に編集してください。新しいコメントを追加したり、新しい課題を作成したりせず、既存の課題を編集してください。

残念ながら、自動翻訳サービスでは、ソフトウェアの問題について効果的に伝えるために必要な技術用語を処理できないため、当社の技術に精通した人間の翻訳者に翻訳を手伝ってもらうことをお勧めします。

それ以外の場合、この問題は翻訳が必要とマークされており、コミュニティメンバーが翻訳を手伝ってくれる場合があります。


Thanks for creating this issue!

Unfortunately, as the description is not in English, it's hard for us to work on. If possible, please edit the original issue to be in English.

In our experience, automatic translation services are not able to handle the technical language needed to effectively communicate about software issues, so we recommend finding a human translator who is familiar with our technology to help.

Otherwise, we have marked this as needing translation and a community member may be able to help out.

Karen136i commented 4 months ago

When writing in HTML and CSS, the half-width 'j' does not respond. While typing 'j' in HTML and CSS, the language seems to recognize it as a command, and it prompts with "j was received, waiting for the second key" or outputs "The key combination (J, U) is not recognized as a command." In CSS, trying to type 'justify' results in 'ju' being unresponsive, and it displays "The key combination (J, U) is not recognized as a command." I am unable to determine the cause of this issue, and it is hindering my practice development.

The keyboard language setting is set to Japanese - Microsoft IME. The half-width 'J' is not recognized only within VS Code.

Karen136i commented 4 months ago

It's resolved.

aeschli commented 4 months ago

Thanks!