Commit c950751
authored
[issues/163] Add Bookmarks section to RangeLink status bar menu (#193)
* Add new bookmark-focused command and strings
* Selecting a bookmark from the quickpick copies it to clipboard and pastes to destination manager
* Bookmarks are now added to the quickpick menu
* Plumbing for new changes
* Adjust already-existing tests to new structure
* Introduce `createMockBookmarkStore()`
* Add tests for menu building when there are and are not bookmarks
* New tests1 parent b576763 commit c950751
File tree
9 files changed
+526
-24
lines changed- packages/rangelink-vscode-extension/src
- __tests__
- helpers
- statusBar
- constants
- i18n
- statusBar
- types
9 files changed
+526
-24
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3273 | 3273 | | |
3274 | 3274 | | |
3275 | 3275 | | |
3276 | | - | |
| 3276 | + | |
3277 | 3277 | | |
3278 | 3278 | | |
3279 | 3279 | | |
| |||
3284 | 3284 | | |
3285 | 3285 | | |
3286 | 3286 | | |
| 3287 | + | |
| 3288 | + | |
3287 | 3289 | | |
3288 | 3290 | | |
3289 | 3291 | | |
| |||
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments