Added PowerlineSymbols font to VSCode

master
Meliurwen 4 years ago
parent 92d9ae54d3
commit ee5eb90e41
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      vscode/.config/Code/User/settings.json
  2. BIN
      vscode/.local/share/fonts/PowerlineSymbols.otf

@ -20,4 +20,6 @@
"extensions.showRecommendationsOnlyOnDemand": true, "extensions.showRecommendationsOnlyOnDemand": true,
"update.showReleaseNotes": false, "update.showReleaseNotes": false,
"git.autofetch": false, "git.autofetch": false,
"terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback','PowerlineSymbols'",
"terminal.integrated.fontSize": 12,
} }

Loading…
Cancel
Save