testforstephen / vscode-pde

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

Add shortcut to reload target platform #17

Closed Eskibear closed 4 years ago

Eskibear commented 4 years ago

Now if *.target is not active, command Reload Target Platform pops up an error, asking to open a target file first.

It's not convenient to find out and open the *.target file. It would be better to provide a list and let me choose from it.

testforstephen commented 4 years ago

When no *.target file is selected, then read the target platform from the config file javaConfig.json automatically.