monaco-editor-lsp-next/.vscode/settings.json
cfngc4594 e5defb8adf
Some checks failed
Build & Push Judge4c Docker Image / build-and-push-judge4c-docker-image (., Dockerfile, judge4c) (push) Failing after 0s
fix(vscode): remove src/i18n from i18n-ally.localesPaths and set keystyle to nested
2025-04-19 12:59:42 +08:00

6 lines
96 B
JSON

{
"i18n-ally.localesPaths": [
"messages"
],
"i18n-ally.keystyle": "nested"
}