代码拉取完成,页面将自动刷新
{
"name": "download-image-in-markdown",
"displayName": "download-image-in-markdown",
"description": "downlaod the image to the local in markdown files",
"author": "AndyGe geshaofei@126.com https://andyge.gitee.io",
"contributors": [
{
"name": "Andy Ge",
"email": "geshaofei@126.com",
"url": "https://andyge.gitee.io"
}
],
"license": "ISC",
"version": "0.0.18",
"publisher": "andygee",
"repository": {
"type": "gitee",
"url": "https://gitee.com/andyge/download-image.git"
},
"engines": {
"vscode": "^1.46.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:download-image-in-markdown.downloadImage",
"onLanguage:markdown"
],
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "download-image-in-markdown.downloadImage",
"title": "DownLoad Images To Local"
}
],
"menus": {
"editor/context": [
{
"when": "editorFocus && resourceLangId == markdown",
"command": "download-image-in-markdown.downloadImage",
"group": "navigation"
}
]
},
"configuration": {
"type": "object",
"title": "download-image-in-markdown",
"properties": {
"downloadImageInMarkdown.imageSaveFolder": {
"type": "string",
"default": ".",
"description": "图片要保存到的位置"
},
"downloadImageInMarkdown.isAsync": {
"type": "boolean",
"default": false,
"description": "异步下载图片"
}
}
}
},
"scripts": {
"vscode:prepublish": "yarn run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "yarn run compile && yarn run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.0",
"@types/node": "^12.11.7",
"@types/request": "^2.48.5",
"@types/vscode": "^1.46.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.9.0",
"glob": "^7.1.6",
"mocha": "^8.1.3",
"typescript": "^4.0.2",
"vscode-test": "^1.4.0"
},
"dependencies": {
"request": "^2.88.2"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。