代码拉取完成,页面将自动刷新
{
"name": "zg-assembler",
"displayName": "ZG Assembler",
"description": "A simple assembler for 6502 / 65c816 / z80-gba / SM83-gb / SPC700",
"version": "0.3.67",
"engines": {
"vscode": "^1.85.0"
},
"author": {
"name": "ZENG GE"
},
"publisher": "ZENG-GE",
"preview": true,
"repository": {
"url": "https://github.com/zyr2288/zg-assembler/"
},
"categories": [
"Debuggers",
"Programming Languages",
"Other"
],
"keywords": [
"6502",
"65c816",
"SM83-gb",
"SPC700",
"assembly"
],
"activationEvents": [
"onView:zg-assembly.labelTreeProvider",
"onDebugResolve:zg-assembly"
],
"icon": "syntaxes/chip.png",
"main": "./dist/extension.js",
"contributes": {
"commands": [
{
"command": "zg-assembly.compliteThis",
"title": "%Compile This File%"
},
{
"command": "zg-assembly.compliteMain",
"title": "%Compile Entry File%"
},
{
"command": "zg-assembly.reloadRom",
"title": "%Reload Rom%",
"icon": {
"light": "syntaxes/file-reload.svg",
"dark": "syntaxes/file-reload.svg"
}
},
{
"command": "zg-assembler.labelTreeRefresh",
"title": "%Label Tree Reload%",
"icon": "syntaxes/file-reload.svg"
},
{
"command": "zg-assembler.outputLabels-2",
"title": "%Export labels - 2%",
"icon": "syntaxes/export.svg"
},
{
"command": "zg-assembler.outputLabels-10",
"title": "%Export labels - 10%",
"icon": "syntaxes/export.svg"
},
{
"command": "zg-assembler.outputLabels-16",
"title": "%Export labels - 16%",
"icon": "syntaxes/export.svg"
}
],
"languages": [
{
"id": "zg-assembly",
"extensions": [
".asm"
],
"configuration": "./syntaxes/language-configuration.json"
}
],
"grammars": [
{
"language": "zg-assembly",
"scopeName": "source.asm.zg-assembly",
"path": "./syntaxes/zg-assembly.json"
}
],
"configurationDefaults": {
"[zg-assembly]": {
"editor.wordBasedSuggestions": "off"
}
},
"menus": {
"editor/context": [
{
"command": "zg-assembly.compliteThis",
"when": "editorLangId == zg-assembly",
"group": "z_command"
},
{
"command": "zg-assembly.compliteMain",
"when": "editorLangId == zg-assembly",
"group": "z_command"
}
],
"debug/toolBar": [
{
"command": "zg-assembly.reloadRom",
"when": "debugType == ZG-Assembler"
}
],
"view/title": [
{
"command": "zg-assembler.labelTreeRefresh",
"when": "view == labelTreeProvider",
"group": "navigation"
}
],
"view/item/context": [
{
"command": "zg-assembler.outputLabels-2",
"when": "viewItem == zg-assembler.outputLabels"
},
{
"command": "zg-assembler.outputLabels-10",
"when": "viewItem == zg-assembler.outputLabels"
},
{
"command": "zg-assembler.outputLabels-16",
"when": "viewItem == zg-assembler.outputLabels"
}
]
},
"jsonValidation": [
{
"fileMatch": "/project-settings.json",
"url": "./syntaxes/config.json"
}
],
"breakpoints": [
{
"language": "zg-assembly"
}
],
"debuggers": [
{
"type": "ZG-Assembler",
"label": "ZG-Assembler Debugger",
"languages": [
"zg-assembly"
],
"initialConfigurations": [
{
"type": "ZG-Assembler",
"request": "attach",
"name": "Debug rom with Emulator",
"host": "127.0.0.1",
"port": 4065,
"cpuType": "Nes",
"romOffset": 16
}
],
"configurationAttributes": {
"attach": {
"properties": {
"host": {
"type": "string",
"default": "127.0.0.1"
},
"port": {
"type": "number",
"description": "连接端口",
"default": 4065
},
"cpuType": {
"type": "string",
"description": "所调试的CPU类型",
"enum": [
"Snes",
"Spc",
"NecDsp",
"Sa1",
"Gsu",
"Cx4",
"Gameboy",
"Nes",
"Pce",
"Sms",
"Gba",
"Ws"
]
},
"romOffset": {
"type": "number",
"minimum": 0,
"description": "文件地址偏转"
}
}
}
}
}
],
"views": {
"explorer": [
{
"id": "labelTreeProvider",
"name": "%Label Tree%",
"when": "zg-assembler.labelTreeProvider.visible",
"icon": "syntaxes/label"
}
]
}
},
"scripts": {
"vscode:prepublish": "npm run package",
"build-core": "webpack --config webpack.config.prod.js",
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "vscode-test"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "18.x",
"@types/vscode": "^1.85.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vscode/debugadapter": "^1.65.0",
"@vscode/test-cli": "^0.0.9",
"@vscode/test-electron": "^2.3.9",
"eslint": "^8.57.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。