tldraw/apps/vscode/extension/src
Steve Ruiz a1e242ae3a
[DX] Use tabs in JSON.stringify (#2674)
Occasionally the auto-built items, such as Sections.json, will be
flagged as having changes in a commit. This is because we generate that
file using spaces but our formatting uses tabs.

This PR changes all JSON.stringify({}, null, 2) to JSON.stringify({},
null, '\t'). Problem solved!

### Change Type

- [x] `patch` — Bug fix
2024-01-28 21:13:47 +00:00
..
extension.ts replace console.log with nicelog (#1496) 2023-06-01 18:01:49 +00:00
file.ts tldraw zero - package shuffle (#1710) 2023-07-17 21:22:34 +00:00
TldrawDocument.ts [DX] Use tabs in JSON.stringify (#2674) 2024-01-28 21:13:47 +00:00
TldrawEditorProvider.ts replace console.log with nicelog (#1496) 2023-06-01 18:01:49 +00:00
TldrawWebviewManager.ts tldraw zero - package shuffle (#1710) 2023-07-17 21:22:34 +00:00
utils.ts replace console.log with nicelog (#1496) 2023-06-01 18:01:49 +00:00
WebViewMessageHandler.ts Fix bookmark info for VS Code (#2449) 2024-01-12 10:54:30 +00:00