Skip to content

Commit

Permalink
VS Code Infrastructure Update (#220)
Browse files Browse the repository at this point in the history
* Add csv and md extensions

* Update deprecated setting value
  • Loading branch information
patrick-5546 authored Dec 8, 2023
1 parent 4d6821f commit 6c8d5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"streetsidesoftware.code-spell-checker",
"twxs.cmake",
"ms-python.flake8",
// "yzhang.markdown-all-in-one",
"yzhang.markdown-all-in-one",
// "zachflower.uncrustify",

// UBCSailbot
Expand All @@ -75,6 +75,7 @@
"KevinRose.vsc-python-indent",
"llvm-vs-code-extensions.vscode-clangd",
"matepek.vscode-catch2-test-adapter",
"mechatroner.rainbow-csv",
"mongodb.mongodb-vscode",
"ms-iot.vscode-ros",
"ms-python.black-formatter",
Expand Down
2 changes: 1 addition & 1 deletion sailbot.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
// python
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
Expand Down

0 comments on commit 6c8d5a9

Please sign in to comment.