fix(code-server): use short names for PHP docblocks

This commit is contained in:
Victor Westerlund 2026-01-17 19:05:36 +01:00
parent 61e0e59df8
commit 878ff4bc8b
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

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