代码拉取完成,页面将自动刷新
{
"name": "LeetCodeJava",
"displayName": "LeetCodeJava",
"description": "local run and debug leetcode code based on java",
"version": "0.11.0",
"publisher": "zheng",
"repository": {
"github": "https://gitee.com/xuwww/leetcode-java",
"gitee": "https://gitee.com/xuwww/leetcode-java"
},
"engines": {
"vscode": "^1.59.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:LeetCodeJava.start",
"onLanguage:java"
],
"main": "./src/extension.js",
"contributes": {
"commands": [
{
"command": "LeetCodeJava.start",
"title": "run LeetCodeJava extension"
},
{
"command": "LeetCodeJava.init",
"title": "First Use LeetCodeJava"
}
],
"keybindings": [
{
"command": "LeetCodeJava.createFile",
"title": "create the code file",
"key": "ctrl+alt+Q"
},
{
"command": "LeetCodeJava.compileAndRunDefault",
"title": "run the method with input",
"key": "ctrl+alt+R"
},
{
"command": "LeetCodeJava.compileAndRunTXT",
"title": "run the method witt leetcode.txt",
"key": "ctrl+alt+T"
}
],
"configuration": {
"type": "object",
"title": "TypeScript configuration",
"properties": {
"LeetCodeJava.dir": {
"type": [
"string",
"null"
],
"default": "the first workspaceFolder",
"description": "选择生成文件的绝对地址,like D:\\test"
}
}
}
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.59.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.4",
"@types/node": "^12.11.7",
"eslint": "^7.19.0",
"glob": "^7.1.6",
"mocha": "^8.2.1",
"typescript": "^4.1.3",
"vscode-test": "^1.5.0"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。