mirror of
https://github.com/ApfelTeeSaft/ia-get.git
synced 2026-08-26 19:23:36 +00:00
chore: add vscode settings
Adds rust-analyzer settings to use clippy and enable all features. Enables github copilot for rust, toml, and markdown files.
This commit is contained in:
committed by
Martin Wimpress
parent
619160c9d9
commit
d7a8a10e35
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"rust-analyzer.check.command": "clippy",
|
||||
"rust-analyzer.cargo.features": "all",
|
||||
"github.copilot.enable": {
|
||||
"*": true,
|
||||
"rust": true,
|
||||
"toml": true,
|
||||
"markdown": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user