Skip to content

non-ascii strings cause parameter help mechanism break #1504

@Yanpas

Description

@Yanpas
* Operating System and version: ubuntu 16.04
* VS Code : 1.19.3
* C/C++ extension version: 0.14.6

code snippet:

using namespace std;
struct A {
	static A st(const char*, string x, int) {
		return {};
	}
	A(string, string) {

	}
	A() {

	}
	void foo() {}
};

int main(int , char**) {
	std::vector<A> a {
		A::st("aaaaaaaaaaaaaaa", "абвг")
	};
}

абвгд are cyrillic multibyte symbols.
Bug:
peek 2018-01-31 16-35

Metadata

Metadata

Assignees

No one assigned

    Labels

    Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.world readyAn issue relating string character encodings, localization translations, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions