vscode: enable terminal ligatures

This commit is contained in:
Veneficium 2024-12-23 23:15:24 +01:00
parent b493a9eb53
commit d7b911d925

View file

@ -1,17 +1,15 @@
{
"update.mode": "none",
"extensions.autoCheckUpdates": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "material-product-icons",
"editor.fontLigatures": true,
"terminal.integrated.fontLigatures": true,
"workbench.sideBar.location": "right",
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
"editor.formatOnSave": true,
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"nix.serverSettings": {