fix(webview): TypeScript 템플릿 리터럴 내 변수 이스케이프 오류 수정

This commit is contained in:
2026-04-30 14:14:34 +09:00
parent 891323288e
commit a6cedc516b
3 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -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"
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -1753,7 +1753,7 @@ export class SidebarChatProvider implements vscode.WebviewViewProvider, BridgeIn
};
reader.readAsDataURL(file);
});
showToast(`${files.length} .`, 'success');
showToast(`\${files.length} .`, 'success');
Sound.success();
}