diff --git a/.prettierrc.json b/.prettierrc.json index abf12e82b9..3f148b08a2 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -25,6 +25,12 @@ { "files": "*.{svg,html}", "options": { "parser": "html" } + }, + { + "files": ["*.code-workspace"], + "options": { + "parser": "json" + } } ] } diff --git a/js-anytype.code-workspace b/js-anytype.code-workspace index e91a63f112..4e21de7745 100644 --- a/js-anytype.code-workspace +++ b/js-anytype.code-workspace @@ -23,6 +23,6 @@ }, "prettier.documentSelectors": ["**/*.svg"], "editor.defaultFormatter": "esbenp.prettier-vscode", - "debug.inlineValues": "on", + "debug.inlineValues": "on" } -} \ No newline at end of file +}