Skip to content

Commit

Permalink
Merge pull request #767 from Hi-Windom/v0.35
Browse files Browse the repository at this point in the history
V0.35
  • Loading branch information
Soltus authored May 31, 2024
2 parents 7a2ec9e + 312253f commit 81e70b4
Show file tree
Hide file tree
Showing 111 changed files with 61,787 additions and 391 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## User Interface

Install pnpm: `npm install -g pnpm`
Install pnpm: `npm install -g pnpm@9.1.1`

<details>
<summary>For China mainland</summary>
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## NPM 依赖

安装 pnpm:`npm install -g pnpm`
安装 pnpm:`npm install -g pnpm@9.1.1`

<details>
<summary>适用于中国大陆</summary>
Expand Down
15 changes: 8 additions & 7 deletions .vscode/Sillot.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,37 @@
"path": "../../Sillot-android", // 开发在 Android Studio 完成,这里列出只是方便 Git 管理
"name": "汐洛安卓🤍../Sillot-android 🗂️"
},
{
"path": "../../Silooog", // 开发在 Android Studio 完成,这里列出只是方便 Git 管理
"name": "汐龙🤍../Silooog 🗂️"
},
{
"path": "../../sofillBuilder", // 沁棘开发仓库(暂未开源)
"name": "沁棘🤍../sofillBuilder 🗂️"
},
{
"path": "../../winsaybuilder", // 沁棘开发仓库(暂未开源)
"path": "../../winsaybuilder", // 风颂开发仓库(暂未开源)
"name": "风颂🤍../winsaybuilder 🗂️"
},
{
"path": "../_sili", // 列出子文件夹,在父文件夹的 setting.json 添加隐藏(排除)
"name": "司丽🤍/_sili 🗂️"
},
{
"path": "../../Sillot-Be", // 列出子文件夹,在父文件夹的 setting.json 添加隐藏(排除)
"path": "../../Sillot-Be", // 维护中
"name": "汐洛 Chrome 扩展🤍../Sillot-Be 🗂️"
},
{
"path": "../../sino", // deno 汐洛版
"name": "汐诺🤍../sino 🗂️"
},
{
"path": "../_pkgs/siyuan", // 思源本源
"name": "思源🤍../siyuan 🗂️"
},
{
"path": "../_pkgs/siyuan-android", // 思源本源
"path": "../_pkgs/siyuan-android", // 思源安卓本源
"name": "思源安卓🤍../siyuan-android 🗂️"
}
],
"settings": {
"rust-analyzer.cargo.features": ["__runtime_js_sources"], // https://docs.deno.com/runtime/manual/references/contributing/
"files.associations": {
// "*.sy": "json",
"*.tmTheme": "xml",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions/Sillot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sillot",
"displayName": "汐洛 Sillot",
"description": "汐洛彖夲肜矩阵(Sillot T☳Converbenk Matrix)为智慧新彖务服务。此插件为汐洛官方插件,提供多功能一体化集成。",
"version": "0.35.2100",
"version": "0.35.2200",
"preview": true,
"repository": "https://github.com/Hi-Windom/Sillot",
"publisher": "Hi-Windom",
Expand Down
1 change: 1 addition & 0 deletions .vscode/extensions/Sillot/src/task/terminal-here.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export function add_task_terminal_here(context: vscode.ExtensionContext) {
cwd: path.dirname(uri.fsPath),
}).show(false);
}
vscode.window.showInformationMessage("注意:如果需要重载终端的环境变量,请不要通过 utools 等方式重启 vscode ");
});

context.subscriptions.push(disposable);
Expand Down
Loading

0 comments on commit 81e70b4

Please sign in to comment.