mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
* Upgrade node dependencies except Svelte 5 and its peer deps * Fix lint errors * Fix previous Rust deps upgrade breakage * Fix demo artwork * Allow profiling CI workflow to fail
19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
// NOTE: Keep this in sync with `.devcontainer/devcontainer.json`
|
|
"recommendations": [
|
|
// Rust
|
|
"rust-lang.rust-analyzer",
|
|
"tamasfe.even-better-toml",
|
|
// Web
|
|
"dbaeumer.vscode-eslint",
|
|
"svelte.svelte-vscode",
|
|
"vitaliymaz.vscode-svg-previewer",
|
|
// Code quality
|
|
"wayou.vscode-todo-highlight",
|
|
"streetsidesoftware.code-spell-checker",
|
|
// Helpful
|
|
"mhutchie.git-graph",
|
|
"qezhu.gitlink",
|
|
"wmaurer.change-case"
|
|
]
|
|
}
|