microsoft / vscode

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

First walkthrough is not opened automatic #207302

Closed harbin1053020115 closed 7 months ago

harbin1053020115 commented 7 months ago

Type: Bug

  1. Remove all walkthroughs in src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts
  2. Add some walkthroughs with vscode extension using walkthrough contribution point
  3. First walkthrough is not opended automatic

VS Code version: Code 1.87.0 (019f4d1419fbc8219a181fab7892ebccf7ee29a2, 2024-02-27T23:42:56.944Z) OS version: Darwin x64 21.6.0 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2600)| |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_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|3, 5, 5| |Memory (System)|16.00GB (1.49GB free)| |Process Argv|--enable-proposed-api Alibaba-Cloud.tongyi-vscode --crash-reporter-id 4bdc6d0b-45c5-4bbd-b2e3-e7e9e12ed164| |Screen Reader|no| |VM|0%|
Extensions (27) Extension|Author (truncated)|Version ---|---|--- better-comments|aar|3.0.2 codesnap|adp|1.3.4 project-manager|ale|12.7.0 tongyi-vscode|Ali|0.0.32-alpha tsl-problem-matcher|amo|0.6.2 multi-cursor-case-preserve|Car|1.0.5 path-intellisense|chr|2.8.5 vscode-eslint|dba|2.4.4 githistory|don|0.6.20 es7-react-js-snippets|dsz|4.4.3 bracket-pair-toggler|dzh|0.0.3 gitlens|eam|14.9.0 EditorConfig|Edi|0.16.4 prettier-vscode|esb|10.1.0 code-runner|for|0.12.1 todo-tree|Gru|0.0.226 vscode-docker|ms-|1.29.0 vscode-language-pack-zh-hans|MS-|1.87.2024030609 debugpy|ms-|2024.2.0 remote-containers|ms-|0.348.0 indent-rainbow|ode|8.3.1 docthis|oou|0.8.2 code-spell-checker|str|3.0.1 vscode-stylelint|sty|1.3.0 vslook|sud|0.3.2 vim|vsc|1.27.2 JavaScriptSnippets|xab|1.8.0
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805cf:30301675 binariesv615:30325510 vsaa593:30376534 py29gd2263:30899288 vscaac:30438847 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30959799 pythongtdpath:30769146 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 pydisww1:30981707 cppperfcontrol:30979541 8082a590:30971561 fegfb526:30981948 bg6jg535:30979843 78248357:30976999 dsvsc020:30976470 ```
vscodenpa commented 7 months ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.87.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

bhavyaus commented 7 months ago

Thanks for the fix!