Skip to content

Commit

Permalink
develop: enable all features for rust-analyzer (#463)
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne Bacher <[email protected]>
  • Loading branch information
eitsupi and etiennebacher authored Nov 7, 2023
1 parent 43505b8 commit 04bbe96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"rust-analyzer.linkedProjects": [
//"./extendr-api/Cargo.toml",
"./src/rust/Cargo.toml",
//"py-polars"
],
//"rust-analyzer.cargo.features": "all",
"rust-analyzer.cargo.features": "all",
"python.formatting.provider": "black",

"cSpell.diagnosticLevel": "Hint",
"cSpell.words": [
"dataframe",
Expand All @@ -28,5 +25,4 @@
"tzone",
"unnest"
],

}

0 comments on commit 04bbe96

Please sign in to comment.