microsoft / vscode

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

Problem pane lists issues in copilot temp files #208826

Closed Stanzilla closed 6 months ago

Stanzilla commented 6 months ago

Type: Bug

VSC will report issues in these temp files, for example the TS server will report issues about missing imports etc

image

VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:20:17.278Z) OS version: Windows_NT x64 10.0.22635 Modes: Remote OS version: Linux x64 5.15.150.1-microsoft-standard-WSL2

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 9 3900X 12-Core Processor (24 x 3800)| |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)|63.93GB (40.33GB free)| |Process Argv|--folder-uri=vscode-remote://wsl+Ubuntu/home/stan/projects/personal/wago-app --remote=wsl+Ubuntu --crash-reporter-id 792ef001-4877-4156-8855-a70449d56b54| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|WSL: Ubuntu| |OS|Linux x64 5.15.150.1-microsoft-standard-WSL2| |CPUs|AMD Ryzen 9 3900X 12-Core Processor (24 x 3800)| |Memory (System)|31.31GB (28.82GB free)| |VM|0%|
Extensions (68) Extension|Author (truncated)|Version ---|---|--- op-vscode|1Pa|1.0.4 Bookmarks|ale|13.4.2 jsdoc-markdown-highlighting|bie|0.0.1 catppuccin-vsc|Cat|3.13.0 dotfiles-syntax-highlighting|dot|0.1.0 better-dockerfile-syntax|jef|1.0.2 remote-containers|ms-|0.348.0 remote-wsl|ms-|0.86.0 vscode-remote-extensionpack|ms-|0.25.0 remote-server|ms-|1.5.1 material-icon-theme|PKi|4.34.0 material-product-icons|PKi|1.7.0 vscode-wow-toc|sta|0.0.6 errorlens|use|3.16.0 vscode-todo-highlight|way|1.0.5 material-theme|zhu|3.17.0 tasks|act|0.16.0 string-converter|ada|0.1.2 TabOut|alb|0.2.2 unocss|ant|0.58.7 markdown-mermaid|bie|1.22.0 markdown-shiki|bie|0.1.1 markdown-yaml-preamble|bie|0.1.0 shell-syntax|bma|1.0.5 vscode-intelephense-client|bme|1.10.4 vscode-tailwindcss|bra|0.10.5 ruff|cha|2024.16.0 vscode-markdownlint|Dav|0.54.0 vscode-eslint|dba|2.4.4 gitlens|eam|14.9.0 EditorConfig|Edi|0.16.4 prettier-vscode|esb|10.4.0 vscode-open-in-github|fab|2.2.1 copilot|Git|1.175.0 copilot-chat|Git|0.13.1 vscode-github-actions|git|0.26.2 vscode-pull-request-github|Git|0.82.1 path-autocomplete|ion|1.25.0 batch-rename-extension|Jan|0.0.6 markdown-extended|jeb|1.1.3 stylua|Joh|1.6.3 wow-api|Ket|0.13.5 rainbow-csv|mec|3.11.0 template-string-converter|meg|0.6.1 vscode-duplicate|mrm|1.2.1 playwright|ms-|1.0.22 python|ms-|2024.2.1 vscode-pylance|ms-|2024.3.2 live-server|ms-|0.4.13 powershell|ms-|2024.0.0 vsliveshare|ms-|1.0.5918 qub-xml-vscode|qub|1.2.8 quicktype|qui|12.0.46 vscode-commons|red|0.0.6 vscode-yaml|red|1.14.0 code-spell-checker|str|3.0.1 code-spell-checker-french-reforme|str|2.2.1 code-spell-checker-german|str|2.3.1 code-spell-checker-spanish|str|2.3.2 lua|sum|3.7.4 even-better-toml|tam|0.19.2 shellcheck|tim|0.37.0 vscode-status-bar-format-toggle|tom|3.2.0 sort-lines|Tyr|1.11.0 docker|vsc|1.0.0 yaml|vsc|1.0.0 volar|Vue|2.0.7 pretty-ts-errors|Yoa|0.5.3
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vscoreces:30445986 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 vscrpc:30673769 2i9eh265:30646982 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 d34g3935:30971562 fegfb526:30981948 bg6jg535:30979843 ccp2r3:30993541 dsvsc020:30976470 pythonaic:30996667 dsvsc021:30996838 g1icg217:30999571 ```
vscodenpa commented 6 months ago

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!

Stanzilla commented 6 months ago

@mjbvz would be cool if the bot (or you) could add a link to the dupe, thanks!

mjbvz commented 6 months ago

206644

Please search in the future

Stanzilla commented 6 months ago

206644

Please search in the future

Thanks! I actually did but could not find it :(