Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Hot Reload #185

Closed
Closed
@bukowa

Description

@bukowa

Extension/feature description

After running example following the given README.md:

# Copy sample extension locally
npx degit microsoft/vscode-webview-ui-toolkit-samples/frameworks/hello-world-vue hello-world

# Navigate into sample directory
cd hello-world

# Install dependencies for both the extension and webview UI source code
npm run install:all

# Build webview UI source code
npm run build:webview

# Open sample in VS Code
code .
  1. When I press F5 there is no hot reload; yes there is a new task npm run watch but it doesn't care about changes to webview-ui so extension is not reloaded.

  2. Even when the extension is reloaded the webview in vscode won't reflect any changes without opening the Hello World command; it would be cool to auto-reload this also.

Use case

Pleasantly developing extensions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions