Skip to content

Commit

Permalink
fix: Intelephense diagnostics setting incorrectly disabled 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
gremo committed Jul 3, 2023
1 parent 10a8d2b commit 8f49f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"files.trimTrailingWhitespace": false,
"html.autoClosingTags": false,
"intelephense.diagnostics.enable": false,
"intelephense.diagnostics.enable": true,
"intelephense.environment.phpVersion": "${containerEnv:PHP_VERSION}",
"intelephense.format.enable": true,
"intelephense.telemetry.enabled": false,
Expand Down

0 comments on commit 8f49f55

Please sign in to comment.