提交 455b3817 编写于 作者: T Tomas Vik

Merge branch '266-improve-error-message-formatting' into 'main'

refactor: better formatting of get discussions error

See merge request gitlab-org/gitlab-vscode-extension!162
......@@ -49,9 +49,9 @@ export class MrItemModel extends ItemModel {
} catch (e) {
handleError(
new UserFriendlyError(
'The extension failed to preload discussions on the MR diff. ' +
"If the MR comes from a forked project, it's possible that you run into " +
'https://gitlab.com/gitlab-org/gitlab/-/issues/298827.',
`The extension failed to preload discussions on the MR diff.
It's possible that you've encountered
https://gitlab.com/gitlab-org/gitlab/-/issues/298827.`,
e,
),
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册