Skip to content

Commit

Permalink
Updating vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget committed Dec 19, 2023
1 parent df11da1 commit af610f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"recommendations": [
"persoderlind.vscode-phpcbf",
"shevaua.phpcs",
"EditorConfig.EditorConfig"
]
"recommendations": ["valeryanm.vscode-phpsab", "EditorConfig.EditorConfig"]
}
15 changes: 10 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
"editor.indentSize": "tabSize",
"editor.tabSize": 4,
"editor.formatOnSave": true,
"phpcs.standard": "WordPress",
"phpcbf.standard": "WordPress",
"phpcs.errorSeverity": 4,
"phpcs.warningSeverity": 4,
"intelephense.environment.phpVersion": "8.1"
"phpsab.debug": true,
"intelephense.environment.phpVersion": "8.1",
"phpsab.allowedAutoRulesets": [
".phpcs.xml",
".phpcs.xml.dist",
"phpcs.xml",
"phpcs.xml.dist",
"phpcs.ruleset.xml",
"ruleset.xml"
]
}

0 comments on commit af610f6

Please sign in to comment.