Skip to content

Commit

Permalink
Add mdi icon extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Feb 3, 2024
1 parent d858493 commit a086639
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
},
"customizations": {
"vscode": {
"extensions": ["ms-python.python", "github.vscode-pull-request-github", "ryanluker.vscode-coverage-gutters", "ms-python.vscode-pylance"],
"extensions": [
"ms-python.python",
"github.vscode-pull-request-github",
"ryanluker.vscode-coverage-gutters",
"ms-python.vscode-pylance",
"lukas-tr.materialdesignicons-intellisense"
],
"settings": {
"files.eol": "\n",
"editor.tabSize": 4,
Expand Down

0 comments on commit a086639

Please sign in to comment.