Revert to crates-io to avoid deprecated extension

This commit is contained in:
2025-01-17 22:01:19 -07:00
parent 138112e027
commit 2fa3f72e54
2 changed files with 8 additions and 2 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
{ {
"recommendations": [ "recommendations": [
"vadimcn.vscode-lldb", "vadimcn.vscode-lldb",
"serayuzgur.crates", "barbosshack.crates-io",
"usernamehw.errorlens", "usernamehw.errorlens",
"tamasfe.even-better-toml", "tamasfe.even-better-toml",
"rust-lang.rust-analyzer", "rust-lang.rust-analyzer",
"karunamurti.tera", // Tera templates
] ]
} }
Generated
+7
View File
@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "rust"
version = "0.0.0"