Skip to content

Commit

Permalink
Merge branch 'release/v0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wellshsu committed Aug 2, 2022
2 parents 7c1691e + 1031e62 commit 32ab6f8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1,899 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.3.1 [2022.08.02]
* 修复字符串格式化单引号转义错误.
* Fix string that contains single quote format issue(escaping).

# 0.3.0 [2022.06.28]
* 新增 'To CSharp' 转换功能, 你可以使用此功能将Lua代码转换为CSharp.
* Add 'To CSharp', use it to translate lua to csharp.
Expand Down
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -71,6 +71,10 @@
* Conditional breakpoint: [Stable] support expression and hit count.

# [See Changelog] | 详细请查阅版本记录
## 0.3.1 [2022.08.02]
* 修复字符串格式化单引号转义错误.
* Fix string that contains single quote format issue(escaping).

## 0.3.0 [2022.06.28]
* 新增 'To CSharp' 转换功能, 你可以使用此功能将Lua代码转换为CSharp.
* Add 'To CSharp', use it to translate lua to csharp.
Expand Down Expand Up @@ -388,12 +392,14 @@
* kangping.luaide: https://github.com/k0204/LuaIde/

# For Developer | 开发者
* volta: https://volta.sh/
* nodejs: volta install node@16.16.0
* npm install
* npm install -g vsce
* vsce package
* vsce login wellshsu
* vsce publish
* vsce unpublish (publisher name).(extension name)
* code --install-extension luaide-lite-0.3.0.vsix
* code --install-extension luaide-lite-0.3.1.vsix
* https://marketplace.visualstudio.com/manage/
* https://code.visualstudio.com/api/working-with-extensions/bundling-extension

0 comments on commit 32ab6f8

Please sign in to comment.