v20220729.112725
·
1266 commits
to main
since this release
Changelog
- f21e73e fix: flaky tests
- 0a021d3 fix: use xdg.DataHome for conversion tests, should mitigate a bit of the flakiness
- ed7bc97 refactor: mark code lens and code action tests as integration tests
- ab86a27 refactor: move conversion methods to their own package
- ddbe268 fix: 🐛 diagnostic definition (code can be either int or string according to spec)
- dd18a05 chore: 💄 remove superfluous new lines between example commit fixes
- 205ac65 chore: remove comment
- aea2c65 chore: add sanity checks to FileUtil
- 6c05f5e chore: ⚡ use string builder for better performance
- 4442dcd chore: get rid of snyk.Range in uri_util.go
- bbb7836 chore: document range logic for uri fragments
- 406b5c7 refactor: do not use snyk.Range in internal uri package
- aa8fc61 refactor: move functionality from server down, restructure result parsing in code as suggested in PR review
- 27844cb fix: use range URI addition as supported by vscode`
- ad076f0 refactor: rename method
showCodeFlowDocumentstonavigateToLocation - b4711d1 fix: close filehandles for windows tests
- 87c9267 fix: tests
- f1e0fdc feat: add dataflow to hover
- 44e3cfc fix: tests
- 98a6527 refactor: remove unnecessary code lens resolver
- ace0526 feat: add code lenses and command handler for them
- ad6109d feat: allow scanners to report supported commands
- 21fea24 feat: add codelens handler
- 06687fb chore: 🚸 finetune hover for Snyk Code
- 3f46620 feat: add example commit fixes to code hover
- ba50679 refactor: introduce types for sarif sub elements, cleanup
- c3998f4 chore: re-enable bundle creation tests