Skip to content

Commit

Permalink
VS Code: set PHP version level to 7.2 (#34004)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored Nov 15, 2024
1 parent 4053cca commit f40bfc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.dist.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"source.fixAll": "explicit"
},
// Use this wp-prettier from this path.
"prettier.prettierPath": "tools/js-tools/node_modules/prettier/index.cjs"
"prettier.prettierPath": "tools/js-tools/node_modules/prettier/index.cjs",

// Set to the target minimum PHP version for the codebase. Unrelated to the monorepo tooling.
"intelephense.environment.phpVersion": "7.2.24"


}

0 comments on commit f40bfc8

Please sign in to comment.