Skip to content

Commit

Permalink
Debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Oct 24, 2024
1 parent e90296f commit 1267b7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/ide/jetbrains/launcher/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,12 @@ func getProductConfig(config *gitpod.GitpodConfig, alias string) *gitpod.Jetbrai
}

func linkRemotePlugin(launchCtx *LaunchContext) error {
test := func() bool {
return true
}
if test() {
return nil
}
remotePluginsFolder := launchCtx.configDir + "/plugins"
if launchCtx.info.Version == "2022.3.3" {
remotePluginsFolder = launchCtx.backendDir + "/plugins"
Expand Down

0 comments on commit 1267b7c

Please sign in to comment.