-
Notifications
You must be signed in to change notification settings - Fork 2
[DRAFT] VSCode Plugin #5
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
Open
corneliutusnea
wants to merge
49
commits into
main
Choose a base branch
from
plugin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Build and package ISL Language Support extension v1.0.0 - Add AI assistant configuration for Cursor, Windsurf, and GitHub Copilot - Include comprehensive ISL language guide for AI code generation - Update .gitignore to allow plugin/*.vsix files - Add AI support documentation to README
- Add plugin-ci.yml workflow for continuous integration - Build and test on Ubuntu, Windows, macOS - Test with Node.js 18 and 20 - Generate build artifacts - Add publish-plugin.yml workflow for automated publishing - Publish to VSCode Marketplace on version tags - Publish to Open VSX Registry - Create GitHub releases with VSIX attachments - Add npm scripts for package and publish commands - Add comprehensive PUBLISHING.md guide - Install vsce and ovsx CLI tools
commit e7fcb68c920b0e087ee3b460f9510381c2e5a927
Author: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
Date: Tue Nov 25 12:41:37 2025 +1100
verify credentials
commit cf66ae8
Author: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
Date: Tue Nov 25 10:25:33 2025 +1100
update
commit 8adf735
Author: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
Date: Tue Nov 25 10:16:05 2025 +1100
logging
commit 94b2f9e
Author: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
Date: Tue Nov 25 09:52:48 2025 +1100
updated build
commit 7153ed0
Author: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
Date: Tue Nov 25 09:38:00 2025 +1100
logs
commit 14fa07c
Author: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
Date: Tue Nov 25 08:05:43 2025 +1100
updated workflow
commit 4e03e89
Author: Corneliu <[email protected]>
Date: Tue Nov 25 07:55:15 2025 +1100
Update publish.yml
commit 90c6317
Author: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
Date: Tue Nov 25 07:50:20 2025 +1100
let's test the publish
commit 4ed5902
Author: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
Date: Mon Nov 24 17:58:05 2025 +1100
added link to playground
commit 14dc5ae
Author: Corneliu <[email protected]>
Date: Mon Nov 24 16:05:32 2025 +1100
Playground (#8)
* added ISL playground on railway app
* improved docs and styles
* added Run in Playground button
commit 40030d6
Author: Corneliu <[email protected]>
Date: Sun Nov 23 18:45:33 2025 +1100
Updated docs (#7)
Updated docs.
Co-authored-by: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
commit 4067b24
Author: Corneliu <[email protected]>
Date: Fri Nov 21 23:16:21 2025 +1100
Updated benchmarks (#6)
* updated benchmarks
* updated benchmarks
---------
Co-authored-by: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
commit 80efee8
Author: Corneliu <[email protected]>
Date: Fri Nov 21 16:44:50 2025 +1100
updated benchmarks (#4)
Co-authored-by: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
commit 55dce49
Author: Corneliu <[email protected]>
Date: Fri Nov 21 14:28:36 2025 +1100
Docs & benchmark improvements (#3)
* updated search
* added mvel
* python tests
* small payload benchmark
---------
Co-authored-by: Corneliu Tusnea <corneliu_tusnea at intuit.com / corneliu at acorns.com.au>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
draft for a VS Code Plugin for ISL