{
"julia.executablePath": "julia.exe +Pumas@2.7.0",
"julia.environmentPath": "C:\\\\Users\\\\Abhiram\\\\.julia\\\\environments\\\\Pumas@2.7.0",
"window.commandCenter": false,
"terminal.integrated.commandsToSkipShell": \[
"language-julia.interrupt"
\],
"julia.symbolCacheDownload": true,
"julia.enableTelemetry": true,
"julia.persistentSession.alwaysCopy": true,
"workbench.editor.empty.hint": "hidden",
"workbench.editorAssociations": {
"\*.xlsx": "default"
},
"terminal.integrated.profiles.windows": {
"PowerShell": {
"path": "C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\powershell.exe"
},
"Command Prompt": {
"path": \[
"${env:windir}\\\\Sysnative\\\\cmd.exe",
"${env:windir}\\\\System32\\\\cmd.exe"
\],
"args": \[\],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash",
"icon": "terminal-git-bash"
}
},
"terminal.integrated.defaultProfile.windows": "PowerShell"
}
@Michael PFA