fix: 修改Java语言服务器插件的ID

This commit is contained in:
Haoyang Chen 2023-04-13 15:52:21 +08:00
parent 9e2065d802
commit aae8a134a3
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "vscode-java-debug",
"version": "0.46.0",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-java-debug",
"version": "0.46.0",
"version": "0.1.0",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"compare-versions": "^4.1.4",

View File

@ -9,7 +9,7 @@ import { IProgressReporter } from "./progressAPI";
const TROUBLESHOOTING_LINK = "https://github.com/Microsoft/vscode-java-debug/blob/master/Troubleshooting.md";
const LEARN_MORE = "Learn More";
const JAVA_EXTENSION_ID = "redhat.java";
const JAVA_EXTENSION_ID = "KylinIDETeam.java";
export class UserError extends Error {
public context: ITroubleshootingMessage;