mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"recommendations": [
|
|
// Rust
|
|
"rust-lang.rust-analyzer",
|
|
// 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",
|
|
"waderyan.gitblame",
|
|
"qezhu.gitlink",
|
|
"wmaurer.change-case",
|
|
"shalimski.swapdiff"
|
|
]
|
|
}
|