File size: 577 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "recommendations": [
    // Linting / Formatting
    "rust-lang.rust-analyzer",
    "esbenp.prettier-vscode",
    "dbaeumer.vscode-eslint",
    "usernamehw.errorlens",
    "ast-grep.ast-grep-vscode",
    "tekumara.typos-vscode",

    // 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"
  ]
}