mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-02-26 02:32:03 +01:00
fix(code-server): use shortnames for PHP docblocks (#109)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/109
This commit is contained in:
parent
c67735a4b7
commit
8027b321ee
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue