代码拉取完成,页面将自动刷新
{
"name": "listtosql",
"displayName": "ListToSQL",
"publisher": "reZach",
"description": "Converts a list of values into a list that SQL can use.",
"version": "1.0.0",
"engines": {
"vscode": "^1.31.0"
},
"repository": {
"type": "github",
"url": "https://github.com/reZach/listtosql"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:listtosql.run",
"onCommand:listtosql.run.vertical"
],
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "listtosql.run",
"title": "List to SQL"
},
{
"command": "listtosql.run.vertical",
"title": "List to SQL (vertical)"
}
]
},
"eslintConfig": {
"root": true,
"env": {
"es6": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "tsconfig.json",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/member-delimiter-style": [
"warn",
{
"multiline": {
"delimiter": "semi",
"requireLast": true
},
"singleline": {
"delimiter": "semi",
"requireLast": false
}
}
],
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/no-unused-expressions": "warn",
"@typescript-eslint/semi": [
"warn",
"always"
],
"curly": "warn",
"eqeqeq": [
"warn",
"always"
],
"no-redeclare": "warn",
"no-throw-literal": "warn"
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"vscode:publish": "npm run vscode:prepublish && vsce package && vsce publish",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/glob": "^7.1.3",
"@types/node": "^14.14.22",
"@types/vscode": "^1.31.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.15.0",
"glob": "^7.1.6",
"mocha": "^8.1.3",
"typescript": "^4.1.3",
"vscode-test": "^1.5.0"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。