Replies: 1 comment 22 replies
-
Debugging WorkflowDue to an issue with extension development/debugging in code-server (see #2546), we cannot develop the extension in code-server like you would a regular VS Code extension. Instead, we must use a slightly modified debugging workflow. There are two options: Option 1
This works but it is very tedious. Option 2Suggested by @code-asher
This works well when the source files are included with the extension. If they aren't, this may be troublesome. Notes to other maintainersI tested developing an extension in code-server using the typical "Your First Extension" workflow. (write extension, hit F5, in the IDE window test extension). When it opens a new window, it doesn't have the extension installed so you can't test it. I spoke to @code-asher about this and he said:
When we do look into this in the future, we'll need to see how easy/difficult it is to support extension development. |
Beta Was this translation helpful? Give feedback.
-
This is a thread related to an issue we're currently helping someone with: debugging issues with a custom VS Code extension.
We're starting this thread with the hopes of:
Feel free to follow along here. I will add replies to this as I go.
Beta Was this translation helpful? Give feedback.
All reactions