|
1 | 1 | { |
2 | 2 | "i18n-ally.pathMatcher": "package.nls.{locale}.json", |
3 | 3 | "i18n-ally.keystyle": "flat", |
4 | | - "i18n-ally.localesPaths": ["."], |
5 | | - "i18n-ally.enabledFrameworks": ["vscode", "react"], |
| 4 | + "i18n-ally.localesPaths": [ |
| 5 | + "." |
| 6 | + ], |
| 7 | + "i18n-ally.enabledFrameworks": [ |
| 8 | + "vscode", |
| 9 | + "react" |
| 10 | + ], |
6 | 11 | "i18n-ally.dirStructure": "file", |
7 | 12 | // Enable eslint for all supported languages |
8 | 13 | "eslint.validate": [ |
|
29 | 34 | "typescript.enablePromptUseWorkspaceTsdk": true, // For security reasons it's require that users opt into using the workspace version of typescript |
30 | 35 | "typescript.preferences.preferTypeOnlyAutoImports": true, // Prefer type-only imports |
31 | 36 | "testing.openTesting": "neverOpen", // Don't open the testing view automatically when running tests |
| 37 | + "prettier.enable": true, // enable prettier for those who disabled it for some reason |
32 | 38 | "prettier.ignorePath": ".gitignore", // Don't run prettier for files listed in .gitignore |
33 | 39 | "editor.defaultFormatter": "esbenp.prettier-vscode", |
34 | 40 | "editor.formatOnPaste": false, |
|
40 | 46 | // "typescript.inlayHints.propertyDeclarationTypes.enabled": true, |
41 | 47 | "typescript.inlayHints.parameterTypes.enabled": true, |
42 | 48 | // "typescript.inlayHints.functionLikeReturnTypes.enabled": true, |
43 | | - |
44 | 49 | "workbench.colorCustomizations": { |
45 | 50 | "activityBar.background": "#0E3140", |
46 | 51 | "titleBar.activeBackground": "#14455A", |
|
0 commit comments