Merge pull request #1077 from nerdcash/unstableVsCode

Enable unstable features when editing in VS Code
This commit is contained in:
str4d 2024-01-04 21:19:48 +00:00 committed by GitHub
commit 3ea8b909c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"rust-analyzer.cargo.features": "all"
}