-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
根据VSCode测试组件变化,更新测试路径
- Loading branch information
Showing
5 changed files
with
1,552 additions
and
1,406 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 |
---|---|---|
|
@@ -2,6 +2,16 @@ | |
|
||
[email](mailto:[email protected]?subject=VSCode_Extension(xsro.masm-tasm)_report&body=hello)|[issue](https://github.com/dosasm/masm-tasm/issues) | ||
|
||
### 1.1.0 Fix format 修复格式化时还原的问题 | ||
|
||
Thanks to [Asttear][github:Asttear] for debugging and fixing [#37][issue:37] | ||
|
||
修复格式化的时候文档被还原为初始文档的问题[#37][issue:37]。该bug影响较广,非常抱歉。 | ||
感谢[Asttear][github:Asttear]报告并帮助修复:heart:。 | ||
|
||
[github:Asttear]: https://github.com/Asttear | ||
[issue:37]: https://github.com/dosasm/masm-tasm/issues/37 "格式化时文件被还原" | ||
|
||
## 1.0 Web Extension Support 浏览器端支持 | ||
|
||
![web extension Demo](pics/demo_web-russiacube.gif) | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"displayName": "MASM/TASM", | ||
"publisher": "xsro", | ||
"description": "run MASM/TASM assembly in DOSBox 汇编语言开发插件", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"keywords": [ | ||
"dosbox", | ||
"16位", | ||
|
@@ -369,13 +369,14 @@ | |
"@types/webpack-env": "^1.16.2", | ||
"@typescript-eslint/eslint-plugin": "^5.2.0", | ||
"@typescript-eslint/parser": "^5.2.0", | ||
"@vscode/test-web": "^0.0.15", | ||
"@vscode/test-electron": "^2.1.3", | ||
"@vscode/test-web": "^0.0.24", | ||
"assert": "^2.0.0", | ||
"del": "^6.0.0", | ||
"download": "^8.0.0", | ||
"emulators": "^0.72.0", | ||
"eslint": "^8.1.0", | ||
"glob": "^7.2.0", | ||
"glob": "^8.0.1", | ||
"js-yaml": "^4.0.0", | ||
"jszip": "^3.7.1", | ||
"mocha": "^9.1.3", | ||
|
@@ -385,7 +386,6 @@ | |
"rimraf": "^3.0.2", | ||
"ts-loader": "^9.2.6", | ||
"typescript": "^4.4.4", | ||
"vscode-test": "^1.4.1", | ||
"vscode-uri": "^3.0.2", | ||
"webpack": "^5.60.0", | ||
"webpack-cli": "^4.9.1" | ||
|
@@ -399,4 +399,4 @@ | |
"email": "[email protected]" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
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
Oops, something went wrong.