Browse Source

meta: Include mkhl.direnv in the recommended vscode extension list (#67231)

This is needed so vscode picks up env vars when it runs commands like
linters in the background, things that direnv pick up and normally
people don't think about.

It's especially needed by getsentry which uses an env var to find the
sentry repo on your machine and run src/sentry/lint/engine.py across
repos. Included here in sentry to keep parity between the settings.
Ryan Albrecht 11 months ago
parent
commit
c7e33f8562
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vscode/extensions.json

+ 1 - 0
.vscode/extensions.json

@@ -4,6 +4,7 @@
   "recommendations": [
     "esbenp.prettier-vscode",
     "biomejs.biome",
+    "mkhl.direnv",
     "ms-python.python",
     "ms-python.black-formatter",
     "dbaeumer.vscode-eslint",