Skip to content

vscode-plugin: v1.0.0

Compare
Choose a tag to compare
@Michael-F-Bryan Michael-F-Bryan released this 25 Mar 18:56
436398c

1.0.0 (2024-03-25)

Features

  • Automatically activate the extension when a workspace contains a *.wit file (ac02883)
  • Copied the language-configuration.json across from bytecodealliance/vscode-wit (4eae4a6)
  • Copied the wit.code-snippets across from bytecodealliance/vscode-wit (4eae4a6)
  • Copied the wit.tmLanguage.json across from bytecodealliance/vscode-wit (4eae4a6)
  • Created a "WIT Language Server" plugin for VS Code (c258d73)
  • Created a "WIT: Dump AST" command for dumping a file's syntax tree (82a0b5f)
  • Created a "WIT: Restart Server" command for restarting the language server (82a0b5f)
  • Created a "WIT: Show Changelog" command for showing the language server's changelog (82a0b5f)
  • Created a "WIT: Show Version" command for showing the language server version (82a0b5f)
  • The developer tools are automatically opened when running the extension in dev or test mode (749de5f)