Skip to content

Commit

Permalink
Fix vscode local settings (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli authored Nov 20, 2023
1 parent 47f7cbd commit e75c215
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@
"src/fcs-fable"
],
"rust-analyzer.linkedProjects": [
"build/fable-library-rust/Cargo.toml",
"build/tests/Rust/Cargo.toml",
"temp/fable-library-rust/Cargo.toml",
"temp/tests/Rust/Cargo.toml"
],
"editor.inlayHints.enabled": "offUnlessPressed",
"dotnet.defaultSolution": "disable"
"dotnet.defaultSolution": "disable",
"python.testing.pytestArgs": [
"temp"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit e75c215

Please sign in to comment.