hello-world
这是一个简单的 VS Code 扩展,用于演示如何开发和打包插件。
功能
- 在命令面板(Ctrl+Shift+P)中输入
Hello World,会弹出一个问候消息。
安装方法
- 下载或克隆本项目到本地。
- 在项目根目录下运行
npm install 安装依赖。
- 运行
vsce package 打包生成 .vsix 文件。
- 在 VS Code 中按
Ctrl+Shift+P,选择“扩展:安装来自 VSIX...”,选择生成的 .vsix 文件进行安装。
使用方法
- 按
Ctrl+Shift+P 打开命令面板。
- 输入并选择
Hello World 命令。
- 屏幕右下角会弹出 Hello World 消息。
配置项
当前无额外配置项。
已知问题
暂无。
更新日志
- v0.0.1: 初始版本,实现 Hello World 功能。
1.0.0
Initial release of ...
1.0.1
Fixed issue #.
1.1.0
Added features X, Y, and Z.
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
- Toggle preview (
Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
- Press
Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!
| |