Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upgrade requirement to 1.60.0 and apply folder-library icon #997

Merged
merged 5 commits into from
Sep 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This VS Code extension provides a visual interface for your Gradle build. It sup

## Requirements

- [VS Code >= 1.45.0](https://code.visualstudio.com/download)
- [VS Code >= 1.60.0](https://code.visualstudio.com/download)
- [Java >= 8](https://adoptopenjdk.net/)
- Local [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) executables

Expand Down
245 changes: 150 additions & 95 deletions extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"vscode": "^1.45.0",
"vscode": "^1.60.0",
"node": "^14.15.4",
"npm": "^6.14.10"
},
Expand Down Expand Up @@ -807,9 +807,10 @@
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"@types/sinon": "^9.0.10",
"@types/vscode": "1.45.0",
"@types/vscode": "1.60.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@vscode/test-electron": "^1.6.2",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
Expand All @@ -829,7 +830,6 @@
"ts-protoc-gen": "^0.14.0",
"typescript": "^4.2.3",
"vsce": "^1.88.0",
"vscode-test": "^1.4.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
Expand Down
Loading