Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plugin] align plugin types with vscode ext types #6600

Open
akosyakov opened this issue Nov 21, 2019 · 1 comment
Open

[plugin] align plugin types with vscode ext types #6600

akosyakov opened this issue Nov 21, 2019 · 1 comment
Assignees
Labels
bug bugs found in the application plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility

Comments

@akosyakov
Copy link
Member

akosyakov commented Nov 21, 2019

There are different mismatches, e.g. #6578 (comment) or another case that identity of breakpoints is not preserved which should be fixed by #5774.

We should align and ideally find a way to identify mismatches easier. One proposal is completely reuse the extension host process #6353 and put our bits somehow on top.

Any other ideas are welcomed!

@akosyakov akosyakov added bug bugs found in the application plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility labels Nov 21, 2019
@akosyakov
Copy link
Member Author

Another case of it: #6895

@akosyakov akosyakov self-assigned this Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant