-
-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
publish vscode extension #688
Comments
Oh wow, let's do this! |
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.
Code is done, I need to find the time to publish this thing :-/ |
Does this include the type checking errors/diagnostics from |
@Boshen any updates on the publishing date ? |
No ETA yet. |
need any help with this? would love to try this in vscode |
you can test it out with: cd editors/vscode then head to vscode, command pallet "Extensions: Install from VSIX..." find the file we just built (should be: |
I've recently been building a vscode extension for oxc, @Boshen , if you don't mind, could I submit a PR to commit this part of the code to the repository?
Functionality implemented so far:
1. Displaying diagnostics, help messages and the range of labels
2. Providing quick fix
3. Providing commands such as
restart server
4. debug and production builds
The text was updated successfully, but these errors were encountered: