Skip to content

Support voice in VS Code for web #246112

@luchocarbonell

Description

@luchocarbonell

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version:
  • OS Version:

Steps to Reproduce:

  1. Run locally vs code as Code Server Web with .\scripts\code-server.bat --launch
  2. Try to install the VS Vode Speech extension
  3. You will get a message like: The 'VS Code Speech' extension is not available in Code OSS for the Web

Context:

The copilot extension doesn't work for web either, however, I can download it for Code Server Web. After some research and debugging, I found that the allTargetPlatforms property for copilot returns the following:

Copilot's allTargetPlatform value
Image

And in the VS Code Speech case it returns the following values:

VS Code Speech's allTargetPlatform value
Image

I found that if it returns undefined in the array, I will be able to install it in Code Server Web. But, for VS Code Speech is not the case as mentioned above.

Questions:

  • Is this an issue or is this expected?
  • Do you have plans to add support for the VS Code Speech extension in Web/Code Server?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions