Shi Chen
Shi Chen
@dsyer I guess you should use Gradle 8.1 first (the version is mentioned in the PR's milestone) and configure like the following snippet: ``` eclipse { classpath { baseSourceOutputDir =...
I can reproduce this.
Is your project written in Kotlin or just Java?
Currently the debugger support is provided by [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug). Unfortunately debugging in Kotlin is not supported now.
are you using editorconfig in your project?
> Why would the "current" tab size differ from the default? The default tab size should be configured via VS Code setting `editor.tabSize`. As for the current tab size, you...
Agree. Currently as for indentation settings, vscode-java will pick VS Code ones rather than the specific settings in profile. That would be not suitable since most users want to specific...
Yeah, aidl is not supported now. @jdneo could you help mark this issue as a feature request?
@yume-chan you're right. That gradle file is an init script used when importing Android projects, which contains a Gradle plugin help buildship recognize Android project structure. For aidl, a quick...
> Now I get the window "There is no formatter for Java installed" whenever I try to format some Java file. two possible reasons: 1. `java.format.enabled` is set to false...