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

Change option file encoding #32

Open
AquariusStar opened this issue Oct 6, 2020 · 1 comment
Open

Change option file encoding #32

AquariusStar opened this issue Oct 6, 2020 · 1 comment

Comments

@AquariusStar
Copy link

Change option "files.encoding": "iso88591" to "utf8".
I'm tired of editing the option every time I update it. All localization is lost completely. Altera/Intel Quartus uses UTF-8 by default. Xilinx Vivado uses Windows-1251, but allows the use of UTF-8.

@rhenescu
Copy link

Add this to your settings.json:

"[vhdl]": {
    "files.encoding": "utf8"
}

or search for @lang:vhdl encoding in Settings (UI) and change it there:
image

This will override the plugin's package.json, so there is no need to edit that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants