mike7515 / code-beautifier

MIT License
19 stars 5 forks source link

Formatter must unregister when being disabled #27

Open jrieken opened 5 years ago

jrieken commented 5 years ago

A formatter that is registered with VSCode must be unregistered when the formatter is being disabled. Otherwise VSCode still thinks a formatter is available, enabling formatting actions and contributing to the problem of conflicting formatters. See Microsoft/vscode#70314 for more details on the topic and feel free to reach out to us for further questions.

Thanks & HappyCoding