From 68f0de8501f7131ba58186e3503964aa508a63ed Mon Sep 17 00:00:00 2001 From: PT-ATA No One Date: Tue, 12 Nov 2024 16:00:02 +0000 Subject: [PATCH] surpresses the non-context specific suggestions for php --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 74ae131a..db58cfbc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,10 @@ { "php-cs-fixer.executablePath": "/workspaces/nextcloud-gdata-antivirus/vendor/bin/php-cs-fixer", - "php-cs-fixer.onsave": true, + "php-cs-fixer.onsave": false, "php-cs-fixer.autoFixByBracket": true, "php-cs-fixer.autoFixBySemicolon": true, "[php]": { "editor.defaultFormatter": "junstyle.php-cs-fixer" }, + "php.suggest.basic": false } \ No newline at end of file