-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Allow to get/set the encoding and charset #4958
Comments
We currently do not have API to set the encoding for files from extensions. |
@bpasero Think for your reply. Would you have plan to add API in future? or support encode detect just like ATOM? |
This issue is currently assigned to the backlog. Every sprint we pick items from the backlog to plan for the current iteration. Please see https://github.com/Microsoft/vscode/wiki/Issue-Tracking#planning |
@bpasero yeah, thanks very very much, I love vscode. |
actually also a duplicate. first issue was #824 |
my god. it was been closed. i think the APIs has been provided in vscode 1.2. A half of my extension has been finished. T_T... |
Such as
IEncodingSupport::setEncoding
, i want to code an extension for detect file's encoding. now detect encoding successed, but i don't known how to change encoding by API, could u help me?The text was updated successfully, but these errors were encountered: