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

EditorConfig Support #5932

Merged
merged 25 commits into from
Aug 20, 2020
Merged

EditorConfig Support #5932

merged 25 commits into from
Aug 20, 2020

Conversation

tarik-brown
Copy link
Contributor

Initial EditorConfig support for the TypeScript Side

  • Parses .editorconfig file for document, onType and range formatting
  • Caches .editorconfig settings so that the file isnt parsed on each format operation

@tarik-brown tarik-brown requested review from Colengms, sean-mcmanus and bobbrow and removed request for Colengms August 7, 2020 14:32
Extension/package.json Outdated Show resolved Hide resolved
Extension/package.json Outdated Show resolved Hide resolved
Copy link
Collaborator

@sean-mcmanus sean-mcmanus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is format disabling handled?

@Colengms
Copy link
Collaborator

Is format disabling handled?

That's handled on the native side. I could unregister the providers when disabled. That would be a little more efficient.

@Colengms Colengms merged commit 61c22d7 into master Aug 20, 2020
@Colengms Colengms deleted the dev/t-tabro/editorconfig branch August 20, 2020 20:27
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 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.

4 participants