Jordan David Pickwell
Jordan David Pickwell
FYI, PSR-PER is incorrect since PSRs (PHP Standards Recommendations) and PERs (PHP Evolving Recommendations) are different groups of recommendations. "PER Coding Style 2.0" is currently the only PER, so some...
I see them in the version 1.200 fonts.
Ok, they're not there. Character Map in Windows shows them (normally, characters that don't exist in the selected font are not shown). 🤷♂ Here are two shots of Character Map:...
Until @foxundermoon fixes the issue, if you're using devcontainers, then you can pin the extension version: ```jsonc { "customizations": { "vscode": { "extensions": [ "[email protected]" ] } } } ```