Skip to content

Commit 1267b7c

Browse files
committed
Debug commit
1 parent e90296f commit 1267b7c

File tree

1 file changed

+6
-0
lines changed
  • components/ide/jetbrains/launcher

1 file changed

+6
-0
lines changed

components/ide/jetbrains/launcher/main.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,12 @@ func getProductConfig(config *gitpod.GitpodConfig, alias string) *gitpod.Jetbrai
11811181
}
11821182

11831183
func linkRemotePlugin(launchCtx *LaunchContext) error {
1184+
test := func() bool {
1185+
return true
1186+
}
1187+
if test() {
1188+
return nil
1189+
}
11841190
remotePluginsFolder := launchCtx.configDir + "/plugins"
11851191
if launchCtx.info.Version == "2022.3.3" {
11861192
remotePluginsFolder = launchCtx.backendDir + "/plugins"

0 commit comments

Comments
 (0)