2k-v8 中文文档教程
v8-debug README
这是您的扩展“v8-debug”的自述文件。 在写完简短描述后,我们建议包括以下部分。
Features
描述您的扩展程序的具体功能,包括您的扩展程序的屏幕截图。 图像路径是相对于此 README 文件的。
例如,如果您的扩展项目工作区下有一个图像子文件夹:
![feature X](images/feature-x.png)
提示:许多流行的扩展都使用动画。 这是炫耀您的扩展程序的绝佳方式! 我们推荐简短、重点突出且易于理解的动画。
Requirements
如果您有任何要求或依赖项,请添加一个部分来描述这些要求以及如何安装和配置它们。
Extension Settings
如果您的扩展通过 contributes.configuration
扩展点添加任何 VS Code 设置,则包括在内。
例如:
此扩展提供以下设置:调
myExtension.enable
: enable/disable this extensionmyExtension.thing
: set toblah
to do something
Known Issues
出已知问题可以帮助限制用户针对您的扩展打开重复问题。
Release Notes
当您更新扩展时,用户会欣赏发行说明。
1.0.0
初始版本……
1.0.1
修复了问题#。
1.1.0
添加了功能 X、Y 和 Z。
Working with Markdown
注意:您可以使用 Visual Studio Code 编写 README。 以下是一些有用的编辑器键盘快捷键:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux) - Toggle preview (
Shift+CMD+V
on macOS orShift+Ctrl+V
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(macOS) to see a list of Markdown snippets
For more information
尽情享受吧!
v8-debug README
This is the README for your extension "v8-debug". After writing up a brief description, we recommend including the following sections.
Features
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
For example if there is an image subfolder under your extension project workspace:
![feature X](images/feature-x.png)
Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
Requirements
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
Extension Settings
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: enable/disable this extensionmyExtension.thing
: set toblah
to do something
Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
Release Notes
Users appreciate release notes as you update your extension.
1.0.0
Initial release of …
1.0.1
Fixed issue #.
1.1.0
Added features X, Y, and Z.
Working with Markdown
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux) - Toggle preview (
Shift+CMD+V
on macOS orShift+Ctrl+V
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(macOS) to see a list of Markdown snippets
For more information
Enjoy!