format files

This commit is contained in:
Tanner Davis
2024-11-26 21:56:17 +00:00
parent c762c2d997
commit af2b86b9ca
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ tags: [ide, windsurf, helper]
Add a button to open any workspace with a single click in Windsurf IDE.
Uses the [Coder Remote Windsurf Extension](https://github.com/coder/windsurf-coder).
Uses the [Coder Remote Windsurf Extension](https://github.com/coder/windsurf-coder).

View File

@@ -85,4 +85,4 @@ describe("windsurf", async () => {
expect(coder_app?.instances.length).toBe(1);
expect(coder_app?.instances[0].attributes.order).toBe(22);
});
});
});