@tomjs/vite-plugin-vscode 2.4.0 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/README.zh_CN.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @tomjs/vite-plugin-vscode
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@tomjs/vite-plugin-vscode)  
|
|
3
|
+
[](https://www.npmjs.com/package/@tomjs/vite-plugin-vscode)  
|
|
4
4
|
|
|
5
5
|
**English** | [中文](./README.zh_CN.md)
|
|
6
6
|
|
|
@@ -202,7 +202,6 @@ function __getWebviewHtml__(
|
|
|
202
202
|
|
|
203
203
|
## Documentation
|
|
204
204
|
|
|
205
|
-
- [API Documentation](https://paka.dev/npm/@tomjs/vite-plugin-vscode) provided by [paka.dev](https://paka.dev).
|
|
206
205
|
- [index.d.ts](https://www.unpkg.com/browse/@tomjs/vite-plugin-vscode/dist/index.d.ts) provided by [unpkg.com](https://www.unpkg.com).
|
|
207
206
|
|
|
208
207
|
## Parameters
|
|
@@ -371,3 +370,8 @@ Open the [examples](./examples) directory, there are `vue` and `react` examples.
|
|
|
371
370
|
- [react](./examples/react): Simple react example.
|
|
372
371
|
- [vue](./examples/vue): Simple vue example.
|
|
373
372
|
- [vue-import](./examples/vue-import): Dynamic import() and multi-page examples.
|
|
373
|
+
|
|
374
|
+
## Related
|
|
375
|
+
|
|
376
|
+
- [@tomjs/vscode](https://npmjs.com/package/@tomjs/vscode): Some utilities to simplify the development of [VSCode Extensions](https://marketplace.visualstudio.com/VSCode).
|
|
377
|
+
- [@tomjs/vscode-dev](https://npmjs.com/package/@tomjs/vscode-dev): Some development tools to simplify the development of [vscode extensions](https://marketplace.visualstudio.com/VSCode).
|
package/README.zh_CN.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @tomjs/vite-plugin-vscode
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@tomjs/vite-plugin-vscode)  
|
|
3
|
+
[](https://www.npmjs.com/package/@tomjs/vite-plugin-vscode)  
|
|
4
4
|
|
|
5
5
|
[English](./README.md) | **中文**
|
|
6
6
|
|
|
@@ -206,7 +206,6 @@ function __getWebviewHtml__(
|
|
|
206
206
|
|
|
207
207
|
## 文档
|
|
208
208
|
|
|
209
|
-
- [paka.dev](https://paka.dev) 提供的 [API文档](https://paka.dev/npm/@tomjs/vite-plugin-vscode).
|
|
210
209
|
- [unpkg.com](https://www.unpkg.com/) 提供的 [index.d.ts](https://www.unpkg.com/browse/@tomjs/vite-plugin-vscode/dist/index.d.ts).
|
|
211
210
|
|
|
212
211
|
## 参数
|
|
@@ -374,3 +373,8 @@ pnpm build
|
|
|
374
373
|
- [react](./examples/react):简单的 react 示例。
|
|
375
374
|
- [vue](./examples/vue):简单的 vue 示例。
|
|
376
375
|
- [vue-import](./examples/vue-import):动态 import() 和多页面示例。
|
|
376
|
+
|
|
377
|
+
## 关联
|
|
378
|
+
|
|
379
|
+
- [@tomjs/vscode](https://npmjs.com/package/@tomjs/vscode): 一些实用工具,用于简化 [vscode 扩展](https://marketplace.visualstudio.com/VSCode) 的开发。
|
|
380
|
+
- [@tomjs/vscode-dev](https://npmjs.com/package/@tomjs/vscode-dev): 一些开发工具,用于简化 [vscode 扩展](https://marketplace.visualstudio.com/VSCode) 的开发。
|