-
Notifications
You must be signed in to change notification settings - Fork 188
Expand file tree
/
Copy pathcom.microsoft.java.debug.tp.target
More file actions
20 lines (20 loc) · 1.23 KB
/
com.microsoft.java.debug.tp.target
File metadata and controls
20 lines (20 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="Java Debug" sequenceNumber="40">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.38"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.ls.core" version="0.0.0"/>
<unit id="org.eclipse.m2e.jdt" version="0.0.0"/>
<unit id="org.eclipse.buildship.core" version="0.0.0"/>
<unit id="com.google.gson" version="0.0.0"/>
<unit id="com.google.guava" version="0.0.0"/>
<unit id="org.apache.commons.lang3" version="0.0.0"/>
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/latest"/>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
</target>