rsnext/.vscode/extensions.json
Delba de Oliveira f6ff2ef98e
[Next Docs] Update Git Workflow (#50579)
Update our git workflow in preparation for open-sourcing the content of
the docs ([linear
task](https://linear.app/vercel/issue/DX-1579/set-up-github-workflow)).

**Templates:**
- [x] Update docs issue template to encourage contributions
- [x] Update PR template to include link to new contribution guide 

**Code Owners / Reviewers:** 
- https://github.com/vercel/next.js/pull/50841

**Labels:** 
- [x] Add DevEx team to labeler.json so PRs get the "created by: DevEx
team"

**Other:** 
- [x] Remove docs manifest from CI checks as we no longer have one (keep
the manifest for errors as they live under `/pages`)
- [x] Add `unifiedjs.vscode-mdx` to the vscode extension list
2023-06-08 12:01:55 +02:00

27 lines
516 B
JSON

{
"recommendations": [
// Linting / Formatting
"rust-lang.rust-analyzer",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"usernamehw.errorlens",
// Testing
"orta.vscode-jest",
// PR management / Reviewing
"github.vscode-pull-request-github",
// Showing todo comments
"gruntfuggly.todo-tree",
// Collaborating
"ms-vsliveshare.vsliveshare",
// Debugging
"ms-vscode.vscode-js-profile-flame",
// MDX Authoring
"unifiedjs.vscode-mdx"
]
}