FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-debug/com.microsoft.java.debug.plugin/plugin.xml at yaohai_dev · microsoft/java-debug · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
java-debug
Public
Notifications
You must be signed in to change notification settings
Fork
201
Star
408
Code
Issues
33
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
java-debug
/
com.microsoft.java.debug.plugin
/
plugin.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 902 Bytes
Breadcrumbs
java-debug
/
com.microsoft.java.debug.plugin
/
plugin.xml
Copy path
File metadata and controls
18 lines (18 loc) · 902 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<?
eclipse
version
=
"
3.4
"
?>
<
plugin
>
<
extension
point
=
"
org.eclipse.jdt.ls.core.delegateCommandHandler
"
>
<
delegateCommandHandler
class
=
"
com.microsoft.java.debug.plugin.internal.JavaDebugDelegateCommandHandler
"
>
<
command
id
=
"
vscode.java.startDebugSession
"
/>
<
command
id
=
"
vscode.java.resolveClasspath
"
/>
<
command
id
=
"
vscode.java.resolveMainClass
"
/>
<
command
id
=
"
vscode.java.buildWorkspace
"
/>
<
command
id
=
"
vscode.java.fetchUsageData
"
/>
<
command
id
=
"
vscode.java.updateDebugSettings
"
/>
<
command
id
=
"
vscode.java.validateLaunchConfig
"
/>
<
command
id
=
"
vscode.java.resolveMainMethod
"
/>
<
command
id
=
"
vscode.java.inferLaunchCommandLength
"
/>
<
command
id
=
"
vscode.java.checkProjectSettings
"
/>
</
delegateCommandHandler
>
</
extension
>
</
plugin
>
Back
|
FazBrowse Home
|
New Git URL