fix: 修改Java语言服务器插件的ID
This commit is contained in:
parent
9e2065d802
commit
aae8a134a3
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-java-debug",
|
"name": "vscode-java-debug",
|
||||||
"version": "0.46.0",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "vscode-java-debug",
|
"name": "vscode-java-debug",
|
||||||
"version": "0.46.0",
|
"version": "0.1.0",
|
||||||
"license": "SEE LICENSE IN LICENSE.txt",
|
"license": "SEE LICENSE IN LICENSE.txt",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"compare-versions": "^4.1.4",
|
"compare-versions": "^4.1.4",
|
||||||
|
|
|
@ -9,7 +9,7 @@ import { IProgressReporter } from "./progressAPI";
|
||||||
|
|
||||||
const TROUBLESHOOTING_LINK = "https://github.com/Microsoft/vscode-java-debug/blob/master/Troubleshooting.md";
|
const TROUBLESHOOTING_LINK = "https://github.com/Microsoft/vscode-java-debug/blob/master/Troubleshooting.md";
|
||||||
const LEARN_MORE = "Learn More";
|
const LEARN_MORE = "Learn More";
|
||||||
const JAVA_EXTENSION_ID = "redhat.java";
|
const JAVA_EXTENSION_ID = "KylinIDETeam.java";
|
||||||
|
|
||||||
export class UserError extends Error {
|
export class UserError extends Error {
|
||||||
public context: ITroubleshootingMessage;
|
public context: ITroubleshootingMessage;
|
||||||
|
|
Loading…
Reference in New Issue