All notable changes to the "vscode-testcomplete" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Fix missing testcomplete-ts-api submodule in the VSIX package
- Proper handling of property paths with multiple periods (#2)
- testcomplete-ts-api update
- Introduce
testcomplete.castMappedItemsToKnownTypes
configuration option. It is set to true by default and enables automatic UI Element type casting to known values. It helps to support custom type names likeMainWindow
, which will be treated just likeWindow
,MyCustomButton
as justButton
etc. If false, generated name mappings.d.ts
may contain invalid object types.
- Update TestComplete API submodule
- Update existing
tsconfig.json
/jsconfig.json
instead of replacing. Also, update extension path injson
s on extension activation
- Fix project-related modules generation command
- Fix API bundling
- Initial release