Skip to content

Commit 1841805

Browse files
Merge pull request #234 from ghga-de/fix/deprecated_intellicode
Remove IntelliCode extension from devcontainer
2 parents 2fb70fb + 09b3910 commit 1841805

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
@@ -49,11 +49,11 @@
4949
"github.vscode-pull-request-github",
5050
"streetsidesoftware.code-spell-checker",
5151
"yzhang.markdown-all-in-one",
52-
"visualstudioexptteam.vscodeintellicode",
5352
"ymotongpoo.licenser",
5453
"charliermarsh.ruff",
5554
"ms-python.mypy-type-checker",
56-
"-ms-python.autopep8"
55+
"-ms-python.autopep8",
56+
"-visualstudioexptteam.vscodeintellicode"
5757
]
5858
}
5959
},

0 commit comments

Comments
 (0)