Skip to content

Commit

Permalink
Fix for TypeScript update reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Sep 9, 2021
1 parent f1fce75 commit 9061f8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# ServiceStackIDEA Changelog

## [Unreleased]
- Fix for TypeScript Update Reference
## [1.2.4]
- Fixes for Python Add ServiceStack Reference in PyCharm.
- Higher res icons.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = ServiceStackIDEA
pluginName = ServiceStack
pluginVersion = 1.2.4
pluginVersion = 1.2.5

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public NativeTypesLanguage getTypesLanguage() {

@Override
public String getOptionsCommentStart() {
return "*/";
return "/* Options:";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public NativeTypesLanguage getTypesLanguage() {

@Override
public String getOptionsCommentStart() {
return "*/";
return "/* Options:";
}

@Override
Expand Down

0 comments on commit 9061f8c

Please sign in to comment.