You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 3.1.0 - 2022-11-21 🦃
Compiler:
- New compiler options in settings: Choose base file, file icon, and "use [MPRESS](https://www.autohotkey.com/mpress/mpress_web.htm)"
- Add "Compiler GUI" command in context menu to use the AHK GUI when compiling
Snippets:
- Update snippets for AHK 1.1.35.00 and fix broken `InStr()` snippet ([#263](#263))
Grammar: Fix `#Requires` not being recognized ([#268](#268))
Editor: New AHK file icon (green square with white H)
Debugger: Minor debugger improvements
Formatter: Close the following bugs:
- Formatter incorrectly indents object literals ([#184](#184), [#222](#222))
- Nested one command code flow control ([#255](#255))
Miscellaneous:
- Extension should start up faster
Description
Some commands cause the next line to be indented. For example:
Such code will be well formatted.
However, the formatter doesn't work with nested commands.
Unformatted input snippet
Expected formatted output snippet
Actual formatted output snippet
Workaround
As a workaround, use braces:
The text was updated successfully, but these errors were encountered: