v0.7.3
What's Changed
- docs(shirelang): Update the README for shirelang by @lkk214 in #75
- fix(runner): An unexpected exception occurred, causing the shire process cannot be canceled by @lkk214 in #76
- feat(javascript): implement TypeScript refactoring tool and language … by @JayClock in #77
- feat(javascript): add JavaScript support and build system integration by @JayClock in #79
- feat(codemodel): Add JavaScript and TypeScript structure providers by @JayClock in #80
- feat(javascript): add JestCodeModifier and JSAutoTestingService by @JayClock in #81
New Contributors
Bug Fixes
- runner: An unexpected exception occurred, causing the shire process cannot be canceled (7eba18c)
- runner: The consoleView is not the original consoleView when processing the exit code of the script (474b681)
- runner: The messageFilter of the console view appends extra data (a47db5d)
- shirelang: ensure null safety in ShireVcsSingleAction #78 (0c4665b)
Features
- actions: add support for enabling/disabling actions and improve action config handling #78 (045c962)
- codemodel: Add JavaScript and TypeScript structure providers (ce936bd)
- javascript: add JavaScript support and build system integration (c09e3d3)
- javascript: add JestCodeModifier and JSAutoTestingService (fde85ad)
- javascript: implement TypeScript refactoring tool and language support (f46a3f8)
- llm: add LlmConfig class for LLM configuration management #78 (a824eda)
- llm: add maxTokens parameter to CustomFields and LlmConfig #78 (c47ae75)
- model: enable for custom model in project && closed #78 (d3e4859)
- navigation: implement GotoDeclarationHandler for Shire language (2c7d744)
- pattern-action: refactor to use PatternActionFuncType enum (445b2ac)
Full Changelog: v0.7.2...v0.7.3