We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329be88 commit e441f95Copy full SHA for e441f95
.gitignore
@@ -12,10 +12,10 @@
12
!/local-env/wp-content/plugins/.gitkeep
13
!/local-env/wp-content/plugins/gdata-antivirus/
14
!/local-env/wp-content/plugins/gdata-antivirus/.gitkeep
15
-/wordpress/
16
test.sh
17
gdata-antivirus.zip
18
test.php
+wordpress/
19
scoped-code/
20
-/svn/
21
-eicar*
+svn/
+eicar*
.vscode/settings.json
@@ -1,5 +1,4 @@
1
{
2
- "phpSniffer.autoDetect": true,
3
- "phpSniffer.run": "onSave",
4
"editor.formatOnPaste": false,
+ "php.suggest.basic": false
5
}
0 commit comments