-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
🐞 [0.0.1-alpha.21] Misidentifies CSharp source files as Swift Source files. #1014
Labels
bug
Something isn't working
Comments
Thanks for reporting this. It's not so much a bug as it is more a feature that hasn't been implemented yet. |
Same issue with C source and header files. |
@matthijseikelenboom do you know enough about this to file a new issue around this and close this one? |
Yes I can, we need to discuss what this is exactly going to do, because I don't think we've done that yet |
70 tasks
iggy890
added a commit
to iggy890/CodeEdit
that referenced
this issue
Mar 18, 2023
github-project-automation
bot
moved this from 💬 Needs Clarification
to 🏁 Complete
in CodeEdit Project
Jun 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Misidentifies CSharp source files as Swift Source files.
To Reproduce
Open a random CSharp project folder.
Expected behavior
In the right-side pane of the editor, the "Identity and Type" should show the currently-edited
*.cs
file as CSharp Source by default (unless manually specified by the user). However, currently:Version information
CodeEdit: [0.0.1-alpha.21]
macOS: 13.1 (22C65)
Xcode: 14.1
Additional context
No response
The text was updated successfully, but these errors were encountered: