Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Aug 1, 2024
1 parent a66bf85 commit 2409cce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@
"postCreateCommand": "./install.sh",

// Configure tool-specific properties.
// "customizations": {},
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.fontFamily": "MesloLGM Nerd Font, Menlo, Monaco, 'Courier New', monospace"
}
}
},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "vscode"
Expand Down
1 change: 1 addition & 0 deletions dot_config/Code/User/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
4 changes: 1 addition & 3 deletions dot_config/Code/User/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"terminal.integrated.fontFamily": "MesloLGM Nerd Font"
}
{}

0 comments on commit 2409cce

Please sign in to comment.