{ "name": "fpga-support", "displayName": "Digital IDE", "description": "all in one vscode plugin for Verilog/VHDL development", "publisher": "sterben", "homepage": "https://digital-eda.github.io/DIDE-doc-Cn", "version": "0.3.3", "main": "./out/extension", "icon": "images/icon.png", "engines": { "vscode": "^1.72.0" }, "keywords": [ "FPGA Develop Support", "FPGA", "ASIC", "IC", "Digital", "HDL", "Systemverilog", "Verilog", "VHDL", "Vivado", "Xilinx" ], "repository": { "type": "git", "url": "https://github.com/Digital-EDA/Digital-IDE" }, "categories": [ "Extension Packs", "Programming Languages", "Snippets" ], "activationEvents": [ "workspaceContains:.vscode/property.json" ], "contributes": { "configuration": { "title": "Digital-IDE", "properties": { "digital-ide.welcome.show": { "type": "boolean", "default": true, "description": "show the welcome text in Digital-IDE" }, "digital-ide.dont-show-again.propose.issue": { "type": "boolean", "default": false, "description": "show the welcome text in Digital-IDE" }, "digital-ide.lib.custom.path": { "type": "string", "default": "", "description": "path of the dictionary of \"custom\" in library" }, "digital-ide.prj.file.structure.notice": { "type": "boolean", "default": true, "description": "notice when change file structure" }, "digital-ide.prj.vivado.install.path": { "type": "string", "default": "", "description": "Set the xilinx install path. Ignore this setting if you add relative path to environment variable PATH \n e.g. : D:/APP/vivado_18_3/Vivado/2018.3/bin \n Default path is C:/Xilinx/Vivado/2018.3/bin" }, "digital-ide.prj.modelsim.install.path": { "type": "string", "default": "", "description": "set the modelsim install path. Ignore this setting if you add relative path to environment variable PATH \n Default path is C:/modeltech64_10.4/win64" }, "digital-ide.prj.xilinx.IP.repo.path": { "type": "string", "default": "", "description": "User-designed IP libraries from xilinx After configuring this property, the plugin will automatically add the path to the IP repo of vivado." }, "digital-ide.prj.xilinx.BD.repo.path": { "type": "string", "default": "", "description": "User-defined placement path for xilinx block design files" }, "digital-ide.prj.xsdk.install.path": { "type": "string", "default": "" }, "digital-ide.function.doc.webview.backgroundImage": { "type": "string", "default": "", "description": "url of the background image" }, "digital-ide.function.doc.pdf.scale": { "type": "number", "default": 1, "description": "scale of the exported pdf" }, "digital-ide.function.doc.pdf.printBackground": { "type": "boolean", "default": true, "description": "whether print background" }, "digital-ide.function.doc.pdf.landscape": { "type": "boolean", "default": false, "description": "whether export pdf as a landscape style" }, "digital-ide.function.doc.pdf.format": { "type": "string", "default": "A4", "description": "format of pdf size" }, "digital-ide.function.doc.pdf.displayHeaderFooter": { "type": "boolean", "default": false, "description": "display header and footer in the exported pdf" }, "digital-ide.function.doc.pdf.browserPath": { "type": "string", "default": "C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe", "description": "the absolute path of edge or chrome, we need browser to render pdf" }, "digital-ide.function.doc.pdf.margin.top": { "type": "number", "default": 0.5, "description": "top margin of exported pdf, unit cm" }, "digital-ide.function.doc.pdf.margin.right": { "type": "number", "default": 0.5, "description": "top margin of exported pdf, unit cm" }, "digital-ide.function.doc.pdf.margin.bottom": { "type": "number", "default": 0.5, "description": "top margin of exported pdf, unit cm" }, "digital-ide.function.doc.pdf.margin.left": { "type": "number", "default": 0.5, "description": "top margin of exported pdf, unit cm" }, "digital-ide.function.doc.pdf.headerTemplate": { "type": "string", "default": "