Skip to content

Commit dc61716

Browse files
Update project README (microsoft#145)
Description of changes Add a link to hello-world-webpack sample in project root README.
1 parent 85c0fad commit dc61716

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ A set of sample extensions using vanilla HTML, CSS, and JavaScript/TypeScript to
1818

1919
Don't see a demonstration for your desired use case, VS Code API, etc.? Open an issue and request it.
2020

21-
| Sample extension | Description |
22-
| ------------------------------------------------ | --------------------------------------------------------------------------------------------- |
23-
| [component-gallery](./default/component-gallery) | Demonstrates every component in the Webview UI Toolkit. |
24-
| [hello-world](./default/hello-world) | A basic hello-world starter extension. |
25-
| [notepad](./default/notepad) | A simple notetaking extension that leverages the VS Code TreeView API. |
26-
| [weather-webview](./default/weather-webview) | Demonstrates the toolkit being used within a webview view – i.e., Visual Studio Code sidebar. |
21+
| Sample extension | Description |
22+
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------- |
23+
| [component-gallery](./default/component-gallery) | Demonstrates every component in the Webview UI Toolkit. |
24+
| [hello-world](./default/hello-world) | A basic hello-world starter extension. |
25+
| [hello-world-webpack](./default/hello-world-webpack) | A basic hello-world starter extension (built using Webpack instead of esbuild). |
26+
| [notepad](./default/notepad) | A simple notetaking extension that leverages the VS Code TreeView API. |
27+
| [weather-webview](./default/weather-webview) | Demonstrates the toolkit being used within a webview view – i.e., Visual Studio Code sidebar. |
2728

2829
### Framework samples
2930

0 commit comments

Comments
 (0)