Skip to content

Commit b2e510b

Browse files
committed
准备发布
1 parent 6661d97 commit b2e510b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ All notable changes to the "masm-tasm" extension will be documented in this file
88

99
- [x] `dosbox here`增加了一个命令以在当前文件所在目录下打开dosbox,来提供更加自由的操作,见demo
1010
- [x] 优化diagnose对fatal类错误的匹配,优化大纲视图
11-
- [x] 提供代码格式化功能(需要完善现在的效果并不是很好
11+
- [x] 提供代码格式化功能(需要完善并且现在的效果并不是很好
1212
- [x] 提供查找引用功能(目前也并不完美)
1313

14-
鉴于这些功能不完善,你可以在设置中关闭他们(关闭后需要手动重启)
14+
鉴于这些功能目前可能不完善,你可以在设置中关闭他们(关闭后需要手动重启)
15+
1516
DEMO `dosbox here`示例: 代码来自[dpisdaniel/assembly-pacman](https://github.com/dpisdaniel/assembly-pacman)
1617

1718
![demo pacman](https://github.com/xsro/masm-tasm/raw/next/pics/demo_pacman.gif)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "masm-tasm",
33
"displayName": "MASM/TASM",
44
"publisher": "xsro",
5-
"description": "DOS汇编语言开发环境和语法支持,安装即用,自带DOSBox.exe和TASM/MASM工具",
6-
"version": "0.2.1-alpha.1",
7-
"keywords":["dosbox","16位","汇编","微机原理","tasm","masm"],
5+
"description": "DOS汇编语言开发环境和语法支持,win下安装即用,自带DOSBox.exe和TASM/MASM工具",
6+
"version": "0.2.1",
7+
"keywords":["dosbox","16位","汇编","微机原理","tasm","masm","8086"],
88
"icon":"dosboxasm.png",
99
"engines": {
1010
"vscode": "^1.47.0"
@@ -132,7 +132,7 @@
132132
"masmtasm.language.programmaticFeatures":{
133133
"type":"boolean",
134134
"default":true,
135-
"description": "experimental programmatic features like hover,outline,jump to definition. You can close them by choosing false"
135+
"description": "Experimental programmatic features like hover,outline,jump to definition/reference. Restart needed"
136136
},
137137
"masmtasm.dosbox.run": {
138138
"type": "string",

0 commit comments

Comments
 (0)