From a6cedc516b4bfbdd4a4961cdd14eab2ff6f17df0 Mon Sep 17 00:00:00 2001 From: g1nation Date: Thu, 30 Apr 2026 14:14:34 +0900 Subject: [PATCH] =?UTF-8?q?fix(webview):=20TypeScript=20=ED=85=9C=ED=94=8C?= =?UTF-8?q?=EB=A6=BF=20=EB=A6=AC=ED=84=B0=EB=9F=B4=20=EB=82=B4=20=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=9D=B4=EC=8A=A4=EC=BC=80=EC=9D=B4=ED=94=84=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 8 ++++++-- package.json | 2 +- src/sidebarProvider.ts | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78ad1fc..32a3210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "g1nation", - "version": "2.3.1", + "version": "2.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "g1nation", - "version": "2.3.1", + "version": "2.23.0", "license": "MIT", "dependencies": { "marked": "^18.0.2" @@ -57,6 +57,7 @@ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@babel/code-frame": "^7.29.0", "@babel/generator": "^7.29.0", @@ -1757,6 +1758,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "baseline-browser-mapping": "^2.10.12", "caniuse-lite": "^1.0.30001782", @@ -2654,6 +2656,7 @@ "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", @@ -4178,6 +4181,7 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 0619346..db981f9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "g1nation", "displayName": "G1nation", "description": "100% local AI coding agent for VS Code. Create files, edit code, run commands, and work offline with Ollama or LM Studio.", - "version": "2.22.0", + "version": "2.23.0", "publisher": "connectailab", "license": "MIT", "icon": "assets/icon.png", diff --git a/src/sidebarProvider.ts b/src/sidebarProvider.ts index 25d93df..6ea4df0 100644 --- a/src/sidebarProvider.ts +++ b/src/sidebarProvider.ts @@ -1753,7 +1753,7 @@ export class SidebarChatProvider implements vscode.WebviewViewProvider, BridgeIn }; reader.readAsDataURL(file); }); - showToast(`${files.length}개의 파일이 추가되었습니다.`, 'success'); + showToast(`\${files.length}개의 파일이 추가되었습니다.`, 'success'); Sound.success(); }