加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 38.08 KB
一键复制 编辑 原始数据 按行查看 历史
NULL 提交于 2020-12-02 23:46 . update
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013
{
"name": "eide",
"displayName": "Embedded IDE",
"publisher": "cl",
"author": {
"name": "cl",
"email": "2584456014@qq.com"
},
"keywords": [
"arm",
"stm32",
"c51",
"sdcc",
"stm8",
"c51",
"8051",
"eide"
],
"homepage": "https://github.com/github0null/eide/blob/master/README.md",
"license": "MIT",
"description": "一个 8051/STM8/Cortex-M 的开发工具 (A 8051/STM8/Cortex-M development tool)",
"version": "1.19.0",
"engines": {
"vscode": "^1.38.0"
},
"categories": [
"Programming Languages",
"Other",
"Snippets"
],
"activationEvents": [
"*"
],
"icon": "res/icon/icon.png",
"main": "./dist/extension.js",
"readme": "https://github.com/github0null/eide/blob/master/README.md",
"bugs": {
"url": "https://github.com/github0null/eide/issues",
"email": "2584456014@qq.com"
},
"os": [
"win32"
],
"repository": {
"url": "https://github.com/github0null/eide.git",
"type": "git"
},
"scripts": {
"vscode:prepublish": "webpack --mode production",
"webpack": "webpack --mode development",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "npm run compile && node ./node_modules/vscode/bin/test"
},
"devDependencies": {
"@types/iconv-lite": "0.0.1",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.17",
"@types/vscode": "^1.38.0",
"@types/x2js": "^3.1.0",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"typescript": "^3.7.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"iconv-lite": "^0.5.0",
"jsonc": "^2.0.0",
"x2js": "^3.3.1"
},
"contributes": {
"configuration": [
{
"title": "Embedded IDE",
"properties": {
"EIDE.Option.CreateBatchFile": {
"type": "boolean",
"scope": "resource",
"markdownDescription": "Create batch file after build",
"default": false
},
"EIDE.Option.UseTaskToBuild": {
"type": "boolean",
"scope": "resource",
"markdownDescription": "Use Task to build project instead of Terminal",
"default": true
},
"EIDE.Option.InsertExtraCommandsAtBegin": {
"type": "boolean",
"scope": "resource",
"markdownDescription": "The built-in command lines will insert at the beginning of the `beforeBuildTasks / afterBuildTasks`",
"default": false
},
"EIDE.Template.Repository.Url": {
"type": "string",
"scope": "machine",
"markdownDescription": "remote public github repository url, format: `<user_name>`/`<repository_name>`/contents/`<directory_path>`",
"default": "github0null/eide-doc/contents/eide-template-list"
},
"EIDE.SerialPortMonitor.DefaultPort": {
"type": "string",
"scope": "resource",
"markdownDescription": "Default port name",
"default": "null"
},
"EIDE.SerialPortMonitor.ShowStatusBar": {
"type": "boolean",
"scope": "resource",
"markdownDescription": "Show serialport status bar",
"default": true
},
"EIDE.SerialPortMonitor.useUnixLF": {
"type": "boolean",
"scope": "resource",
"markdownDescription": "Use Unix New Line Char",
"default": false
},
"EIDE.SerialPortMonitor.BaudRate": {
"type": "integer",
"scope": "resource",
"markdownDescription": "SerialPort Baud Rate",
"default": 9600
},
"EIDE.SerialPortMonitor.DataBits": {
"type": "integer",
"scope": "resource",
"markdownDescription": "SerialPort Data Bits width",
"default": 8
},
"EIDE.SerialPortMonitor.Parity": {
"type": "integer",
"scope": "resource",
"markdownDescription": "SerialPort Parity bit",
"default": 0,
"enum": [
0,
1,
2,
3,
4
],
"enumDescriptions": [
"None",
"Odd",
"Even",
"Mark",
"Space"
]
},
"EIDE.SerialPortMonitor.StopBits": {
"type": "integer",
"scope": "resource",
"markdownDescription": "SerialPort Stop Bits",
"default": 1,
"enum": [
1,
2,
3
],
"enumDescriptions": [
"One",
"Two",
"OnePointFive"
]
},
"EIDE.IAR.STM8.InstallDirectory": {
"type": "string",
"scope": "machine",
"markdownDescription": "IAR for STM8 install directory [`example: D:\\IAR`]",
"default": "null",
"pattern": "^\\S.*[^\\s\\\\]$"
},
"EIDE.ARM.GCC.Prefix": {
"type": "string",
"scope": "resource",
"markdownDescription": "GCC tool prefix [`example: arm-none-eabi-`]",
"default": "arm-none-eabi-"
},
"EIDE.ARM.GCC.InstallDirectory": {
"type": "string",
"scope": "resource",
"markdownDescription": "GCC for ARM toolchain install directory [`example: D:\\ARM-GNU-Tool\\8 2019-q3-update`]",
"default": "null",
"pattern": "^\\S.*[^\\s\\\\]$"
},
"EIDE.ARM.INI.Path": {
"type": "string",
"scope": "machine",
"markdownDescription": "Keil ARM MDK `TOOLS.INI` file path [`example: D:\\Demo\\Keil\\TOOLS.INI`]",
"default": "unknown"
},
"EIDE.ARM.JLink.ToolDirectory": {
"type": "string",
"scope": "machine",
"markdownDescription": "JLink install directory [`example: D:\\JLink`]",
"default": "null",
"pattern": "^\\S.*[^\\s\\\\]$"
},
"EIDE.ARM.OpenOCD.ExePath": {
"type": "string",
"scope": "machine",
"markdownDescription": "OpenOCD.exe path [`example: D:\\OpenOCD\\bin\\openocd.exe`]",
"default": "null"
},
"EIDE.ARM.StlinkExePath": {
"type": "string",
"scope": "machine",
"markdownDescription": "STLink flasher `ST-LINK_CLI.exe` path",
"default": "null"
},
"EIDE.ARM.UseMulti-ThreadMode": {
"type": "boolean",
"scope": "resource",
"markdownDescription": "Use Multi-Thread Mode when compile file",
"default": true
},
"EIDE.ARM.ThreadNumber": {
"type": "integer",
"scope": "resource",
"markdownDescription": "The number of threads you want to use",
"default": -1,
"enum": [
-1,
2,
4,
6,
8,
10,
12,
14,
16,
18,
20,
22,
24,
26,
28,
30,
32
],
"enumDescriptions": [
"auto (由插件自动选择)"
]
},
"EIDE.ARM.Option.AutoGenerateRTE_Components": {
"type": "boolean",
"scope": "resource",
"description": "Auto Generate RTE_Components.h",
"default": true
},
"EIDE.ARM.Option.AxfToElf": {
"type": "boolean",
"scope": "resource",
"markdownDescription": "Convert `.axf` to `.elf` for ARMCC compiler",
"default": true
},
"EIDE.ARM.Project.MacroList.Release": {
"type": "string",
"scope": "resource",
"markdownDescription": "Macro List for Release Mode, `use ';' to separate multiple macros and end with ';'`, these macros will be added at compile time",
"default": "",
"pattern": "^(?:[a-zA-Z_][\\w]*(?:=[\\w\\.\\-]+)?;)*$"
},
"EIDE.ARM.Project.MacroList.Debug": {
"type": "string",
"scope": "resource",
"markdownDescription": "Macro List for Debug Mode, `use ';' to separate multiple macros and end with ';'`, these macros will be added at compile time",
"default": "DEBUG;",
"pattern": "^(?:[a-zA-Z_][\\w]*(?:=[\\w\\.\\-]+)?;)*$"
},
"EIDE.STM8.STVP.CliExePath": {
"type": "string",
"scope": "machine",
"markdownDescription": "STVP flasher `STVP_CmdLine.exe` path",
"default": "null"
},
"EIDE.C51.INI.Path": {
"type": "string",
"scope": "machine",
"markdownDescription": "Keil C51 `TOOLS.INI` file path [`example: D:\\Demo\\Keil\\C51\\TOOLS.INI`]",
"default": "unknown"
},
"EIDE.C51.Project.MacroList.Release": {
"type": "string",
"scope": "resource",
"markdownDescription": "Macro List for Release Mode, `use ';' to separate multiple macros and end with ';'`, these macros will be added at compile time",
"default": "",
"pattern": "^(?:[a-zA-Z_][\\w]*(?:=[\\w\\.\\-]+)?;)*$"
},
"EIDE.C51.Project.MacroList.Debug": {
"type": "string",
"scope": "resource",
"markdownDescription": "Macro List for Debug Mode, `use ';' to separate multiple macros and end with ';'`, these macros will be added at compile time",
"default": "DEBUG;",
"pattern": "^(?:[a-zA-Z_][\\w]*(?:=[\\w\\.\\-]+)?;)*$"
},
"EIDE.SDCC.InstallDirectory": {
"type": "string",
"scope": "machine",
"markdownDescription": "SDCC install directory [`example: D:\\SDCC`]",
"default": "null",
"pattern": "^\\S.*[^\\s\\\\]$"
}
}
}
],
"viewsContainers": {
"activitybar": [
{
"id": "EIDEView",
"title": "EIDE",
"icon": "./res/icon/activitybar.svg"
}
]
},
"views": {
"EIDEView": [
{
"id": "Project",
"name": "EIDE Projects"
},
{
"id": "Operation",
"name": "Operation"
}
]
},
"commands": [
{
"command": "Project.refresh",
"title": "Refresh",
"icon": {
"dark": "./res/icon/refresh-dark.svg",
"light": "./res/icon/refresh-light.svg"
}
},
{
"command": "sourceRoot.refresh",
"title": "Refresh Folder",
"icon": {
"dark": "./res/icon/refresh-dark.svg",
"light": "./res/icon/refresh-light.svg"
}
},
{
"command": "Project.historyRecord",
"title": "History Records",
"icon": {
"dark": "./res/icon/Note_16x.svg",
"light": "./res/icon/Note_16x.svg"
}
},
{
"command": "Project.clearHistoryRecord",
"title": "Clear History Records"
},
{
"command": "Project.saveAll",
"title": "Save All Projects",
"icon": {
"dark": "./res/icon/SaveAll_16x.svg",
"light": "./res/icon/SaveAll_16x.svg"
}
},
{
"command": "Project.setActive",
"title": "Active Project"
},
{
"command": "Project.save",
"title": "Save",
"icon": {
"dark": "./res/icon/Save_16x.svg",
"light": "./res/icon/Save_16x.svg"
}
},
{
"command": "Project.fastCompile",
"title": "Build",
"icon": {
"dark": "./res/icon/BuildSelection_16x.svg",
"light": "./res/icon/BuildSelection_16x.svg"
}
},
{
"command": "Project.compile",
"title": "Rebuild",
"icon": {
"dark": "./res/icon/BuildSolution_16x.svg",
"light": "./res/icon/BuildSolution_16x.svg"
}
},
{
"command": "Project.clean",
"title": "Clean",
"icon": {
"dark": "./res/icon/clean_dark_16x.svg",
"light": "./res/icon/clean_light_16x.svg"
}
},
{
"command": "Project.showBuildParams",
"title": "Show Compiler Command Lines"
},
{
"command": "Project.installCMSISPack",
"title": "Install CMSIS Headers",
"icon": {
"dark": "./res/icon/AddBuildQueue_16x.svg",
"light": "./res/icon/AddBuildQueue_16x.svg"
}
},
{
"command": "Project.addSrcDir",
"title": "Add Source Folders",
"icon": {
"dark": "./res/icon/AddFolder_16x.svg",
"light": "./res/icon/AddFolder_16x.svg"
}
},
{
"command": "Project.removeSrcDir",
"title": "Remove This Source Folder",
"icon": {
"dark": "./res/icon/TestCoveredFailing_16x.svg",
"light": "./res/icon/TestCoveredFailing_16x.svg"
}
},
{
"command": "Project.close",
"title": "Close Project",
"icon": {
"dark": "./res/icon/TestCoveredFailing_16x.svg",
"light": "./res/icon/TestCoveredFailing_16x.svg"
}
},
{
"command": "Project.addPackage",
"title": "Install CMSIS Package",
"icon": {
"dark": "./res/icon/Add_16xMD.svg",
"light": "./res/icon/Add_16xMD.svg"
}
},
{
"command": "Project.removePackage",
"title": "Uninstall This CMSIS Package",
"icon": {
"dark": "./res/icon/TestCoveredFailing_16x.svg",
"light": "./res/icon/TestCoveredFailing_16x.svg"
}
},
{
"command": "Project.setDevice",
"title": "Choose Device",
"icon": {
"dark": "./res/icon/FieldAdded_16x.svg",
"light": "./res/icon/FieldAdded_16x.svg"
}
},
{
"command": "Project.exportXml",
"title": "Export To Keil Project",
"icon": {
"dark": "./res/icon/ExportFile_16x.svg",
"light": "./res/icon/ExportFile_16x.svg"
}
},
{
"command": "Project.modifyCompileConfig",
"title": "Modify Configuration",
"icon": {
"dark": "./res/icon/Pen4_16x.svg",
"light": "./res/icon/Pen4_16x.svg"
}
},
{
"command": "Project.switchToolchain",
"title": "Choose Toolchain",
"icon": {
"dark": "./res/icon/SwitchSourceOrTarget_16x.svg",
"light": "./res/icon/SwitchSourceOrTarget_16x.svg"
}
},
{
"command": "Project.switchUploader",
"title": "Choose Flasher",
"icon": {
"dark": "./res/icon/SwitchSourceOrTarget_16x.svg",
"light": "./res/icon/SwitchSourceOrTarget_16x.svg"
}
},
{
"command": "Project.modifyUploadConfig",
"title": "Modify Configuration",
"icon": {
"dark": "./res/icon/Pen4_16x.svg",
"light": "./res/icon/Pen4_16x.svg"
}
},
{
"command": "Project.addIncludeDir",
"title": "Add Include Folder",
"icon": {
"dark": "./res/icon/Add_16xMD.svg",
"light": "./res/icon/Add_16xMD.svg"
}
},
{
"command": "Project.addLibDir",
"title": "Add Library Search Paths",
"icon": {
"dark": "./res/icon/Add_16xMD.svg",
"light": "./res/icon/Add_16xMD.svg"
}
},
{
"command": "Project.addDefine",
"title": "Add Macros",
"icon": {
"dark": "./res/icon/Add_16xMD.svg",
"light": "./res/icon/Add_16xMD.svg"
}
},
{
"command": "Project.showIncludeDir",
"title": "Display All Include Paths",
"icon": {
"dark": "./res/icon/eye_16x_dark.svg",
"light": "./res/icon/eye_16x.svg"
}
},
{
"command": "Project.showLibDir",
"title": "Display All Library Paths",
"icon": {
"dark": "./res/icon/eye_16x_dark.svg",
"light": "./res/icon/eye_16x.svg"
}
},
{
"command": "Project.showDefine",
"title": "Display All Macros",
"icon": {
"dark": "./res/icon/eye_16x_dark.svg",
"light": "./res/icon/eye_16x.svg"
}
},
{
"command": "Project.excludeSource",
"title": "Exclude This File",
"icon": {
"dark": "./res/icon/StatusNo_16x.svg",
"light": "./res/icon/StatusNo_16x.svg"
}
},
{
"command": "Project.unexcludeSource",
"title": "Include This File",
"icon": {
"dark": "./res/icon/Add_16xMD.svg",
"light": "./res/icon/Add_16xMD.svg"
}
},
{
"command": "Project.excludeFolder",
"title": "Exclude This Folder",
"icon": {
"dark": "./res/icon/StatusNo_16x.svg",
"light": "./res/icon/StatusNo_16x.svg"
}
},
{
"command": "Project.unexcludeFolder",
"title": "Include This Folder",
"icon": {
"dark": "./res/icon/Add_16xMD.svg",
"light": "./res/icon/Add_16xMD.svg"
}
},
{
"command": "Project.removeDependenceItem",
"title": "Remove This Item",
"icon": {
"dark": "./res/icon/TestCoveredFailing_16x.svg",
"light": "./res/icon/TestCoveredFailing_16x.svg"
}
},
{
"command": "Project.importDependenceFromPack",
"title": "Install This Component",
"icon": {
"dark": "./res/icon/AddToCollection_16x.svg",
"light": "./res/icon/AddToCollection_16x.svg"
}
},
{
"command": "Project.removeDependenceFromPack",
"title": "Remove This Component",
"icon": {
"dark": "./res/icon/TestCoveredFailing_16x.svg",
"light": "./res/icon/TestCoveredFailing_16x.svg"
}
},
{
"command": "Project.uploadToDevice",
"title": "Upload To Device",
"icon": {
"dark": "./res/icon/TransferDownload_16x.svg",
"light": "./res/icon/TransferDownload_16x.svg"
}
},
{
"command": "Project.copyItemValue",
"title": "Copy Item Value",
"icon": {
"dark": "./res/icon/CopyToClipboard_16x.svg",
"light": "./res/icon/CopyToClipboard_16x.svg"
}
},
{
"command": "Project.switchMode",
"title": "Switch Release/Debug Mode",
"icon": {
"dark": "./res/icon/SwitchSourceOrTarget_16x.svg",
"light": "./res/icon/SwitchSourceOrTarget_16x.svg"
}
},
{
"command": "Project.exportAsTemplate",
"title": "Export Project Template",
"icon": {
"dark": "./res/icon/TableToFile_16x.svg",
"light": "./res/icon/TableToFile_16x.svg"
}
},
{
"command": "eide.ShowUUID",
"category": "eide",
"title": "Show UUID"
},
{
"command": "eide.uploadLog",
"category": "eide",
"title": "Upload Logs"
},
{
"command": "eide.c51ToSdcc",
"title": "Convert Keil_C51 Registers To SDCC Format"
},
{
"command": "eide.updateModels",
"category": "eide",
"title": "Update Compiler Models"
}
],
"keybindings": [
{
"command": "Project.uploadToDevice",
"key": "ctrl+alt+d"
},
{
"command": "Project.compile",
"key": "ctrl+alt+f7"
},
{
"command": "eide.uploadLog",
"key": "ctrl+f1"
},
{
"command": "Project.fastCompile",
"key": "f7",
"when": "!isInDiffEditor"
}
],
"menus": {
"editor/title": [
],
"editor/context": [
{
"command": "eide.c51ToSdcc",
"group": "commands"
}
],
"view/title": [
{
"command": "Project.refresh",
"group": "navigation",
"when": "view == Project"
},
{
"command": "Project.historyRecord",
"group": "navigation",
"when": "view == Project"
},
{
"command": "Project.clearHistoryRecord",
"when": "view == Project"
},
{
"command": "Project.saveAll",
"group": "navigation",
"when": "view == Project"
}
],
"view/item/context": [
{
"command": "Project.addPackage",
"group": "inline",
"when": "viewItem == PACK && view == Project"
},
{
"command": "Project.removePackage",
"group": "inline",
"when": "viewItem == PACK_GROUP && view == Project"
},
{
"command": "Project.setDevice",
"group": "inline",
"when": "viewItem == PACK_GROUP && view == Project"
},
{
"command": "Project.installCMSISPack",
"group": "inline",
"when": "viewItem == PACK && view == Project"
},
{
"command": "Project.save",
"when": "viewItem == SOLUTION && view == Project"
},
{
"command": "Project.setActive",
"when": "viewItem == SOLUTION && view == Project"
},
{
"command": "Project.switchMode",
"when": "viewItem == SOLUTION && view == Project"
},
{
"command": "Project.switchMode",
"group": "inline",
"when": "viewItem == SOLUTION && view == Project"
},
{
"command": "Project.exportAsTemplate",
"when": "viewItem == SOLUTION && view == Project"
},
{
"command": "Project.exportXml",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.compile",
"group": "inline",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.compile",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.fastCompile",
"group": "inline",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.fastCompile",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.clean",
"group": "inline",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.clean",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.showBuildParams",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.uploadToDevice",
"group": "inline",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.uploadToDevice",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.close",
"when": "viewItem == SOLUTION || viewItem == PROJECT && view == Project"
},
{
"command": "Project.excludeSource",
"group": "inline",
"when": "viewItem == FILE_ITEM && view == Project"
},
{
"command": "Project.unexcludeSource",
"group": "inline",
"when": "viewItem == EXCFILE_ITEM && view == Project"
},
{
"command": "Project.excludeFolder",
"group": "inline",
"when": "viewItem == FOLDER && view == Project"
},
{
"command": "Project.unexcludeFolder",
"group": "inline",
"when": "viewItem == EXCFOLDER && view == Project"
},
{
"command": "Project.addSrcDir",
"group": "inline",
"when": "viewItem == PROJECT && view == Project"
},
{
"command": "sourceRoot.refresh",
"group": "inline",
"when": "viewItem == FOLDER_ROOT_DEPS || viewItem == FOLDER_ROOT && view == Project"
},
{
"command": "Project.removeSrcDir",
"group": "inline",
"when": "viewItem == FOLDER_ROOT && view == Project"
},
{
"command": "Project.switchToolchain",
"group": "inline",
"when": "viewItem == COMPILE_CONFIGURATION && view == Project"
},
{
"command": "Project.switchUploader",
"group": "inline",
"when": "viewItem == UPLOAD_OPTION_C51 || viewItem == UPLOAD_OPTION"
},
{
"command": "Project.modifyCompileConfig",
"group": "inline",
"when": "viewItem == COMPILE_CONFIGURATION_ITEM && view == Project"
},
{
"command": "Project.modifyUploadConfig",
"group": "inline",
"when": "viewItem == UPLOAD_OPTION_ITEM && view == Project"
},
{
"command": "Project.addIncludeDir",
"group": "inline",
"when": "viewItem == INC_GROUP && view == Project"
},
{
"command": "Project.showIncludeDir",
"group": "inline",
"when": "viewItem == INC_GROUP && view == Project"
},
{
"command": "Project.addLibDir",
"group": "inline",
"when": "viewItem == LIB_GROUP && view == Project"
},
{
"command": "Project.showLibDir",
"group": "inline",
"when": "viewItem == LIB_GROUP && view == Project"
},
{
"command": "Project.addDefine",
"group": "inline",
"when": "viewItem == DEFINE_GROUP && view == Project"
},
{
"command": "Project.showDefine",
"group": "inline",
"when": "viewItem == DEFINE_GROUP && view == Project"
},
{
"command": "Project.removeDependenceItem",
"group": "inline",
"when": "viewItem == INC_ITEM || viewItem == DEFINE_ITEM || viewItem == LIB_ITEM || viewItem == SOURCE_ITEM && view == Project"
},
{
"command": "Project.copyItemValue",
"group": "inline",
"when": "viewItem == EXCFILE_ITEM || viewItem == FILE_ITEM || viewItem == ITEM || viewItem == DEPENDENCE_ITEM || viewItem == INC_ITEM || viewItem == DEFINE_ITEM || viewItem == LIB_ITEM || viewItem == SOURCE_ITEM && view == Project"
},
{
"command": "Project.importDependenceFromPack",
"group": "inline",
"when": "viewItem == COMPONENT_GROUP && view == Project"
},
{
"command": "Project.removeDependenceFromPack",
"group": "inline",
"when": "viewItem == ACTIVED_GROUP && view == Project"
}
]
},
"snippets": [
{
"language": "a51",
"path": "./lang/a51.snippets.json"
}
],
"languages": [
{
"id": "eide-output",
"mimetypes": [
"text/x-code-output"
]
},
{
"id": "a51",
"aliases": [
"A51",
"8051 Assembly"
],
"extensions": [
".a51",
".A51"
],
"filenamePatterns": [
"**/*.a51",
"**/*.A51"
],
"configuration": "./lang/a51.language-configuration.json"
}
],
"jsonValidation": [
{
"fileMatch": "**/*.flash.json",
"url": "./lang/stc.flash.verify.json"
},
{
"fileMatch": "**/*.options.keil.json",
"url": "./lang/8051.keil.verify.json"
},
{
"fileMatch": "**/*.sdcc.json",
"url": "./lang/sdcc.verify.json"
},
{
"fileMatch": "**/*.options.v5.json",
"url": "./lang/arm.v5.verify.json"
},
{
"fileMatch": "**/*.options.v6.json",
"url": "./lang/arm.v6.verify.json"
},
{
"fileMatch": "**/*.options.gcc.json",
"url": "./lang/arm.gcc.verify.json"
},
{
"fileMatch": "**/*.stm8.iar.json",
"url": "./lang/stm8.iar.verify.json"
}
],
"grammars": [
{
"language": "eide-output",
"scopeName": "eide.output",
"path": "./lang/eide-output.tmLanguage.json"
},
{
"language": "a51",
"scopeName": "source.asm.a51",
"path": "./lang/a51.tmLanguage.json"
}
],
"taskDefinitions": [
{
"type": "eide-task"
}
],
"problemMatchers": [
{
"name": "armcc",
"fileLocation": "autoDetect",
"pattern": [
{
"regexp": "^\"*([^\"]+)\"*, line (\\d+): (Error|Warning):\\s*(.+): (.+)$",
"file": 1,
"line": 2,
"severity": 3,
"code": 4,
"message": 5
}
]
},
{
"name": "gcc",
"fileLocation": "autoDetect",
"pattern": [
{
"regexp": "^(.+):(\\d+):(\\d+):\\s+(\\w+):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
]
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化