Ai
1 Star 0 Fork 0

xuwww/leetcodeJava

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
xuwww 提交于 2021-08-16 03:11 +08:00 . update v1.0
{
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuwww/leetcode-java.git
git@gitee.com:xuwww/leetcode-java.git
xuwww
leetcode-java
leetcodeJava
master

搜索帮助