testforstephen / vscode-pde

VSCode extension to support Eclipse PDE
18 stars 4 forks source link

pde project cannot be imported successfully, unless exist `.project` `.settings` `.classpath` #56

Closed mozhuanzuojing closed 1 year ago

mozhuanzuojing commented 1 year ago

I have a decompiled project https://gitee.com/mozhuanzuojing/jdec.jdt.ls.decompiler that it never works to import of vscode-java, until yesterday when I accidentally opened it with eclipse and automatically added .project .settings .classpath, Then vscode-java can actually be imported it and developed normally.

I wonder if the pde project must have these three files [.project .settings .classpath]?

testforstephen commented 1 year ago

correct, you must generate such config files by yourself, for example, use Eclipse to generate them. This extension only supports importing an existing eclipse pde project.