Misc stuff

This commit is contained in:
2020-11-19 12:30:49 +01:00
parent c32f70e5f3
commit 61003ccdbd
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
{
"terminal.explorerKind": "external",
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.integrated.fontFamily": "Cascadia Code PL"
"terminal.integrated.fontFamily": "Cascadia Code PL",
"terminal.integrated.cursorStyle": "line",
"editor.fontFamily": "Cascadia Code PL",
"editor.fontLigatures": true
}