ci: format

This commit is contained in:
Dax Raad
2025-09-09 23:44:04 -04:00
parent 58fe884327
commit 38e8c42cf0
68 changed files with 921 additions and 1018 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
import { defineConfig } from '@vscode/test-cli';
import { defineConfig } from "@vscode/test-cli"
export default defineConfig({
files: 'out/test/**/*.test.js',
});
files: "out/test/**/*.test.js",
})