Skip to content

Commit

Permalink
Updates font devcontainer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen authored Aug 5, 2024
1 parent 062caa5 commit 1943a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"vscode": {
"settings": {
"editor.formatOnSave": true,
"editor.fontFamily": "'0xProto Nerd Font','Courier New', monospace",
"go.buildTags": "",
"go.toolsEnvVars": {
"CGO_ENABLED": "0"
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
],
"aws.codeWhisperer.shareCodeWhispererContentWithAWS": false,
"terminal.integrated.customGlyphs": true,
"terminal.integrated.fontFamily": "'0xProto Nerd Font', 'Droid Sans Mono', 'monospace', monospace"
"terminal.integrated.fontFamily": "'0xProto Nerd Font','Courier New', monospace",
"editor.fontFamily": "'0xProto Nerd Font', 'Droid Sans Mono', 'monospace', monospace"
}

0 comments on commit 1943a96

Please sign in to comment.