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

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/109
This commit is contained in:
Victor Westerlund 2026-01-17 19:31:31 +01:00
parent c67735a4b7
commit 8027b321ee

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
}