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

Remove built-in toml basic language support (release/1.28) #59775

Merged
merged 1 commit into from Oct 1, 2018

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Oct 1, 2018

This is a cherry-pick of f2f8b7c for release 1.28

Reverts microsoft#59089

After further discussions with the team, we decided that we should not ship a bundled toml grammar. There are two reasons for this:

* For the best toml experiance, users should use one of the toml plugins from the marketplace as these provide intellisense and other advanced language features. We previously recommend these plugins when you opened a toml file. However if we ship a bundled toml grammar, these recommendations will no longer appear

* Engineering maintance costs on our side. Updating the grammar, maintaining tests, and handling issues related to it are all extra work that has to be considered.

For these reasons, we do not think it makes sense to include basic toml support
@kieferrm kieferrm self-requested a review October 1, 2018 23:29
@mjbvz mjbvz merged commit 99b5434 into microsoft:release/1.28 Oct 1, 2018
@mjbvz mjbvz added this to the September 2018 milestone Oct 1, 2018
@mjbvz mjbvz self-assigned this Oct 1, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants