File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed
Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 22
33## welcome feedback and contribution [ github issue] ( https://github.com/xsro/masm-tasm/issues )
44
5+ ### 0.3.1
6+
7+ - dosbox更新到0.74-3
8+ - 修复中文用户名下无法工作的问题
9+
510### 0.3.0
611
712- windows下打开dosbox会弹出控制台窗口,可以在设置` masmtasm.dosbox.console ` 中选择显示,最小化还是不显示这个窗口
@@ -36,14 +41,14 @@ DEMO `dosbox here`:(代码来自[dpisdaniel/assembly-pacman](https://github.com/
3641
3742汇编语言支持的symbol大概有以下几种,但是vscode的[ SymbolKind] ( https://code.visualstudio.com/api/references/vscode-api#SymbolKind ) 却与它们不对应,我决定做以下对应
3843
39- | assembly symbol| vscode symbol| 汇编关键字| vscode关键字|
40- | ---| ---| ---| ----|
41- | macro| Module| 宏 | 模块 |
42- | segment| Class| 段 | 类 |
43- | procedure| Function| 子程序| 函数 |
44- | struct| Struct| 结构体| 结构体|
45- | label| Key| 标号 | 键 |
46- | variable| Variable| 变量 | 变量 |
44+ | assembly symbol | vscode symbol | 汇编关键字 | vscode关键字 |
45+ | --------------- | ------------- | ---------- | ------------ |
46+ | macro | Module | 宏 | 模块 |
47+ | segment | Class | 段 | 类 |
48+ | procedure | Function | 子程序 | 函数 |
49+ | struct | Struct | 结构体 | 结构体 |
50+ | label | Key | 标号 | 键 |
51+ | variable | Variable | 变量 | 变量 |
4752
4853### 0.1.4
4954
Original file line number Diff line number Diff line change 33 "displayName" : " MASM/TASM" ,
44 "publisher" : " xsro" ,
55 "description" : " DOS汇编语言开发环境和语法支持,win下安装即用,自带DOSBox.exe和TASM/MASM工具" ,
6- "version" : " 0.3.0 " ,
6+ "version" : " 0.3.1-beta.1 " ,
77 "keywords" : [
88 " dosbox" ,
99 " 16位" ,
3131 "activationEvents" : [
3232 " workspaceContains:*.ASM" ,
3333 " workspaceContains:*.asm" ,
34- " onCommand:masm-tasm.dosboxhere"
34+ " onCommand:masm-tasm.dosboxhere" ,
35+ " onlanguage:assembly"
3536 ],
3637 "main" : " ./out/extension.js" ,
3738 "contributes" : {
You can’t perform that action at this time.
0 commit comments