From 17a23b9d92b26cc6282f14beb5bb9bf4d117773e Mon Sep 17 00:00:00 2001 From: j4rviscmd Date: Sun, 24 May 2026 02:13:43 +0900 Subject: [PATCH] fix: update license URL to point to Coderm repository --- product.json | 4 ++-- src/vs/platform/product/common/product.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product.json b/product.json index 1a7c3d5bc34..c7957e6b4e0 100644 --- a/product.json +++ b/product.json @@ -7,8 +7,8 @@ "sharedDataFolderName": ".coderm-shared", "win32MutexName": "coderm", "licenseName": "MIT", - "licenseUrl": "https://github.com/microsoft/vscode/blob/main/LICENSE.txt", - "serverLicenseUrl": "https://github.com/microsoft/vscode/blob/main/LICENSE.txt", + "licenseUrl": "https://github.com/j4rviscmd/Coderm/blob/main/LICENSE.txt", + "serverLicenseUrl": "https://github.com/j4rviscmd/Coderm/blob/main/LICENSE.txt", "serverGreeting": [], "serverLicense": [], "serverLicensePrompt": "", diff --git a/src/vs/platform/product/common/product.ts b/src/vs/platform/product/common/product.ts index e46e7baab28..d44025208d0 100644 --- a/src/vs/platform/product/common/product.ts +++ b/src/vs/platform/product/common/product.ts @@ -69,8 +69,8 @@ else { urlProtocol: 'code-oss', reportIssueUrl: 'https://github.com/microsoft/vscode/issues/new', licenseName: 'MIT', - licenseUrl: 'https://github.com/microsoft/vscode/blob/main/LICENSE.txt', - serverLicenseUrl: 'https://github.com/microsoft/vscode/blob/main/LICENSE.txt', + licenseUrl: 'https://github.com/j4rviscmd/Coderm/blob/main/LICENSE.txt', + serverLicenseUrl: 'https://github.com/j4rviscmd/Coderm/blob/main/LICENSE.txt', defaultChatAgent: { extensionId: 'GitHub.copilot', chatExtensionId: 'GitHub.copilot-chat',