Skip to content

Commit

Permalink
Update navigateThroughAllFiles to true by default (Closes #102)
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Dec 22, 2020
1 parent 918528b commit 312faea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -350,7 +350,7 @@
},
"bookmarks.navigateThroughAllFiles": {
"type": "boolean",
"default": false,
"default": true,
"description": "%bookmarks.configuration.navigateThroughAllFiles.description%"
},
"bookmarks.wrapNavigation": {
Expand Down
2 changes: 1 addition & 1 deletion vscode-bookmarks-core

0 comments on commit 312faea

Please sign in to comment.