Home VSCode 터미널 시작 안내 문구 끄기
Post
Cancel

VSCode › VSCode 터미널 시작 안내 문구 끄기

VSCode 터미널 시작 안내 문구 끄기

  • Ctrl+,을 눌러 설정으로 들어간 후 우측 상단의 버튼을 누르면 settings.json이 열린다.

image

  • settings.json에 다음 내용을 추가해준다.
1
2
3
4
5
6
7
8
9
"terminal.integrated.profiles.windows": {
        "PowerShell": {
            "source": "PowerShell",
            "icon": "terminal-powershell",
            "args": [
                "-NoLogo"
            ]
        }
    }

image


결과

image

❤ Recent Post
❤ How About This
❤ Visitor Counter