oxc/editor/vscode
阿良仔 8a915cec5c
feat: vscode extension (#690)
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.
2023-08-06 21:28:49 +08:00
..
client feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
server feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
.vscodeignore feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
package.json feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
pnpm-lock.yaml feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
README.md feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
tsconfig.json feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
webpack.config.js feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00

oxc_vscode

Development

  1. pnpm install
  2. pnpm run ts-build
  3. cargo build -p oxc_vscode
  4. press F5