diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-01-27 07:50:13 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 07:50:13 +1100 |
| commit | ada43cc56ac2e337cc034f8052d7e5da61268c34 (patch) | |
| tree | b8b5f95704695163db359f3d42c1da95cbed91d2 /cli/tests/lsp/formatting_request_mbc_fmt.json | |
| parent | 43f4a23f89be19549f2e798c2eb0c59925861590 (diff) | |
fix(lsp): handle mbc properly when formatting (#9273)
Diffstat (limited to 'cli/tests/lsp/formatting_request_mbc_fmt.json')
| -rw-r--r-- | cli/tests/lsp/formatting_request_mbc_fmt.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/tests/lsp/formatting_request_mbc_fmt.json b/cli/tests/lsp/formatting_request_mbc_fmt.json new file mode 100644 index 000000000..f20cc18e6 --- /dev/null +++ b/cli/tests/lsp/formatting_request_mbc_fmt.json @@ -0,0 +1,14 @@ +{ + "jsonrpc": "2.0", + "id": 2, + "method": "textDocument/formatting", + "params": { + "textDocument": { + "uri": "file:///a/file.ts" + }, + "options": { + "tabSize": 2, + "insertSpaces": true + } + } +} |
