This commit is contained in:
Dirk Bäumer 2024-05-08 11:58:18 +02:00 коммит произвёл GitHub
Родитель fcc6610a86
Коммит a4fe3a1013
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -146,9 +146,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
When you compile and run the above code in VS Code for the Web, it produces the following output in the `Calculator` channel:
```html
<video src="calculator.mp4" title="Video showing how to run the Calculator command in VS Code for the Web." autoplay loop controls muted></video>
```
You can find the full source code for this example in the [VS Code extension sample repository](https://insiders.vscode.dev/github/microsoft/vscode-extension-samples/blob/main/wasm-component-model/src/extension.ts#L1).