generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(patternaction): 修复PatternActionFunc中的空指针异常
- 修改PatternActionFunc以处理null类型,避免空指针异常。 - 添加else分支以处理未知的PatternActionFuncType。 feat(git): 添加对Git函数的支持 - 添加对Git函数的支持,包括提交和推送功能。 - 修复了提交和推送过程中的错误处理。 - 添加了必要的导入和注释以提高代码可读性。
- Loading branch information
Showing
2 changed files
with
85 additions
and
15 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