From ef3215ccefed94461650ee7c4dd96800d5f69a49 Mon Sep 17 00:00:00 2001 From: qinhonwei123 <332944773@qq.com> Date: Mon, 20 Nov 2023 12:23:05 +0800 Subject: [PATCH] fix extension identifier mismatch problem --- src/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.ts b/src/const.ts index 2c7d2f1338..e98cb6bae4 100644 --- a/src/const.ts +++ b/src/const.ts @@ -9,4 +9,4 @@ // For example, we replace this file with the version in the build/nightly. // Make sure to reflect any changes in this file to build/nightly/const.ts. -export const extensionId = 'goplus.gop'; // goxls: Go+ +export const extensionId = 'GoPlus Team.goplus'; // goxls: Go+