29 lines
724 B
JSON
29 lines
724 B
JSON
{
|
|
"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
|
|
} |