mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
related: #688 . There are some unfinished things that need to be finalised by Boshen. 1. Official icon and description for the package. 2. Publishing strategy ( It's probably not a good idea to use `package.json` as a probe to publish extension, as there's too much vscode configuration coupled to it, a git tag like `vscode_v0.0.x` might be worth considering ). 3. License for the extension.
14 lines
No EOL
184 B
Text
14 lines
No EOL
184 B
Text
.vscode
|
|
node_modules
|
|
out/
|
|
src/
|
|
tsconfig.json
|
|
webpack.config.js
|
|
client/**
|
|
pnpm-lock.yaml
|
|
server
|
|
target
|
|
dist/
|
|
!dist/extension.js
|
|
!target/release/oxc_vscode
|
|
!target/release/oxc_vscode.exe |