Skip to content

Commit

Permalink
FEAT remove nightly typescript extension, add pretty typescript errors (
Browse files Browse the repository at this point in the history
  • Loading branch information
dct0 authored Jun 29, 2024
1 parent b030123 commit 69dffea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfc-devenv-base/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"timonwong.shellcheck",
"robertz.code-snapshot",
"esbenp.prettier-vscode",
"ms-vscode.vscode-typescript-next",
"ms-python.flake8",
"ms-python.black-formatter",
"ms-python.isort",
Expand All @@ -82,7 +81,8 @@
"tamasfe.even-better-toml",
"csstools.postcss",
"YoavBls.pretty-ts-errors",
"meganrogge.template-string-converter"
"meganrogge.template-string-converter",
"yoavbls.pretty-ts-errors"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
Expand Down

0 comments on commit 69dffea

Please sign in to comment.