-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed as not planned
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityworkbench-voice
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
Steps to Reproduce:
- Run locally vs code as Code Server Web with
.\scripts\code-server.bat --launch
- Try to install the VS Vode Speech extension
- 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
And in the VS Code Speech case it returns the following values:
VS Code Speech's allTargetPlatform value
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?
noahpro99
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityworkbench-voice