提交 20edcab2 编写于 作者: J Johannes Rieken

add link to wiki page, #64340

上级 4eb8eb2f
......@@ -520,7 +520,7 @@ export class ReportExtensionIssueAction extends Action {
const data = profiler.rewriteAbsolutePaths({ profile: <any>extension.unresponsiveProfile.data }, 'pii_removed');
profiler.writeProfile(data, path).then(undefined, onUnexpectedError);
};
message = `:warning: Make sure to **attach** this file from your *home*-directory: \`${path}\` :warning:`;
message = `:warning: Make sure to **attach** this file from your *home*-directory: \`${path}\` :warning:\n\nFind more details here: https://github.com/Microsoft/vscode/wiki/Explain:-extension-causes-high-cpu-load`;
} else {
// generic
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册