Skip to content

Releases: moikas-code/vscode-script-extension

v0.1.2 - Successful Marketplace Publication

10 Jul 16:55

Choose a tag to compare

πŸŽ‰ Successfully published to VS Code Marketplace!

Publisher: script-lang βœ…
Extension ID: script-lang.script-lang βœ…
Display Name: Script Lang - AI-Native Programming βœ…

πŸš€ Now Live on Marketplace!

ext install script-lang.script-lang

Changes from v0.1.1:

  • βœ… Unique display name: Changed to 'Script Lang - AI-Native Programming'
  • βœ… Marketplace approved: No more name conflicts
  • βœ… Successfully published: Extension is now live and installable

Features:

  • βœ… Syntax highlighting for Script language with custom TextMate grammar
  • βœ… Language configuration (auto-closing brackets, comments, indentation)
  • βœ… Custom language identifier: script
  • βœ… File type recognition for .script files
  • βœ… TypeScript source with update notifications
  • βœ… GitHub Actions for automated publishing

Installation:

Users can now install the extension directly from VS Code/Cursor:

  1. Open Extensions (Ctrl+Shift+X)
  2. Search 'Script Lang'
  3. Click Install

Or via command:

ext install script-lang.script-lang

Marketplace: https://marketplace.visualstudio.com/items?itemName=script-lang.script-lang
Repository: https://github.com/moikas-code/vscode-script-extension

πŸ”„ Auto-Updates Active

Users who install from the marketplace will automatically receive future updates!

v0.1.1 - Marketplace Release

10 Jul 16:47

Choose a tag to compare

πŸš€ Official marketplace release with correct publisher

Publisher: script-lang βœ…
Extension ID: script-lang.script-lang βœ…
Display Name: Script Programming Language βœ…

Changes from v0.1.0:

  • βœ… Correct publisher: Changed from moikas-code to script-lang
  • βœ… Unique display name: Avoid conflict with existing extensions
  • βœ… All documentation updated to reflect correct extension ID

Installation:

ext install script-lang.script-lang

Features:

  • βœ… Syntax highlighting for Script language
  • βœ… Language configuration (auto-closing brackets, comments, indentation)
  • βœ… Custom language identifier: script
  • βœ… File type recognition for .script files
  • βœ… TypeScript source with update notifications
  • βœ… GitHub Actions for automated publishing

Marketplace: https://marketplace.visualstudio.com/items?itemName=script-lang.script-lang
Repository: https://github.com/moikas-code/vscode-script-extension

v0.1.0 - Initial Release

10 Jul 16:23

Choose a tag to compare

πŸŽ‰ Initial release of Script Language VS Code Extension

Publisher: script-lang
Extension ID: script-lang.script-lang

Features:

  • βœ… Syntax highlighting for Script language with custom TextMate grammar
  • βœ… Language configuration (auto-closing brackets, comments, indentation)
  • βœ… Custom language identifier: script
  • βœ… File type recognition for .script files
  • βœ… TypeScript source with update notifications
  • βœ… GitHub Actions for automated publishing

Installation:

ext install script-lang.script-lang

What's Next:

  • Language Server Protocol integration (85% complete)
  • IntelliSense and auto-completion
  • Debugging support
  • REPL integration

GitHub Repository: https://github.com/moikas-code/vscode-script-extension
Marketplace: https://marketplace.visualstudio.com/items?itemName=script-lang.script-lang