1
0
Fork 0
pr3-sose2026-fork/go/.vscode/settings.json

13 lines
260 B
JSON

{
"chat.disableAIFeatures": true,
"terminal.integrated.env.linux": {
"EDITOR": "code --wait"
},
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
}
}
}