mirror of
https://github.com/danbulant/oxc
synced 2026-05-23 06:08:47 +00:00
This will make it easier to contribute for newbie rust developers if they not have proper extensions.
7 lines
179 B
JSON
7 lines
179 B
JSON
{
|
|
"recommendations": [
|
|
"rust-lang.rust-analyzer", // official rust extension
|
|
"vadimcn.vscode-lldb", // for debugging
|
|
"tamasfe.even-better-toml" // toml syntax
|
|
]
|
|
}
|