Skip to content

Commit 5f4c8a2

Browse files
committed
revert
1 parent 57fb7bc commit 5f4c8a2

File tree

1 file changed

+0
-5
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-service-explorer/src/main/java/com/microsoft/azure/toolkit/intellij/explorer/azd

1 file changed

+0
-5
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-service-explorer/src/main/java/com/microsoft/azure/toolkit/intellij/explorer/azd/AzdUtils.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
import com.microsoft.azure.toolkit.lib.common.task.AzureTaskManager;
1010
import com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemeter;
1111
import com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemetry;
12-
import org.apache.commons.lang3.SystemUtils;
1312

1413
import javax.annotation.Nonnull;
1514
import javax.annotation.Nullable;
1615
import java.nio.file.Path;
1716
import java.util.Map;
18-
import java.util.concurrent.Callable;
1917

2018
import static com.microsoft.azure.toolkit.intellij.common.TerminalUtils.getTerminalWidget;
2119

@@ -40,9 +38,6 @@ public static void logTelemetryEvent(String eventName) {
4038
}
4139

4240
public static void executeInTerminal(Project project, String command) {
43-
if (SystemUtils.IS_OS_WINDOWS) {
44-
command = command + " \r\n";
45-
}
4641
executeInExistingTerminal(project, command, null, "azd");
4742
}
4843

0 commit comments

Comments
 (0)