vscode-gradle-language icon indicating copy to clipboard operation
vscode-gradle-language copied to clipboard

A VSCode extension to provide Gradle language support

Results 17 vscode-gradle-language issues
Sort by recently updated
recently updated
newest added

Event tough the extension is installed, my vscode does tell me there is no formatter for .gradle files... ![2023-10-16_11-15-50](https://github.com/naco-siren/vscode-gradle-language/assets/8471055/eb912068-34dd-4914-babb-4965332f302a)

Bumps [semver](https://github.com/npm/node-semver) from 5.4.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.4.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [vscode](https://github.com/Microsoft/vscode-extension-vscode). These dependencies need to be updated together. Removes `tough-cookie` Updates `vscode` from 1.1.9 to 1.1.37 Commits c871436 v1.1.37 e55dfe8...

dependencies

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [vscode](https://github.com/Microsoft/vscode-extension-vscode). These dependencies need to be updated together. Removes `tough-cookie` Updates `vscode` from 1.1.6 to 1.1.37 Commits c871436 v1.1.37 e55dfe8...

dependencies

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [vscode](https://github.com/Microsoft/vscode-extension-vscode). These dependencies need to be updated together. Removes `tough-cookie` Updates `vscode` from 1.1.6 to 1.1.37 Commits c871436 v1.1.37 e55dfe8...

dependencies

The extension does not work. Projects like [ViaVersion ](https://github.com/ViaVersion/ViaVersion)are stuck on "opening java project".

It would be great if we could auto-format the build.gradle file. When executing `formatDocument` on the `build.gradle` file, an alert pops up indicating: `There is no document formatter for 'gradle'-files...

I have a valid build.gradle, and the plugin complains > "repositories" has already been used in this build script. ``` buildscript { repositories { } } repositories { } ```

Issue Type: Bug I just initialized a project using spring-boot-vscode-plugin Could not run phased build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-6.6.1-bin.zip'. The newly created daemon process has a different context than...