Skip to content

Commit

Permalink
Fix incorrect package paths and remove unused paths from .devcontaine…
Browse files Browse the repository at this point in the history
…r definition file (#27)

* Change to pull from ECR public registry

* Make requested changes (Add repo link)

* Add full instrument name for cruft

* Fix Pathing and remove unused definitions in .devcontainer

* Revert "Add full instrument name for cruft"

This reverts commit 14f4573.
  • Loading branch information
dbarrous committed Jan 25, 2023
1 parent eb7472a commit f3ce4d7
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,14 @@
"python.linting.lintOnSave": true,
"python.linting.flake8Enabled": true,
"editor.formatOnSave": true,
"python.linting.banditPath": "/usr/local/bin/bandit",
"python.linting.flake8Path": "/usr/local/bin/flake8",
"python.linting.mypyPath": "/usr/local/bin/mypy",
"python.linting.pycodestylePath": "/usr/local/bin/pycodestyle",
"python.linting.pydocstylePath": "/usr/local/bin/pydocstyle",
"python.linting.pylintPath": "/usr/bin/pylint",
"terminal.integrated.profiles.linux": {
"bash (login)": {
"path": "/bin/bash",
"args": [
""
]
"bash": {
"path": "/bin/bash"
}
}
},
"terminal.integrated.defaultProfile.linux": "bash"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
Expand Down

0 comments on commit f3ce4d7

Please sign in to comment.