mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
devcontainer: inital config
This adds a devcontainer config for devs to have an easy way to get a working dev environment.
This commit is contained in:
committed by
David Lechner
parent
4c4ce8f375
commit
3a57f40a93
Vendored
+1
-1
@@ -12,7 +12,7 @@
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
|
||||
Reference in New Issue
Block a user