-
Notifications
You must be signed in to change notification settings - Fork 37.3k
Closed as not planned
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityfile-encodingFile encoding type issuesFile encoding type issues
Milestone
Description
files.encoding allows setting encoding user-wide or workspace-wide. Sometimes we need to set different encodings for specific files. I'd like something like:
{
"files.encoding": "iso88591",
"file-specific": {
"/src/my-file.md": {
"files.encoding": "utf8"
}
}
}(EDITED: adding the missing second files.encoding part)
Actual situation: my project uses iso88591. I'm using marp and need to save only that markdown file in utf8.
ped7g, ilchymis and artemgur
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityfile-encodingFile encoding type issuesFile encoding type issues