mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
wip: vscode extension
This commit is contained in:
parent
f9a47fe5a3
commit
0e1565449e
18 changed files with 1005 additions and 2 deletions
5
sdks/vscode/.vscode-test.mjs
Normal file
5
sdks/vscode/.vscode-test.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { defineConfig } from '@vscode/test-cli';
|
||||
|
||||
export default defineConfig({
|
||||
files: 'out/test/**/*.test.js',
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue