주 메뉴 열기

wwiki β

바뀜

Visual Studio

390 바이트 추가됨, 2022년 12월 1일 (목) 10:45
편집 요약 없음
=== 외부링크 ===
출처: https://docs.microsoft.com/ko-kr/visualstudio/ide/default-keyboard-shortcuts-in-visual-studio?view=vs-2015&redirectedfrom=MSDN
 
== Properties ==
 
=== launchSettings.json ===
 
==== docker ====
<syntaxhighlight lang="json">
{
"profiles": {
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"DockerfileRunArguments":""
}
}
}
</syntaxhighlight><br />
[[분류:Shortcut]]
편집
2,431