You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For encoding problems, since VSCode did't yet provide encoding-related APIs (microsoft/vscode#156039), it's impossible to handle it perfectly.
But I recommend to use UTF-8 by default in CLI arguments, as many parts of this extension have assumed that the encoding is UTF-8 when analyzing the grammar files.
Like #69
options.additionalParameters
only supports to pass a single argument currently.A detailed example:
will pass
"-encoding UTF8"
instead of"-encoding" "UTF8"
The text was updated successfully, but these errors were encountered: