We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refs: #137104
Complexity: 3
Create Issue
Improved language detection for small inputs is (finally) out! Context:
Please test:
# hello world - this - is
can be MD or YAML, so if you have recently opened MD and/or have md files in your workspace, md should be picked, otherwise YAML. Similarly:
class Foo { private foo: Foo constructor() { this.foo = '' } }
can be CS or TS, and again your recent files should influence this.
workbench.editor.historyBasedLanguageDetection
The text was updated successfully, but these errors were encountered:
Will test this more tomorrow with the changes from today.
Sorry, something went wrong.
Here's a list of good samples to test too. #131450
No branches or pull requests
Refs: #137104
Complexity: 3
Create Issue
Improved language detection for small inputs is (finally) out! Context:
Please test:
can be MD or YAML, so if you have recently opened MD and/or have md files in your workspace, md should be picked, otherwise YAML. Similarly:
can be CS or TS, and again your recent files should influence this.
workbench.editor.historyBasedLanguageDetection
The text was updated successfully, but these errors were encountered: