tintinweb / vscode-inline-bookmarks

Customizable inline Bookmarks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-inline-bookmarks
GNU General Public License v3.0
45 stars 14 forks source link

control "visible editors" filter behavior #49

Closed tintinweb closed 2 years ago

tintinweb commented 2 years ago

new config option to define if "visible editors" is (1) all visible editors/files OR (2) only the currently selected/active editor.

default is all visible editors.

inline-bookmarks.view.showVisibleFilesOnlyMode":  "allVisibleEditors" || "onlyActiveEditor" || default: "allVisibleEditors"