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

LSP editor plugin breaks file associated editor assignment #238

Open
EmergReanimator opened this issue Jan 20, 2024 · 3 comments
Open

LSP editor plugin breaks file associated editor assignment #238

EmergReanimator opened this issue Jan 20, 2024 · 3 comments

Comments

@EmergReanimator
Copy link

EmergReanimator commented Jan 20, 2024

Fil association assignment

CMSIS Configuration Wizard is configured as default editor for .h files.

image

Editor views

Nevertheless the C/C++ editor is opened by default.
The windows to the left side is the editor opened by default action. The window to the right side is the editor that is expected to be opened.

The assignment works correctly without the installed CDT-LSP plugin.

Note that CDT-LSP is NOT set as default editor.

image

CDT-LSP Version

  • C/C++ LSP Support 1.1.0.202401172010 org.eclipse.cdt.lsp.feature.feature.group Eclipse CDT
@EmergReanimator
Copy link
Author

Might be related to #231

@ghentschke
Copy link
Contributor

The reason is that cdt-lsp sets the new LSP based editor as default for all C/C++ content type files and overwrites the eclipse settings.

@ghentschke
Copy link
Contributor

See also: #231 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants