From 312faea4613687417b165179b87d4900f284e667 Mon Sep 17 00:00:00 2001 From: Alessandro Fragnani Date: Tue, 22 Dec 2020 20:28:44 -0300 Subject: [PATCH] Update navigateThroughAllFiles to true by default (Closes #102) --- README.md | 4 ++-- package.json | 2 +- vscode-bookmarks-core | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b1c4ea..8f2068c 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,9 @@ Manipulate the selection of lines _between_ bookmarks, up and down. ## Available Settings -* Allow navigation through all files that contains bookmarks (`false` by default) +* Allow navigation through all files that contains bookmarks (`true` by default) ```json - "bookmarks.navigateThroughAllFiles": true + "bookmarks.navigateThroughAllFiles": false ``` * Allow navigation to wrap around at the first and last bookmarks in scope (current file or all files) (`true` by default) diff --git a/package.json b/package.json index 0a38be7..013ac70 100644 --- a/package.json +++ b/package.json @@ -350,7 +350,7 @@ }, "bookmarks.navigateThroughAllFiles": { "type": "boolean", - "default": false, + "default": true, "description": "%bookmarks.configuration.navigateThroughAllFiles.description%" }, "bookmarks.wrapNavigation": { diff --git a/vscode-bookmarks-core b/vscode-bookmarks-core index 9cfdeb2..1b4acc1 160000 --- a/vscode-bookmarks-core +++ b/vscode-bookmarks-core @@ -1 +1 @@ -Subproject commit 9cfdeb29df387ab799466ceae5b76251763753c3 +Subproject commit 1b4acc186490fa383c7edeeea4a48f6d377f7932