Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trunk' into update/jsdoc-comment…
Browse files Browse the repository at this point in the history
…s-for-wp-coding-standards
  • Loading branch information
anomiex committed Aug 20, 2024
2 parents cbcc9a5 + 028c6aa commit 899c09e
Show file tree
Hide file tree
Showing 348 changed files with 1,238 additions and 2,905 deletions.
14 changes: 14 additions & 0 deletions .vscode/extensions.json
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
]
}
10 changes: 10 additions & 0 deletions .vscode/settings.dist.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"**/jetpack_vendor/**",
"**/vendor/**"
],
// Custom settings for PHP files.
"[php]": {
// Ensure that PHP files are formatted with PHPCS.
"editor.formatOnSave": true,
"editor.defaultFormatter": "obliviousharmony.vscode-php-codesniffer"
},
// Run Code Actions for the editor.
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
// Use this wp-prettier from this path.
"prettier.prettierPath": "tools/js-tools/node_modules/prettier/index.cjs"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Lossless image optimization for images (should improve performance with no visible changes).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Lossless image optimization for images (should improve performance with no visible changes).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Lossless image optimization for images (should improve performance with no visible changes).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Lossless image optimization for images (should improve performance with no visible changes).
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Lossless image optimization for images (should improve performance with no visible changes).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Lossless image optimization for images (should improve performance with no visible changes).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Lossless image optimization for images (should improve performance with no visible changes).
Loading

0 comments on commit 899c09e

Please sign in to comment.