Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,5 +7,6 @@
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"js/ts.tsc.autoDetect": "off"
"js/ts.tsc.autoDetect": "off",
"compilets.autoStart": false
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
# Change Log

## v1.2.10 <sub>(August 16, 2026)</sub>

### Fixed
- Fixed guide search failing to open

## v1.2.9 <sub>(July 25, 2026)</sub>

### Added
Expand Down
4 changes: 2 additions & 2 deletions out/guides.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion out/guides.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions out/web/extension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions out/web/extension.js.map

Large diffs are not rendered by default.

Loading