Skip to content

0.12.17

Latest

Choose a tag to compare

@gcampbell-msft gcampbell-msft released this 25 Feb 18:54
· 42 commits to main since this release
163bbaf

0.12

Improvements:

  • Make the wording more clear for the clean and build command. #136
  • While parsing, don't replace characters with newlines if they are inside quotes. #671
  • Handle line continuation characters during parsing. #628

Bug Fixes:

  • Fix intellisense "unrecognized token" issue with define. #526, #465