-
Notifications
You must be signed in to change notification settings - Fork 456
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
Extension makes a '~' folder on Windows. #3569
Comments
Does the generated I just tried this out on Linux but didn't see the |
There is one line in my VSCode settings that has |
Deleting the line with |
Ps. The linux I have tested with is my WSL Ubuntu, so |
The extension does mention it respects certain settings set by vscode-java : https://github.com/microsoft/vscode-gradle?tab=readme-ov-file#compatibility-with-the-java-language-support-extension . The fact that the settings are greyed out is just because they are contributed by vscode-java, so if it isn't installed, it detects that. However if extensions are querying the settings directly (even if greyed out), they will be discovered. Did you every define Another thing I noticed is that the setting isn't Lines 713 to 733 in 3ada59c
|
I don't remember ever setting |
I guess we can close this for now. Going forward, I think |
When opening a folder containing a Gradle project, the extension makes a '~' folder inside the project folder.
Environment
Steps To Reproduce
gradle init
in empty folder.vscode .
Current Result
Expected Result
'~' folder should not be inside the project folder.
Additional Informations
The text was updated successfully, but these errors were encountered: