vscode: enable terminal ligatures
This commit is contained in:
parent
b493a9eb53
commit
d7b911d925
1 changed files with 2 additions and 4 deletions
|
|
@ -1,17 +1,15 @@
|
||||||
{
|
{
|
||||||
"update.mode": "none",
|
"update.mode": "none",
|
||||||
"extensions.autoCheckUpdates": false,
|
"extensions.autoCheckUpdates": false,
|
||||||
|
|
||||||
"workbench.iconTheme": "material-icon-theme",
|
"workbench.iconTheme": "material-icon-theme",
|
||||||
"workbench.productIconTheme": "material-product-icons",
|
"workbench.productIconTheme": "material-product-icons",
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
|
"terminal.integrated.fontLigatures": true,
|
||||||
|
|
||||||
"workbench.sideBar.location": "right",
|
"workbench.sideBar.location": "right",
|
||||||
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
|
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
|
||||||
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
||||||
|
|
||||||
"nix.enableLanguageServer": true,
|
"nix.enableLanguageServer": true,
|
||||||
"nix.serverPath": "nixd",
|
"nix.serverPath": "nixd",
|
||||||
"nix.serverSettings": {
|
"nix.serverSettings": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue