Skip to content

Commit

Permalink
[vscode]Update site url
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Nov 17, 2023
1 parent 7c1bc17 commit c6f1133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "stdf-vscode-extension",
"displayName": "STDF for VS Code",
"description": "A VS Code extension to facilitate STDF development",
"version": "0.0.21",
"version": "0.0.22",
"publisher": "STDF",
"icon": "./src/assets/stdf-vscode-extension.png",
"main": "./src/extension.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/src/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function activate() {
// Combine the current STDF version and the latest version
const versionContent = `STDF ${isZh ? '当前' : 'Current'}${currentVersion}   ${
isZh ? '最新' : 'Latest'
}${latestVersion}   [${isZh ? '查看更新日志' : 'See changelog'}](https://stdf.design/#/guide?nav=changelog)`;
}${latestVersion}   [${isZh ? '查看更新日志' : 'See changelog'}](https://stdf.design/#/guide/changelog)`;

// 获取对应组件的 api.md 文件的路径
// Get the path of the api.md file of the corresponding component
Expand Down

0 comments on commit c6f1133

Please sign in to comment.