星小梦
星小梦
When debugging variables, property values cannot be obtained 
> @MacDeveloper1 I am also on the same Chrome version but can't reproduce this issue when debugging a simple project on VSCode. Does the issue only appear on VSCode or...
Ask the same question
I disabled the Language Support for Java(TM) by Red Hat plugin. After restarting the vscode software, this error still occurred. ```error txt Project android: org.gradle.api.internal.tasks.DefaultTaskContainer$TaskCreationException: Could not create task ':processDebugUnitTestResources'....
> Hi [@xhc-code](https://github.com/xhc-code). Thanks for using the extension and reporting the issue. > > We are investigating the problem. It seems from the last screenshot that the error is coming...
This is the content printed by the Language Support for Java output window of VSCode. Please check if it is helpful for locating the issue, but I am not sure...
The log output of the window you mentioned is normal, but there is a strange sentence at the end that says "Project runtime JDK unset, defaults to NBLS JDK". I...
There is a prompt in vscode that says' jdk.project.jdkhome is not set, default jdk.jdkhome settings will be used ', but my jdk.jdkhome has been set, which is a project level...
"jdk.jdkhome": "C:\\Program Files\\OracleJDK\\jdk-17.0.2", "java.import.gradle.home": "E:\\Gradle\\gradle-7.6.4", "java.import.gradle.java.home": "E:\\Android\\Android Studio\\jbr", "dart.flutterSdkPath": "E:\\Flutter\\SDK\\flutter_windows_3.24.5-stable\\flutter", This is the configuration content related to settings. json
The Java command in the Android Studio \ jbr \ bin directory outputs version number openjdk 17.0.11. It is unclear whether this is related to the issue mentioned above, The...