-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Added - Language selection in project template ([#148](#148)) - Empty and example project templates ([#147](#147)) - `#include` assist ([#108](#108)) ### Fixed - Negative method IDs are considered a syntax error ([#157](#157)) - Non-ASCII characters in FunC identifiers ([#156](#156)) - Invalid trailing comma in return tuple type ([#155](#155)) - Unresolved reference to uninitialized variable ([#151](#151)) - Invalid indent for multiline tuples in function signature return type ([#150](#150)) - Auto-complete not work on `slice~` ([#149](#149)) - `method_id` completion ([#126](#126)) - Reference resolving with identifiers containing non-letter characters ([#107](#107)) - Uppercase HEX in TL-B ([#100](#100)) - Indent in chain calls ([#38](#38))
- Loading branch information
1 parent
609b70b
commit 4dcef48
Showing
135 changed files
with
4,337 additions
and
1,892 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.