11{
2- "dosasm.badges.code" :" some interesting ASM code" ,
3- "dosasm.editor.openEmu" :" Open DOSBox" ,
4- "dosasm.editor.runAsm" :" Run ASM code" ,
5- "dosasm.editor.debugAsm" :" Debug ASM code" ,
6- "dosasm.command.cleanalldianose" :" Clean all diagnose information generated by MASM/TASM" ,
7- "dosasm.config.toolspath.mddescription" :" Set your custom toolset's path,see [about-tools](https://github.com/xsro/masm-tasm/tree/master#about-tools)" ,
8- "dosasm.config.masmortasm.description" :" use TASM or MASM to operate your assembly codes" ,
9- "dosasm.config.masmortasm.enum1" :" use MASM toolset, including masm.exe,link.exe,debug.exe..." ,
10- "dosasm.config.masmortasm.enum2" :" use TASM toolset, including tasm.exe,tlink.exe,td.exe..." ,
11- "dosasm.config.emulator.description" :" Use DOSBox or MSDOS-player as 16-bit emulator" ,
12- "dosasm.config.emulator.dosbox" :" Use DOSBox,this may be more stable" ,
13- "dosasm.config.emulator.player" :" Use MSDOS-player for most cases(use dosbox for TD),this may be more quiet" ,
14- "dosasm.config.emulator.auto" :" Auto select: use MSDOS-player to compile,use dosbox to run,use dosbox for TD.exe,MSDOS player for debug.exe" ,
15- "dosasm.config.savefirst" :" Save the file before Open dosbox, run and debug ASM codes" ,
16- "dosasm.config.boxrun.description" :" What to do after run code in dosbox" ,
17- "dosasm.config.boxrun.enum1" :" do nothing, manually input exit or click 'x' or press 'Ctrl+F9' to exit" ,
18- "dosasm.config.boxrun.enum2" :" exit DOSBox automatically" ,
19- "dosasm.config.boxrun.enum3" :" pause and then exit" ,
20- "dosasm.config.boxconsole.description" :" what to do with the console window in windows OS" ,
21- "dosasm.config.boxconsole.min" :" Minimize the console window, via command like `start/min dosbox`" ,
22- "dosasm.config.boxconsole.normal" :" Show the console window, via command like `dosbox`" ,
23- "dosasm.config.boxconsole.noconsole" :" Redirect the console stdout and stderr to files, via command like `dosbox -noconsole`" ,
24- "dosasm.config.dosbox.resolution" :" Set dosbox resolution like '1024x640'.If left empty, it means use the default resolution of DOSBox" ,
25- "dosasm.command.dosboxhere" :" Dosbox here: Open DosBox, Mount the path of the editor files's folder as E:\\ and set the needed environment"
26- }
2+ "dosasm.editor.openEmu" : " Open DOSBox" ,
3+ "dosasm.editor.runAsm" : " Run ASM code" ,
4+ "dosasm.editor.debugAsm" : " Debug ASM code" ,
5+ "dosasm.command.cleanalldianose" : " Clean all diagnose information generated by MASM/TASM" ,
6+ "dosasm.config.toolspath.mddescription" : " Set your custom toolset's path,see [about-tools](https://github.com/xsro/masm-tasm/tree/main#about-tools)" ,
7+ "dosasm.config.masmortasm.description" : " use TASM or MASM to operate your assembly codes" ,
8+ "dosasm.config.masmortasm.enum1" : " use MASM toolset, including masm.exe,link.exe,debug.exe..." ,
9+ "dosasm.config.masmortasm.enum2" : " use TASM toolset, including tasm.exe,tlink.exe,td.exe..." ,
10+ "dosasm.config.emulator.description" : " Use DOSBox or MSDOS-player as 16-bit emulator for windows" ,
11+ "dosasm.config.emulator.dosbox" : " Use DOSBox,this may be more stable" ,
12+ "dosasm.config.emulator.player" : " Use MSDOS-player for most cases(use dosbox for TD),this may be more quiet" ,
13+ "dosasm.config.emulator.auto" : " Auto select: use MSDOS-player to compile,use dosbox to run,use dosbox for TD.exe,MSDOS player for debug.exe" ,
14+ "dosasm.config.savefirst" : " Save the file before Open dosbox, run and debug ASM codes" ,
15+ "dosasm.config.boxrun.description" : " What to do after run code in dosbox" ,
16+ "dosasm.config.boxrun.enum1" : " do nothing, manually input exit or click 'x' or press 'Ctrl+F9' to exit" ,
17+ "dosasm.config.boxrun.enum2" : " exit DOSBox automatically" ,
18+ "dosasm.config.boxrun.enum3" : " pause and then exit" ,
19+ "dosasm.config.boxconsole.description" : " what to do with the console window in windows OS" ,
20+ "dosasm.config.boxconsole.min" : " Minimize the console window, via command like `start/min dosbox`" ,
21+ "dosasm.config.boxconsole.normal" : " Show the console window, via command like `dosbox`" ,
22+ "dosasm.config.boxconsole.noconsole" : " Redirect the console stdout and stderr to files, via command like `dosbox -noconsole`" ,
23+ "dosasm.config.dosbox.resolution" : " Set dosbox resolution like '1024x640'.If left empty, it means use the default resolution of DOSBox" ,
24+ "dosasm.command.dosboxhere" : " Dosbox here: Open DosBox, Mount the path of the editor files's folder as E:\\ and set the needed environment"
25+ }
0 commit comments