Skip to content

Commit

Permalink
update description of webviews creation function
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Oct 2, 2023
1 parent 45585bc commit ef4c4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zowe-explorer-api/src/vscode/ui/WebView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ export class WebView {

/**
* Constructs a webview for use with bundled assets.
* The webview entrypoint must be located at <webview folder>/dist/assets/index.js.
* The webview entrypoint must be located at src/<webview folder>/dist/<webview-name>/index.js.
*
* @param title The title for the new webview
* @param webviewName The directory name (relative to the "webviews" folder in the extension root) with a valid entrypoint (see above).
* @param webviewName The webview name, the same name given to the directory of your webview in the webviews/src directory.
* @param context The VSCode extension context
* @param onDidReceiveMessage Event callback: called when messages are received from the webview
*/
Expand Down

0 comments on commit ef4c4bb

Please sign in to comment.