19 lines
566 B
JSON
19 lines
566 B
JSON
|
{
|
||
|
"terminal.integrated.defaultProfile.linux": "bash",
|
||
|
"terminal.integrated.profiles.linux": {
|
||
|
"bash": {
|
||
|
"path": "/home/matt/bin/host-spawn",
|
||
|
"icon": "terminal"
|
||
|
}
|
||
|
},
|
||
|
"editor.wordWrap": "on",
|
||
|
"omnisharp.useGlobalMono": "always",
|
||
|
"workbench.startupEditor": "none",
|
||
|
"update.showReleaseNotes": false,
|
||
|
"json.schemas": [],
|
||
|
"git.fetchOnPull": true,
|
||
|
"git.enableSmartCommit": true,
|
||
|
"git.autofetch": true,
|
||
|
"diffEditor.ignoreTrimWhitespace": true,
|
||
|
"omnisharp.enableImportCompletion": true
|
||
|
}
|