You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: eclipse/ts.eclipse.ide.ui/src/ts/eclipse/ide/internal/ui/preferences/TypeScriptRuntimeConfigurationBlock.java
+18-2
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,12 @@
14
14
15
15
importorg.eclipse.core.resources.IProject;
16
16
importorg.eclipse.core.runtime.IStatus;
17
+
importorg.eclipse.core.runtime.Status;
17
18
importorg.eclipse.osgi.util.NLS;
18
19
importorg.eclipse.swt.SWT;
19
20
importorg.eclipse.swt.layout.GridData;
20
21
importorg.eclipse.swt.layout.GridLayout;
22
+
importorg.eclipse.swt.widgets.Button;
21
23
importorg.eclipse.swt.widgets.Composite;
22
24
importorg.eclipse.swt.widgets.Label;
23
25
importorg.eclipse.swt.widgets.Text;
@@ -34,6 +36,7 @@
34
36
importts.repository.TypeScriptRepositoryManager;
35
37
importts.utils.FileUtils;
36
38
importts.utils.StringUtils;
39
+
importts.utils.VersionHelper;
37
40
38
41
/**
39
42
* TypeScript Runtime configuration block.
@@ -56,6 +59,7 @@ public class TypeScriptRuntimeConfigurationBlock extends AbstractTypeScriptRepos
0 commit comments