增加 ps1 脚本
This commit is contained in:
parent
55d3d8c915
commit
79c5c523ef
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -10,5 +10,8 @@
|
|||||||
"typescript.tsc.autoDetect": "off",
|
"typescript.tsc.autoDetect": "off",
|
||||||
"i18n-haru.root": "l10n",
|
"i18n-haru.root": "l10n",
|
||||||
"i18n-haru.main": "zh-cn",
|
"i18n-haru.main": "zh-cn",
|
||||||
"i18n-haru.line-hint-max-length": 20
|
"i18n-haru.line-hint-max-length": 20,
|
||||||
|
"i18n-haru.custom-language-mapping": {
|
||||||
|
"en": "l10n/bundle.l10n.json"
|
||||||
|
}
|
||||||
}
|
}
|
@ -60,5 +60,6 @@
|
|||||||
"info.dide-doc.no-dep-info": "Keine Abhängigkeitsinformationen",
|
"info.dide-doc.no-dep-info": "Keine Abhängigkeitsinformationen",
|
||||||
"info.dide-doc.source.cannot-find": "Nicht gefunden",
|
"info.dide-doc.source.cannot-find": "Nicht gefunden",
|
||||||
"info.command.instantiation.pick-title": "Select a Module",
|
"info.command.instantiation.pick-title": "Select a Module",
|
||||||
"warn.command.clean.prjPath-is-workspace": "arch.prjPath is the same as the workspace path, the clean will delete the project, please check your arch.prjPath!"
|
"warn.command.clean.prjPath-is-workspace": "arch.prjPath is the same as the workspace path, the clean will delete the project, please check your arch.prjPath!",
|
||||||
|
"info.launch.launch-digital-lsp": "启动 Digital LSP 语言服务器"
|
||||||
}
|
}
|
@ -60,5 +60,6 @@
|
|||||||
"info.dide-doc.no-dep-info": "依存情報がありません",
|
"info.dide-doc.no-dep-info": "依存情報がありません",
|
||||||
"info.dide-doc.source.cannot-find": "見つかりません",
|
"info.dide-doc.source.cannot-find": "見つかりません",
|
||||||
"info.command.instantiation.pick-title": "Select a Module",
|
"info.command.instantiation.pick-title": "Select a Module",
|
||||||
"warn.command.clean.prjPath-is-workspace": "arch.prjPath is the same as the workspace path, the clean will delete the project, please check your arch.prjPath!"
|
"warn.command.clean.prjPath-is-workspace": "arch.prjPath is the same as the workspace path, the clean will delete the project, please check your arch.prjPath!",
|
||||||
|
"info.launch.launch-digital-lsp": "启动 Digital LSP 语言服务器"
|
||||||
}
|
}
|
@ -60,5 +60,6 @@
|
|||||||
"info.dide-doc.no-dep-info": "No dependency information",
|
"info.dide-doc.no-dep-info": "No dependency information",
|
||||||
"info.dide-doc.source.cannot-find": "Cannot find",
|
"info.dide-doc.source.cannot-find": "Cannot find",
|
||||||
"info.command.instantiation.pick-title": "Select a Module",
|
"info.command.instantiation.pick-title": "Select a Module",
|
||||||
"warn.command.clean.prjPath-is-workspace": "arch.prjPath is the same as the workspace path, the clean will delete the project, please check your arch.prjPath!"
|
"warn.command.clean.prjPath-is-workspace": "arch.prjPath is the same as the workspace path, the clean will delete the project, please check your arch.prjPath!",
|
||||||
|
"info.launch.launch-digital-lsp": "启动 Digital LSP 语言服务器"
|
||||||
}
|
}
|
@ -60,5 +60,6 @@
|
|||||||
"info.dide-doc.no-dep-info": "没有依赖信息",
|
"info.dide-doc.no-dep-info": "没有依赖信息",
|
||||||
"info.dide-doc.source.cannot-find": "无法找到",
|
"info.dide-doc.source.cannot-find": "无法找到",
|
||||||
"info.command.instantiation.pick-title": "选择一个模块",
|
"info.command.instantiation.pick-title": "选择一个模块",
|
||||||
"warn.command.clean.prjPath-is-workspace": "arch.prjPath 和当前的工作区目录相同, clean 功能可能会删除整个项目,请检查你的 arch.prjPath !"
|
"warn.command.clean.prjPath-is-workspace": "arch.prjPath 和当前的工作区目录相同, clean 功能可能会删除整个项目,请检查你的 arch.prjPath !",
|
||||||
|
"info.launch.launch-digital-lsp": "启动 Digital LSP 语言服务器"
|
||||||
}
|
}
|
@ -60,5 +60,6 @@
|
|||||||
"info.dide-doc.no-dep-info": "沒有依賴信息",
|
"info.dide-doc.no-dep-info": "沒有依賴信息",
|
||||||
"info.dide-doc.source.cannot-find": "無法找到",
|
"info.dide-doc.source.cannot-find": "無法找到",
|
||||||
"info.command.instantiation.pick-title": "Select a Module",
|
"info.command.instantiation.pick-title": "Select a Module",
|
||||||
"warn.command.clean.prjPath-is-workspace": "arch.prjPath is the same as the workspace path, the clean will delete the project, please check your arch.prjPath!"
|
"warn.command.clean.prjPath-is-workspace": "arch.prjPath is the same as the workspace path, the clean will delete the project, please check your arch.prjPath!",
|
||||||
|
"info.launch.launch-digital-lsp": "启动 Digital LSP 语言服务器"
|
||||||
}
|
}
|
@ -66,7 +66,7 @@ async function launch(context: vscode.ExtensionContext) {
|
|||||||
|
|
||||||
await vscode.window.withProgress({
|
await vscode.window.withProgress({
|
||||||
location: vscode.ProgressLocation.Window,
|
location: vscode.ProgressLocation.Window,
|
||||||
title: "启动 Digital LSP 语言服务器"
|
title: t('info.launch.launch-digital-lsp')
|
||||||
}, async () => {
|
}, async () => {
|
||||||
await lspClient.activate(context, packageJson);
|
await lspClient.activate(context, packageJson);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user