Benno
Benno
Hi, thanks for the reply. i'm currently using 2.7.1. add the dependency: ``` buildscript { repositories { jcenter() maven { url "https://plugins.gradle.org/m2/" } } dependencies { classpath 'net.nemerosa:versioning:2.7.1' } }...
Thanks for the workaround I will try it ^^
@StevenGerdes is there some vscode api to fetch clipboardCopyAction ?
I got the same problem with an gradle project. In my .project file it lists org.eclipse.buildship.core.gradleprojectnature as nature. I also tried to remove all project files and restart vscode but...
I fixed my problem by adding GRADLE_HOME to my environment variables pointing to my gradle installation