Extension clones entire Desktop folder into AppData. Is this inteded? #2167
-
Hi, The Redhat Java extension seems to have cloned my entire C:\Users\[me]\Desktop directory into my AppData folder, 17GB in total. Is this intended and is there a way to turn it off? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Those are probably index files generated by the compiler, see #2110 which tracks the issue of automatically cleaning these up (also you can safely delete them). It's usually not so bad unless you have huge projects, but from your screenshot it looks like you've opened your entire Desktop folder as a Java project. Is that what you intended? Normally you'd open one project at a time and only the index files for that project would be generated. |
Beta Was this translation helpful? Give feedback.
-
@mitkan191003 You can first open a Java file to activate the Java extension. Then those menu items can be seen in the context menu. Another way to do it is trigger the command |
Beta Was this translation helpful? Give feedback.
@mitkan191003 You can first open a Java file to activate the Java extension. Then those menu items can be seen in the context menu.
Another way to do it is trigger the command
Java: Configure Classpath
to show a webview UI to do the same thing.