microsoft / vscode

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

Extension setting menu not shown #197979

Closed willyyeremi closed 7 months ago

willyyeremi commented 8 months ago

Type: Bug

I can't see extension tab in the setting menu. I just normally installs VSCode with VSCodeSetup-x64-1.84.1.exe

VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z) OS version: Windows_NT x64 10.0.22621 Modes:

System Info |Item|Value| |---|---| |CPUs|12th Gen Intel(R) Core(TM) i7-12700H (20 x 2688)| |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
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|15.63GB (7.56GB free)| |Process Argv|--crash-reporter-id a87c82a1-fbc8-48a5-8d38-9dfc0dd8b6d3| |Screen Reader|no| |VM|0%|
Extensions (55) Extension|Author (truncated)|Version ---|---|--- commit-message-editor|ada|0.25.0 gitignore|cod|0.9.0 commit-ai|Com|2.5.0 dscodegpt|Dan|2.2.3 vscode-markdownlint|Dav|0.52.0 vscode-eslint|dba|2.4.2 prettier-vscode|esb|10.1.0 restore-terminals|Eth|1.1.8 auto-rename-tag|for|0.1.10 shell-format|fox|7.2.5 vscode-github-actions|git|0.26.2 vscode-pull-request-github|Git|0.76.1 gitattributes|has|0.4.1 vscode-drawio|hed|1.6.6 vscode-auto-open-markdown-preview|hnw|0.0.4 vscode-power-mode|hoo|3.0.2 output-colorizer|IBM|0.1.2 vsc-python-indent|Kev|1.18.0 rainbow-csv|mec|3.8.0 git-graph|mhu|1.30.0 vscode-docker|ms-|1.27.0 vscode-dotnet-runtime|ms-|2.0.0 isort|ms-|2023.10.1 pylint|ms-|2023.10.0 python|ms-|2023.20.0 vscode-pylance|ms-|2023.11.10 jupyter|ms-|2023.10.1003070148 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 remote-containers|ms-|0.321.0 remote-ssh|ms-|0.107.0 remote-ssh-edit|ms-|0.86.0 remote-wsl|ms-|0.81.8 remote-explorer|ms-|0.4.1 vsliveshare|ms-|1.0.5892 vscode-sanddance|msr|4.1.0 version-boss|nic|1.3.13 indent-rainbow|ode|8.3.1 vscode-yaml|red|1.14.0 file-tree-generator|Shi|1.1.1 rewrap|stk|1.16.3 code-spell-checker|str|3.0.1 tabnine-vscode|Tab|3.29.0 vscode-readme-pattern|tho|1.3.0 vscode-pets|ton|1.25.1 errorlens|use|3.15.0 intellicode-api-usage-examples|Vis|0.2.8 vscodeintellicode|Vis|1.2.30 vscode-icons|vsc|12.6.0 codetour|vsl|0.0.59 gitblame|wad|10.5.1 vscode-wakatime|Wak|24.4.0 markdown-all-in-one|yzh|3.5.1
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263cf:30335440 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 py29gd2263:30880072 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 282f8724:30602487 f6dab269:30613381 showlangstatbar:30737416 pythonfmttext:30731395 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 pythonnosmt12:30797651 pythonidxpt:30866567 pythonnoceb:30805159 synctok:30869157 dsvsc013:30795093 dsvsc014:30804076 dsvsc015:30845448 pythontestfixt:30871694 pythonregdiag2:30871582 pyreplss2:30886141 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:30885898 pythontbext0:30879054 dsvsc016cf:30886111 dsvsc017cf:30886113 dsvsc018cf:30886115 aa_t_chat:30882232 ```
rzhao271 commented 7 months ago

If you run the "Developer: Toggle Developer Tools" command in the Command Palette, do any errors appear?

willyyeremi commented 7 months ago

where i can see the errors? i only see an inspect element window after i clicked it at Command Pallete

rzhao271 commented 7 months ago

There should be a tab in the development tools window that says Console. Clicking on that tab should at least show some logs.

If there's no Console tab showing up, or if the development tools window doesn't seem to be opening properly (like if it doesn't open at all, or if it can't be focused), then close and restart VS Code and try again.

willyyeremi commented 7 months ago

image image

is this an error??

rzhao271 commented 7 months ago

Yeah that does look like an error. Do you see a similar message about an invalid regex if you launch VS Code with extensions disabled? You can do that by running the workbench.action.reloadWindowWithExtensionsDisabled command.

willyyeremi commented 7 months ago
image

i see a warning but not an error

rzhao271 commented 7 months ago

This issue seems like it's caused by an extension.

Could you use extension bisect and let me know which extension is causing the issue?

VSCodeTriageBot commented 7 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!