Closed JVimes closed 4 years ago
thanks for reporting! this is a much less than ideal bug.
so, this extension does not implement code formatting. so you might have better luck over at the prettier-vscode
repository. it could be an issue in their implementation, or an issue with the actual @prettier/parser-graphql
or whaever it's called. We use that in our official monaco mode, but not in the language server or in this extension. hope this helps!
Actual Behavior
With the extension installed, the "Format Document" command indents with tabs even when VSCode is configured to use spaces.
Expected Behavior
The "Format Document" command follows the VSCode setting on tabs vs spaces, and number of spaces:
Steps to Reproduce the Problem Or Description
Specifications