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