删除文件 .vscode

This commit is contained in:
克洛伊尔 2023-04-17 06:58:21 +00:00 committed by Gitee
parent 6c6656202d
commit 71bcfae529
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

29
.vscode/settings.json vendored
View File

@ -1,29 +0,0 @@
{
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
}
},
"rust-analyzer.linkedProjects": [
".\\Cargo.toml",
".\\Cargo.toml",
".\\Cargo.toml",
".\\Cargo.toml",
".\\Cargo.toml",
".\\Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
}