Automatic project import for VSCode #1167
Labels
enhancement
New feature or request
repository
Commandlet to clone, build or import git repositories
vscode
Microsoft visual studio code
As described in #1164 we want to have automatic project import also for VSCode.
Hint: via repository configuration and by setting
import=vscode
this feature should be triggered.Currently it is not implemented at all.
IDEasy/cli/src/main/java/com/devonfw/tools/ide/tool/ide/IdeToolCommandlet.java
Lines 111 to 114 in bbe3a82
In VsCode class this method needs to be overridden and implemented properly.
I could not find any CLI feature in VSCode to archive this. Therefore this task is a little tricky.
My suggestion would be to do that manually:
workspaces/main/.vscode
ide vscode
)build.gradle
).importRepository
method to apply that changes in the according VsCode configuration file(s).The text was updated successfully, but these errors were encountered: