-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextensions.json
More file actions
84 lines (74 loc) · 2.83 KB
/
extensions.json
File metadata and controls
84 lines (74 loc) · 2.83 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"recommendations": [
// AI Related Extensions - Advanced AI assistance for development
"anthropic.claude-code",
"google.gemini-cli-vscode-ide-companion",
"google.geminicodeassist",
"coderabbit.coderabbit-vscode",
"openai.chatgpt",
// GitHub Extensions - Essential GitHub workflow tools
"github.codespaces",
"github.copilot",
"github.copilot-chat",
"github.remotehub",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"eamodio.gitlens",
"mhutchie.git-graph",
// Microsoft Extensions - Official Microsoft development tools
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode-remote.remote-wsl",
"ms-vscode-remote.vscode-remote-extensionpack",
"ms-vscode.azure-repos",
"ms-vscode.live-server",
"ms-vscode.remote-explorer",
"ms-vscode.remote-repositories",
"ms-vscode.remote-server",
"ms-vscode.vscode-commander",
"ms-vscode.vscode-copilot-vision",
"ms-vscode.vscode-github-issue-notebooks",
"ms-vscode.vscode-speech",
"ms-vscode.vscode-speech-language-pack-en-gb",
"ms-vscode.vscode-websearchforcopilot",
"ms-vscode.wordcount",
// Dev Container Extensions - Docker and container development
"ms-azuretools.vscode-containers",
"ms-azuretools.vscode-docker",
// Unit Testing Extensions - Automated testing tools
"orta.vscode-jest",
// Linting Extensions - Code quality
"davidanson.vscode-markdownlint",
"redhat.vscode-yaml",
"stoplight.spectral",
"syler.sass-indented",
"stylelint.vscode-stylelint",
"sibiraj-s.vscode-scss-formatter",
"mrmlnc.vscode-scss",
"michelemelluso.code-beautifier",
"dbaeumer.vscode-eslint",
// Build & Tooling Extensions - Front-end build pipeline helpers
"mgmcdermott.vscode-language-babel",
"csstools.postcss",
"jeremyrajan.webpack",
// WordPress Development - WordPress specific tools
"wordpresstoolbox.wordpress-toolbox",
"wordpress.wordpress-hooks-intellisense",
"bmewburn.vscode-intelephense-client",
"devsense.phptools-vscode",
// Debug and Coding Standards - PHP debugging and code intelligence
"xdebug.php-pack",
"christian-kohler.npm-intellisense",
"phpcs.phpcs",
"wongjn.php-sniffer",
// JSON and Configuration - Enhanced JSON support
"dotenv.dotenv-vscode",
"webben.browserslist",
"zainchen.json",
"quicktype.quicktype",
// Code Formatting
"editorconfig.editorconfig",
"esbenp.prettier-vscode"
]
}