-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update VS Code configuration (#38710)
* Enable auto-formatting of PHP files * Add recommended VS Code extensions * Add comments
- Loading branch information
1 parent
e5f1d13
commit 8c1bd34
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
/** | ||
* List of recommended extensions to use for this workspace. | ||
* The identifier of an extension is always `${publisher}.${name}`, | ||
* which is a part of the URL, e.g. https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint | ||
* You can view these extensions using the command `Extensions: Show Recommended Extensions`. | ||
*/ | ||
"recommendations": [ | ||
"bmewburn.vscode-intelephense-client", // PHP Intelephense | ||
"dbaeumer.vscode-eslint", // ESLint | ||
"esbenp.prettier-vscode", // Prettier - Code formatter | ||
"obliviousharmony.vscode-php-codesniffer" // PHP_CodeSniffer | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters