diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6ebf9bb..2473486 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" diff --git a/dot_config/Code/User/extensions.json b/dot_config/Code/User/extensions.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/dot_config/Code/User/extensions.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/dot_config/Code/User/settings.json b/dot_config/Code/User/settings.json index 95ea505..9e26dfe 100644 --- a/dot_config/Code/User/settings.json +++ b/dot_config/Code/User/settings.json @@ -1,3 +1 @@ -{ - "terminal.integrated.fontFamily": "MesloLGM Nerd Font" -} \ No newline at end of file +{} \ No newline at end of file