This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds formatter capabilities using typstfmt (#243)
* adds formatter capabilities using typstfmt * hide the formatter behind an experimental option * update readme * run prettier * fix cargo deny * cargo update * simplify * change hash to rev * add deny exception for typstfmt * log ExternalPackageManager's provider success * look for local packages in the right directory * don't return time information from datetime.today * use more scope/thread functions * correctly detect subpaths * build(deps-dev): bump the vscode-deps group Bumps the vscode-deps group in /editors/vscode with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint](https://github.com/eslint/eslint). Updates `@types/node` from 20.4.9 to 20.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 8.46.0 to 8.47.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.46.0...v8.47.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vscode-deps - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vscode-deps ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump the rust-deps group with 1 update Bumps the rust-deps group with 1 update: [tokio](https://github.com/tokio-rs/tokio). - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.30.0...tokio-1.31.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps ... Signed-off-by: dependabot[bot] <support@github.com> * bump versions to v0.9.2 * use correct source/pdf URIs * bump versions to v0.9.3 * dynamically register formatter --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: nvarner <nathanmvarner@protonmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Varner <17197562+nvarner@users.noreply.github.com>
- Loading branch information