-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
1,899 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -388,12 +392,14 @@ | |
* kangping.luaide: https://github.com/k0204/LuaIde/ | ||
|
||
# For Developer | 开发者 | ||
* volta: https://volta.sh/ | ||
* nodejs: volta install [email protected] | ||
* 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 |
Oops, something went wrong.