Skip to content

Commit

Permalink
devcontainer add ruff as a extension
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoDerp committed Nov 28, 2024
1 parent 09c24fd commit b95505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// Configure properties specific to VS Code.
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": ["ms-python.debugpy", "ms-python.python"]
"extensions": ["ms-python.debugpy", "ms-python.python","charliermarsh.ruff"]
}
},

Expand Down

0 comments on commit b95505d

Please sign in to comment.