Skip to content

Commit cab65fa

Browse files
committed
update devcontainer
1 parent 3776505 commit cab65fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828
"isort.args": [
2929
"--profile=black"
3030
],
31-
"isort.path": "/opt/netbox/venv/bin/isort",
31+
"isort.path": ["/opt/netbox/venv/bin/isort"],
3232
"python.analysis.typeCheckingMode": "strict",
33-
python.Jedi
3433
"python.analysis.extraPaths": [
3534
"/opt/netbox/netbox"
3635
],
@@ -86,6 +85,7 @@
8685
"aaron-bond.better-comments",
8786
"batisteo.vscode-django",
8887
"codezombiech.gitignore",
88+
"eamodio.gitlens",
8989
"esbenp.prettier-vscode",
9090
"formulahendry.auto-rename-tag",
9191
"mintlify.document",

0 commit comments

Comments
 (0)