We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5a61e commit 2fac6edCopy full SHA for 2fac6ed
tools/BugReportTool/BugReportTool/Main.cpp
@@ -42,6 +42,10 @@ map<wstring, vector<wstring>> escapeInfo = {
42
L"remapShortcuts/appSpecific/openUri",
43
} }, // avoid leaking personal information from text, URI or application mappings
44
{ L"Workspaces/workspaces.json", { L"workspaces/applications/command-line-arguments" } },
45
+ { L"AdvancedPaste/settings.json", {
46
+ L"properties/custom-actions/value/name",
47
+ L"properties/custom-actions/value/prompt"
48
+ } },
49
};
50
51
vector<wstring> filesToDelete = {
0 commit comments