We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fcfad commit a333ee1Copy full SHA for a333ee1
1 file changed
Extension/gulpfile.js
@@ -679,7 +679,7 @@ ${typeScriptSwitchContent}
679
// ****** This file is generated from nativeStrings.json. Do not edit this file directly. ******
680
681
#pragma once
682
-
+// NOLINTBEGIN(modernize-raw-string-literal)
683
enum class localized_string_id : unsigned int
684
{
685
blank = 0,
@@ -688,6 +688,7 @@ ${nativeEnumContent}};
688
inline static const char *localizable_strings[] = {
689
"",
690
${nativeStringTableContent}};
691
+// NOLINTEND(modernize-raw-string-literal)
692
`;
693
694
console.log("Writing file: localized_string_ids.h -- If changed, copy to VS repo: src/vc/designtime/vscode/Common/generated/");
0 commit comments