vscode-bazel
vscode-bazel copied to clipboard
Non-ASCII target names are interpreted incorrectly
Target names encoded in UTF-8 are decoded using Windows-1252. This is shown in the CodeLens and in the "Bazel Build Targets" window. Using either of these interfaces to start a bazel build fails because it uses the wrongly-encoded string in the command.