mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
13 lines
No EOL
314 B
JSON
13 lines
No EOL
314 B
JSON
{
|
|
"terminal.integrated.env.linux": {
|
|
"TERM": "xterm-256color"
|
|
},
|
|
"terminal.integrated.env.osx": {
|
|
"TERM": "xterm-256color"
|
|
},
|
|
"terminal.integrated.env.windows": {
|
|
"TERM": "xterm-256color"
|
|
},
|
|
"terminal.integrated.shell.linux": "/bin/bash",
|
|
"terminal.integrated.shellArgs.linux": ["-l"]
|
|
} |