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

fix: fix microsoft#214741 declare vscode capbility on linux properly #214784

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ovear
Copy link

@Ovear Ovear commented Jun 10, 2024

VS Code is a versatile text editor, and it's essential to properly declare its capabilities. Not only were plain text files be recognized as text/plain, but also coding files like .go, .php, .py, etc., which are a primary focus of VS Code. We definitely need VS Code to appear in the candidate list when opening these files.

Any discussions/suggestions are welcomed.

VS Code is a versatile text editor, and it's essential to properly declare its capabilities. Not only were plain text files be recognized as text/plain, but also coding files like .go, .php, .py, etc., which are a primary focus of VS Code. We definitely need these file types to appear in the candidate list when opening files.
@Ovear
Copy link
Author

Ovear commented Jun 10, 2024

Edited the PR descriptions, sorry for typo in commit log.

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

Successfully merging this pull request may close these issues.

None yet

4 participants