+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts
index 094e717fc..d6f35cdaf 100644
--- a/frontend/src/lang/modules/en.ts
+++ b/frontend/src/lang/modules/en.ts
@@ -1217,6 +1217,8 @@ const message = {
back: 'Back',
top: 'Go Back',
refresh: 'Refresh',
+ openWithVscode: 'Open with VS Code',
+ vscodeHelper: 'Please make sure that VS Code is installed locally and the SSH Remote plugin is configured',
},
ssh: {
autoStart: 'Auto Start',
diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts
index dc5c7b019..d4a04cdbb 100644
--- a/frontend/src/lang/modules/tw.ts
+++ b/frontend/src/lang/modules/tw.ts
@@ -1155,6 +1155,8 @@ const message = {
back: '後退',
top: '返回上一層',
refresh: '重新整理',
+ openWithVscode: 'VS Code 打開',
+ vscodeHelper: '請確保本地已安裝 VS Code 並配置了 SSH Remote 插件',
},
ssh: {
autoStart: '開機自啟',
diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts
index fef4641c5..f16581ec9 100644
--- a/frontend/src/lang/modules/zh.ts
+++ b/frontend/src/lang/modules/zh.ts
@@ -1157,6 +1157,8 @@ const message = {
back: '后退',
top: '返回上一级',
refresh: '刷新',
+ openWithVscode: 'VS Code 打开',
+ vscodeHelper: '请确保本地已安装 VS Code 并配置了 SSH Remote 插件',
},
ssh: {
autoStart: '开机自启',
diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue
index a053808ff..04adc5404 100644
--- a/frontend/src/views/host/file-management/index.vue
+++ b/frontend/src/views/host/file-management/index.vue
@@ -306,6 +306,7 @@