Search code examples
visual-studio-codevscode-extensionsvisual-studio-code-server

Possible to develop VSCode extensions on vscode.dev?


I'm currently using VSCode via https://github.com/coder/code-server and was reading https://code.visualstudio.com/api/get-started/your-first-extension

Has anyone succeeded in developing (and in the process, debug) a VSCode extension using code-server or https://vscode.dev?

Would like to know the steps on how it was setup.


Solution

  • For the record, it is possible. I can even debug the extension. It is basically the same as a desktop version of VSCode.