Skip to content

Commit 7a8fc52

Browse files
committed
Fix Local Run Context not recognized in code issue
Don't update the source PsiElement to avoid common application run configuration getting higher priority. Signed-off-by: Wei Zhang <[email protected]>
1 parent ed45738 commit 7a8fc52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/hdinsight/spark/run/SparkBatchJobLocalRunConfigurationProducer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ protected boolean setupConfigurationFromContext(RemoteDebugRunConfiguration conf
8484
.orElse(false);
8585
})
8686
.map(mcPair -> {
87-
sourceElement.set(mcPair.getKey());
8887
setupConfiguration(configuration, mcPair.getValue(), context);
8988

9089
return true;

0 commit comments

Comments
 (0)