chore(tauri-*,crates): now maintaining tauri and rust packages in another repo (#1533)

This commit is contained in:
Neko
2026-03-31 23:56:32 +08:00
committed by GitHub
parent 4e62f15090
commit 8991b541a3
96 changed files with 9 additions and 41358 deletions
-1
View File
@@ -9,7 +9,6 @@
"lokalise.i18n-ally",
"mikestead.dotenv",
"redhat.vscode-yaml",
"rust-lang.rust-analyzer",
"streetsidesoftware.code-spell-checker",
"usernamehw.errorlens",
"Vue.volar",
-12
View File
@@ -9,11 +9,6 @@
"vue"
],
"rust-analyzer.cargo.extraEnv": {
"MACOSX_DEPLOYMENT_TARGET": "10.13"
},
"rust-analyzer.cargo.targetDir": "target/rust-analyzer",
// Disable the default formatter
"prettier.enable": false,
"editor.formatOnSave": false,
@@ -62,12 +57,5 @@
"appimage",
"localforage"
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"rust-analyzer.checkOnSave": true,
"rust-analyzer.cachePriming.enable": false, // Disable cache priming on workspace startup to save some memory while working on non-Rust tasks
"vitest.disableWorkspaceWarning": true
}