microsoft / vscode-mssql

Visual Studio Code SQL Server extension.
Other
1.54k stars 458 forks source link

Hiding Default folders for Cleaner View #17854

Open Walid-Baya opened 10 months ago

Walid-Baya commented 10 months ago

Dear VS Code MSSQL extension Team,

The databases explorer often gets cluttered with the default folders (System Databases, Security and Server Objects). Can we add a way to easily hide them, like a checkbox in the settings or a filter, to focus on just user databases?

Capture d’écran 2023-12-17 232503

This would make everything cleaner and easier to find, especially for beginners.

Thanks!

kburtram commented 2 months ago

This is a good suggestion to simplify the view for less experienced users. One option that may help in this situation is to provide a specific database when connecting, which will remove many of these folders. For example, below.

image