|
17 | 17 | "engines": { |
18 | 18 | "vscode": "^1.61.0" |
19 | 19 | }, |
20 | | - "extensionDependencies": [ |
21 | | - "xsro.vscode-dosbox" |
22 | | - ], |
23 | 20 | "categories": [ |
24 | 21 | "Programming Languages", |
25 | 22 | "Other" |
|
32 | 29 | } |
33 | 30 | ], |
34 | 31 | "activationEvents": [ |
35 | | - "onLanguage:assembly", |
36 | 32 | "onLanguage:asm-collection", |
37 | 33 | "onLanguage:tasm", |
38 | 34 | "onLanguage:masm" |
|
269 | 265 | "type": "string", |
270 | 266 | "default": "segment", |
271 | 267 | "markdownDescription": "%config.format.align.description%", |
272 | | - "enum": [ "indent", "label", "segment"], |
| 268 | + "enum": [ |
| 269 | + "indent", |
| 270 | + "label", |
| 271 | + "segment" |
| 272 | + ], |
273 | 273 | "enumItemLabels": [ |
274 | 274 | "%config.format.align.enum.indent.label%", |
275 | 275 | "%config.format.align.enum.label.label%", |
|
291 | 291 | "instruction": { |
292 | 292 | "type": "string", |
293 | 293 | "description": "%config.format.casing.instruction%", |
294 | | - "enum": ["lower", "upper", "title", "off"], |
| 294 | + "enum": [ |
| 295 | + "lower", |
| 296 | + "upper", |
| 297 | + "title", |
| 298 | + "off" |
| 299 | + ], |
295 | 300 | "default": "off" |
296 | 301 | }, |
297 | 302 | "register": { |
298 | 303 | "type": "string", |
299 | 304 | "description": "%config.format.casing.register%", |
300 | | - "enum": ["lower", "upper", "title", "off"], |
| 305 | + "enum": [ |
| 306 | + "lower", |
| 307 | + "upper", |
| 308 | + "title", |
| 309 | + "off" |
| 310 | + ], |
301 | 311 | "default": "off" |
302 | 312 | }, |
303 | 313 | "directive": { |
304 | 314 | "type": "string", |
305 | 315 | "description": "%config.format.casing.directive%", |
306 | | - "enum": ["lower", "upper", "title", "off"], |
| 316 | + "enum": [ |
| 317 | + "lower", |
| 318 | + "upper", |
| 319 | + "title", |
| 320 | + "off" |
| 321 | + ], |
307 | 322 | "default": "off" |
308 | 323 | }, |
309 | 324 | "operator": { |
310 | 325 | "type": "string", |
311 | 326 | "description": "%config.format.casing.operator%", |
312 | | - "enum": ["lower", "upper", "title", "off"], |
| 327 | + "enum": [ |
| 328 | + "lower", |
| 329 | + "upper", |
| 330 | + "title", |
| 331 | + "off" |
| 332 | + ], |
313 | 333 | "default": "off" |
314 | 334 | } |
315 | 335 | } |
|
333 | 353 | "type": "string", |
334 | 354 | "default": "off", |
335 | 355 | "markdownDescription": "%config.format.spaceAfterComma.description%", |
336 | | - "enum": ["always", "never", "off"], |
| 356 | + "enum": [ |
| 357 | + "always", |
| 358 | + "never", |
| 359 | + "off" |
| 360 | + ], |
337 | 361 | "enumItemLabels": [ |
338 | 362 | "%config.format.spaceAfterComma.enum.always%", |
339 | 363 | "%config.format.spaceAfterComma.enum.never%", |
340 | 364 | "%config.format.spaceAfterComma.enum.off%" |
341 | 365 | ] |
342 | 366 | }, |
343 | | - |
344 | 367 | "masmtasm.cpp-docs.links": { |
345 | 368 | "type": "array", |
346 | 369 | "items": { |
|
453 | 476 | "assert": "^2.0.0", |
454 | 477 | "del": "^7.0.0", |
455 | 478 | "download": "^8.0.0", |
456 | | - "emulators": "^0.73.7", |
| 479 | + "emulators": "https://raw.githubusercontent.com/dosasm/dosplay/gh-pages/emulators-v8.3.3-dosasm10.tgz", |
457 | 480 | "eslint": "^8.20.0", |
458 | 481 | "glob": "^8.0.3", |
459 | 482 | "js-yaml": "^4.1.0", |
|
0 commit comments