-
-
Notifications
You must be signed in to change notification settings - Fork 14
docs: add VS Code extension #648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for the Rstest VS Code extension in both English and Chinese, enabling users to discover and install the extension directly from the project documentation.
- Adds new documentation pages describing the VS Code extension and its installation methods
- Updates navigation metadata to include the new extension documentation pages
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| website/docs/zh/guide/basic/vscode-extension.mdx | Adds Chinese documentation for the VS Code extension with installation instructions |
| website/docs/zh/guide/basic/_meta.json | Adds "vscode-extension" to the Chinese navigation menu |
| website/docs/en/guide/basic/vscode-extension.mdx | Adds English documentation for the VS Code extension with installation instructions |
| website/docs/en/guide/basic/_meta.json | Adds "vscode-extension" to the English navigation menu |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - 打开「扩展」视图(<kbd>^</kbd>/<kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>X</kbd>),搜索 `rstack.rstest`。 | ||
| - 打开「快速打开」面板(<kbd>^</kbd>/<kbd>⌘</kbd> + <kbd>P</kbd>),输入 `ext install rstack.rstest` 并按 Enter。 |
Copilot
AI
Oct 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The keyboard shortcut format is inconsistent with the English version. The Chinese version uses ^ while the English version uses Ctrl. Consider using the more explicit Ctrl instead of ^ for clarity, matching the English documentation format.
| - 打开「扩展」视图(<kbd>^</kbd>/<kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>X</kbd>),搜索 `rstack.rstest`。 | |
| - 打开「快速打开」面板(<kbd>^</kbd>/<kbd>⌘</kbd> + <kbd>P</kbd>),输入 `ext install rstack.rstest` 并按 Enter。 | |
| - 打开「扩展」视图(<kbd>Ctrl</kbd>/<kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>X</kbd>),搜索 `rstack.rstest`。 | |
| - 打开「快速打开」面板(<kbd>Ctrl</kbd>/<kbd>⌘</kbd> + <kbd>P</kbd>),输入 `ext install rstack.rstest` 并按 Enter。 |
| - 打开「扩展」视图(<kbd>^</kbd>/<kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>X</kbd>),搜索 `rstack.rstest`。 | ||
| - 打开「快速打开」面板(<kbd>^</kbd>/<kbd>⌘</kbd> + <kbd>P</kbd>),输入 `ext install rstack.rstest` 并按 Enter。 |
Copilot
AI
Oct 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The keyboard shortcut format is inconsistent with the English version. The Chinese version uses ^ while the English version uses Ctrl. Consider using the more explicit Ctrl instead of ^ for clarity, matching the English documentation format.
| - 打开「扩展」视图(<kbd>^</kbd>/<kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>X</kbd>),搜索 `rstack.rstest`。 | |
| - 打开「快速打开」面板(<kbd>^</kbd>/<kbd>⌘</kbd> + <kbd>P</kbd>),输入 `ext install rstack.rstest` 并按 Enter。 | |
| - 打开「扩展」视图(<kbd>Ctrl</kbd>/<kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>X</kbd>),搜索 `rstack.rstest`。 | |
| - 打开「快速打开」面板(<kbd>Ctrl</kbd>/<kbd>⌘</kbd> + <kbd>P</kbd>),输入 `ext install rstack.rstest` 并按 Enter。 |
Summary
add VS Code extension documentation.
Related Links
Checklist