9 lines
212 B
JSON
9 lines
212 B
JSON
{
|
|
"terminal.integrated.profiles.linux": {
|
|
"dev": {
|
|
"path": "/usr/bin/devShell",
|
|
"icon": "terminal-bash"
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "dev"
|
|
} |