Skip to content

Releases: scztt/vscode-supercollider

0.0.3 alpha

17 Apr 16:47
Compare
Choose a tag to compare
0.0.3 alpha Pre-release
Pre-release

What's Changed

  • Give info when updateLanguageServer fails. by @regisverdin in #37
  • Check if client exists during cleanup (crashes in activate) by @regisverdin in #36
  • Drag-and-drop (with shift modifier) now matches ScIDE behavior (adds strings or lists of strings to the document)
  • Language Server is now activated if there are any SC files in the workspace, not just when one is opened.
  • Small improvements to port handling should make the extension behave better when multiple SuperCollider workspaces are open.
  • Added an option to use workspace-local sclang conf files if they are preset.
  • Fixed several stability issues, including a missing command.

New Contributors

Full Changelog: 0.0.2-alpha...0.0.3-alpha

0.0.2

04 Nov 10:36
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
0.0.2-alpha

Increment version

0.0.1-alpha1

24 May 07:52
Compare
Choose a tag to compare
0.0.1-alpha1 Pre-release
Pre-release
Update readme