/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/RemoteMachinesHelper/VSCodeRemoteMachine.cs
19 строк
577 B
Davide Giacometti
[PowerToys Run] Plugins StyleCop and warnings fix (#12623)
11 авг 2021, 18:22
Не верифицирован
11 авг 2021, 18:22
1791246
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Community.PowerToys.Run.Plugin.VSCodeWorkspaces.VSCodeHelper; namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.RemoteMachinesHelper { public class VSCodeRemoteMachine { public string Host { get; set; } public string User { get; set; } public string HostName { get; set; } public VSCodeInstance VSCodeInstance { get; set; } } }