You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"config.boxrun.choose": "use choose command to decide keep dosbox or not",
22
-
"config.boxcommand": "If defined, the extension will use this command to open dosbox instead of default command",
23
-
"config.boxconsole.description": "what to do with the console window",
24
-
"config.boxconsole.min": "- For windows, use command like `start/min dosbox`, this will **Minimize** the console window\n- for other OS, will not process the console information",
25
-
"config.boxconsole.normal": "- For windows, use command like `dosbox`, this will **Create** a console window by dosbox\n- for other OS, will not process the console information",
26
-
"config.boxconsole.noconsole": "don't show console\n\n- For windows, use command like `dosbox -noconsole` to redirect the console stdout and stderr to files\n- for other OS, will not process the console information",
27
-
"config.boxconsole.redirect-show": "Redirect the console stdout and stderr to VSCode output channel, and show. For windows it will not display in real time",
28
-
"config.boxconsole.redirect": "Redirect the console stdout and stderr to VSCode output channel. For windows it will not display in real time",
29
-
"config.boxconfig.description": "dosbox configurations that will be used, see [link](https://www.dosbox.com/wiki/Dosbox.conf),use property like `\"AUTOEXEC\":\"echo hi\\ndir\"` if need to use *AUTOEXEC*",
18
+
"config.boxconfig.description": "configuration for DOSBox, use format like the default value, see [dosbox](https://www.dosbox.com/wiki/Dosbox.conf),Please don't set `autoexec` here",
19
+
"config.boxXconfig.description": "configuration for DOSBox-X, use format like the default value, see [dosbox-x](https://dosbox-x.com/wiki/), Please don't set `autoexec `here",
30
20
"config.hover": "Display Hover information or not, restart VSCode to apply",
31
-
"config.PLF": "Experimental programmatic language features like outline,jump to definition/reference. Restart needed",
32
-
"config.separateSpace": "Use a Separate space to keep the workspace clean. This will cause problem with multi-file assembly. \n\n- The extension will copy source code file to this space\n- When the emulator's fileSystem do not support your file path, this will be enabled by default",
33
-
"config.clean": "clean related files before action",
34
-
"config.jsdos.viewColumn": "the view Column where the jsdos webview will create. See [ViewColumn](https://code.visualstudio.com/api/references/vscode-api#ViewColumn)",
"config.dosbox.more": "The commands to use when in dosbox mode.\n\n- The extension will mount tools folder to dosbox's disk C, the file's folder to disk D\n- a separate space as dosbox's disk X,the extension will read file X:\\ASM.LOG to process assembler's message\n",
38
-
"config.jsdos.more": "The commands to use when in wdosbox(jsdos mode)",
39
-
"config.msdos.more": "The commands to use when in msdos player or auto mode"
21
+
"config.PLF": "Experimental programmatic language features like outline,jump to definition/reference. Restart needed"
0 commit comments