We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98d007 commit 7b372b1Copy full SHA for 7b372b1
‎code-style/.vscode/launch.json
‎code-style/.vscode/settings.json
@@ -8,20 +8,7 @@
8
"javascript.format.enable": false,
9
"editor.defaultFormatter": "esbenp.prettier-vscode",
10
11
- "files.associations": {
12
- "**/typescript-configs/*.json": "jsonc"
13
- },
14
- "json.schemas": [
15
- {
16
- "fileMatch": ["typescript-configs/*.json"],
17
- "url": "https://json.schemastore.org/tsconfig"
18
19
20
- "fileMatch": ["eslint-config*/*.yaml"],
21
- "url": "https://json.schemastore.org/eslintrc"
22
- }
23
- ],
24
- "material-icon-theme.files.associations": {
25
- "eslint-config*/*.yaml": "eslint"
+ "[ruby]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
26
}
27
0 commit comments