Пожалуйста, включите JavaScript.
Главная
Обзор
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
Removes dead code
main
Eric Amodio
4 лет назад
Родитель
6333768dc6
Сommit
4788392fd0
1 измененных файлов
:
0 добавлений
и
16 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+0
-16
src/messages.ts
+ 0
- 16
src/messages.ts
Просмотреть файл
@ -94,22 +94,6 @@ export class Messages {
)
;
}
// static async showViewsUpgradeMessage() {
// const openSettings: MessageItem = { title: 'Open Settings' };
// const result = await Messages.showMessage(
// 'info',
// 'GitLens 11 has replaced the Repositories view with many new views, and integrated the Line History view into the File History view. To re-enable either of these views, open the GitLens Interactive Settings.',
// undefined,
// null,
// openSettings,
// );
// if (result === openSettings) {
// await commands.executeCommand(Commands.ShowSettingsPageAndJumpToRepositoriesView);
// }
// }
static
async
showWhatsNewMessage
(
version
:
string
)
{
const
actions
:
MessageItem
[
]
=
[
{
title
:
"What's New"
}
,
{
title
:
'Release Notes'
}
,
{
title
:
'❤'
}
]
;
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить