Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d39d42b

Browse files
committed
docs: update readme
1 parent 68a5252 commit d39d42b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ const value = await acquireVsCodeApi().getState();
260260

261261
### PluginOptions
262262

263-
| Property | Type | Default | Description |
264-
| ----------- | -------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
265-
| recommended | `boolean` | `true` | This option is intended to provide recommended default parameters and behavior. |
266-
| extension | [ExtensionOptions](#ExtensionOptions) | | Configuration options for the vscode extension. |
267-
| webview | `boolean` \| `string` \| [WebviewOption](#WebviewOption) | `__getWebviewHtml__` | Inject html code |
268-
| devtools | `boolean` | `true` | Inject script code for [react-devtools](https://github.com/facebook/react/tree/main/packages/react-devtools) or [vue-devtools](https://devtools.vuejs.org/guide/standalone) debugging |
263+
| Property | Type | Default | Description |
264+
| ----------- | -------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
265+
| recommended | `boolean` | `true` | This option is intended to provide recommended default parameters and behavior. |
266+
| extension | [ExtensionOptions](#ExtensionOptions) | | Configuration options for the vscode extension. |
267+
| webview | `boolean` \| [WebviewOption](#WebviewOption) | `true` | Inject html code |
268+
| devtools | `boolean` | `true` | Inject script code for [react-devtools](https://github.com/facebook/react/tree/main/packages/react-devtools) or [vue-devtools](https://devtools.vuejs.org/guide/standalone) debugging |
269269

270270
#### Notice
271271

README.zh_CN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,12 @@ const value = await acquireVsCodeApi().getState();
259259

260260
### PluginOptions
261261

262-
| 参数名 | 类型 | 默认值 | 说明 |
263-
| ----------- | -------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
264-
| recommended | `boolean` | `true` | 这个选项是为了提供推荐的默认参数和行为 |
265-
| extension | [ExtensionOptions](#ExtensionOptions) | | vscode extension 可选配置 |
266-
| webview | `boolean` \| `string` \| [WebviewOption](#WebviewOption) | `__getWebviewHtml__` | 注入 html 代码 |
267-
| devtools | `boolean` | `true` | 注入 script 代码用于 [react-devtools](https://github.com/facebook/react/tree/main/packages/react-devtools)[vue-devtools](https://devtools.vuejs.org/guide/standalone) 调试 |
262+
| 参数名 | 类型 | 默认值 | 说明 |
263+
| ----------- | -------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
264+
| recommended | `boolean` | `true` | 这个选项是为了提供推荐的默认参数和行为 |
265+
| extension | [ExtensionOptions](#ExtensionOptions) | | vscode extension 可选配置 |
266+
| webview | `boolean` \| [WebviewOption](#WebviewOption) | `true` | 注入 html 代码 |
267+
| devtools | `boolean` | `true` | 注入 script 代码用于 [react-devtools](https://github.com/facebook/react/tree/main/packages/react-devtools)[vue-devtools](https://devtools.vuejs.org/guide/standalone) 调试 |
268268

269269
#### Notice
270270

0 commit comments

Comments
 (0)