feat: small vscode and terminal config changes
This commit is contained in:
parent
3120f90b5d
commit
23fd3b2b26
3 changed files with 8 additions and 2 deletions
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
|
@ -21,7 +21,11 @@
|
||||||
},
|
},
|
||||||
"runOptions": {
|
"runOptions": {
|
||||||
"instanceLimit": 1
|
"instanceLimit": 1
|
||||||
}
|
},
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -68,6 +68,8 @@
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"window.menuBarVisibility" = "toggle";
|
"window.menuBarVisibility" = "toggle";
|
||||||
"editor.fontFamily" = "'SF Mono', 'Droid Sans Mono', 'monospace', monospace";
|
"editor.fontFamily" = "'SF Mono', 'Droid Sans Mono', 'monospace', monospace";
|
||||||
|
|
||||||
|
"terminal.integrated.defaultProfile.linux" = "fish";
|
||||||
"terminal.external.linuxExec" = "fish";
|
"terminal.external.linuxExec" = "fish";
|
||||||
|
|
||||||
# instead of dling a copy of rust analyzer, use the one from where we launched vscode
|
# instead of dling a copy of rust analyzer, use the one from where we launched vscode
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.main = {
|
settings.main = {
|
||||||
shell = "fish";
|
shell = "fish";
|
||||||
font = "monospace:size=10";
|
font = "SF Mono:size=10";
|
||||||
app-id = "foot";
|
app-id = "foot";
|
||||||
pad = "10x8 center";
|
pad = "10x8 center";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue