From a51de846bb713f3e16fb6e8fc78fbe1ffa802a2e Mon Sep 17 00:00:00 2001 From: Gunnar Johansson <1+oaklake89@noreply.git.kvarnarp.se> Date: Tue, 9 Jun 2026 18:18:34 +0000 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7bf7c80..f4c2fea 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "pretest": "npm run compile && npm run lint", "lint": "eslint src", "test": "vscode-test", - "package": "vsce package", - "publish": "vsce publish" + "package": "vsce package --baseContentUrl https://git.kvarnarp.se/vscode/vsc-adda/raw/branch/main --baseImagesUrl https://git.kvarnarp.se/vscode/vsc-adda/raw/branch/main", + "publish": "vsce publish --baseContentUrl https://git.kvarnarp.se/vscode/vsc-adda/raw/branch/main --baseImagesUrl https://git.kvarnarp.se/vscode/vsc-adda/raw/branch/main" }, "overrides": { "diff": "^8.0.4",