mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
wip: vscode extension
This commit is contained in:
parent
f9a47fe5a3
commit
0e1565449e
18 changed files with 1005 additions and 2 deletions
16
sdks/vscode/.vscodeignore
Normal file
16
sdks/vscode/.vscodeignore
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.vscode/**
|
||||
.vscode-test/**
|
||||
out/**
|
||||
node_modules/**
|
||||
src/**
|
||||
script/**
|
||||
.gitignore
|
||||
.yarnrc
|
||||
bun.lock
|
||||
esbuild.js
|
||||
vsc-extension-quickstart.md
|
||||
**/tsconfig.json
|
||||
**/eslint.config.mjs
|
||||
**/*.map
|
||||
**/*.ts
|
||||
**/.vscode-test.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue