alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.65k stars 161 forks source link

Refine extension settings query #681

Closed aramikuto closed 6 months ago

aramikuto commented 6 months ago

The Open settings action opens the settings with the query bookmarks. However, the result contains several items that are unrelated to the extension, such as Default Folding Range Provider and Default Formatter.

image

I have adjusted the query to show only the settings of this extension.

alefragnani commented 6 months ago

Hi @aramikuto ,

Nice catch, and thanks for your contribution 👍