microsoft / vscode

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

File selector shows wrong files. #232889

Open HannuEKN opened 5 days ago

HannuEKN commented 5 days ago

Any simple file in editor > Save file as:

Type: Bug

First option in "type" (lower right corner of dialog) is "All files" Second is "Text files"

When all files is selected "Text files" are vilsible (*.txt)

When "Dart" files are selected, *.diff files shows

$ code --version 1.95.1 65edc4939843c90c34d61f4ce11704f09d3e5cb6 x64

$ uname -a Linux gflap 6.8.0-48-generic #48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

$ . /etc/os-release ; echo $VERSION 24.04.1 LTS (Noble Numbat)

VS Code version: Code 1.95.1 (65edc4939843c90c34d61f4ce11704f09d3e5cb6, 2024-10-31T05:14:54.222Z) OS version: Linux x64 6.8.0-48-generic Modes:

deepak1556 commented 3 days ago

Do you know the last working version ?

If this is a confirmed regression, it would help to know which change caused it. We maintain a node.js based CLI tool vscode-bisect that automatically downloads and runs previous VS Code insiders and asks for each build if the issue reproduces. It takes up to 8 steps to find exactly the build that caused the regression.

Steps:

Thanks!