Skip to content

Commit

Permalink
added python to devcontainer and recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaylaFischler committed Apr 21, 2023
1 parent e1da8b5 commit c75f08a
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 @@ -7,6 +7,7 @@
"extensions": [
"sumneko.lua",
"jackmacwindows.vscode-computercraft",
"ms-python.python",
"Catppuccin.catppuccin-vsc-icons",
"melishev.feather-vscode"
]
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"sumneko.lua",
"jackmacwindows.vscode-computercraft"
"jackmacwindows.vscode-computercraft",
"ms-python.python"
]
}

0 comments on commit c75f08a

Please sign in to comment.