Update 2024 #1

Open
mtrx wants to merge 15 commits from update-2024 into main
Showing only changes of commit ead1fd02cd - Show all commits

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"files.readonlyInclude": {
"**/.cargo/registry/src/**/*.rs": true,
"**/.cargo/git/checkouts/**/*.rs": true,
"**/lib/rustlib/src/rust/library/**/*.rs": true,
},
}