File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments