mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 03:38:11 +08:00
Fix dev environment configurations with devcontainer, vscode, and cargo-about (#4372)
Some minor fixes to issues I ran into using devcontainer on this project with vscode. - Add `esbenp.prettier-vscode` to the recommended extensions list as it's already used in `.vscode/settings.json` - Install `wasm32-unknown-unknown` Rust target in devcontainer - Add cargo-binstall and pin cargo-about version in devcontainer - Remove `no-clearly-defined = true` from `about.toml`: - cargo-about 0.9.1 fails to run if `no-clearly-defined` is present - cargo-about 0.8.0 already [removed support](https://github.com/EmbarkStudios/cargo-about/blob/main/CHANGELOG.md#080---2025-09-05) for clearlydefined.io, so the argument is a no-op
This commit is contained in:
@@ -22,8 +22,6 @@ accepted = [
|
||||
workarounds = ["ring"]
|
||||
ignore-build-dependencies = true
|
||||
ignore-dev-dependencies = true
|
||||
# Clearly Defined's API would occasionally (every few months) return errors for at least a full day (maybe some weird rate limiting?), but we can just disable to perform local checking (see #1653)
|
||||
no-clearly-defined = true
|
||||
|
||||
# https://raw.githubusercontent.com/briansmith/webpki/main/LICENSE
|
||||
# is the ISC license but test code within the repo is BSD-3-Clause, but is not compiled into the crate when we use it
|
||||
|
||||
Reference in New Issue
Block a user