Replies: 2 comments 1 reply
-
I work on extensions like Quarto from Positron. Here is a screenshot of the extension development host that I get when I do "Run VS Code extension" for the Quarto extension in Positron: Are you saying that you get this far, but you can't use the commands you are defining in your extension? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@juliasilge i found the problem. The 'yo code' script automatically sets min vscode version to 1.98 while Positron is still on 1.96. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure whether I missed any step but Positron does not seem to load the debugged extension under the extension development host while VS Code does.
Steps to reproduce:
yo code
to start an extension project.src/extension.ts
you can see the following code, which is responsible for creating a 'hello world' command:F5
to debug the extensionhello world
, nothing is found.hello world
command can be found, which pops the following message:Beta Was this translation helpful? Give feedback.
All reactions