Skip to content

Commit

Permalink
dev: disable php extension by default
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Apr 7, 2024
1 parent ecc5bd2 commit 89ebcde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,7 @@
"**/apps/**/vendor/**",
"**/memories/vendor/**",
"**/vendor-bin/**"
]
],
"php.validate.enable": false,
"php.suggest.basic": false
}

0 comments on commit 89ebcde

Please sign in to comment.