wip: initial commit

This commit is contained in:
2025-02-24 00:30:26 +00:00
commit dcb8d20d88
12 changed files with 6309 additions and 0 deletions

5
.vscode-test.mjs Normal file
View File

@@ -0,0 +1,5 @@
import { defineConfig } from '@vscode/test-cli';
export default defineConfig({
files: 'out/test/**/*.test.js',
});