fix(code-server): use shortnames for PHP docblocks

This commit is contained in:
Victor Westerlund 2026-01-17 19:30:47 +01:00
parent 61e0e59df8
commit 17569b189c
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -36,5 +36,6 @@
"chat.disableAIFeatures": true, "chat.disableAIFeatures": true,
"editor.snippetSuggestions": "top", "editor.snippetSuggestions": "top",
"emmet.showSuggestionsAsSnippets": true, "emmet.showSuggestionsAsSnippets": true,
"telemetry.telemetryLevel": "off" "telemetry.telemetryLevel": "off",
"php-docblocker.useShortNames": true
} }