Terminal ToastEnglish · 한국어 A long build finishes while you are reading something in the browser, and you find out five minutes later. This tells you as it happens: when a terminal command that took a while ends and the VS Code window is in the background, a Windows toast says what ran, how long it took, and whether it failed. What it can see
Nothing has to be wrapped or prefixed: shell integration reports when a terminal command starts and ends, and the task API does the same for tasks. If the terminal shows no command decorations, shell integration is off for that shell and nothing will be reported — see Terminal Shell Integration. The third row is a real gap and no extension can close it. A build an extension runs by itself, writing only to its Output channel, is invisible to the rest of VS Code. CMake ToolsCMake Tools builds through its own process by default, so its builds are the third row. Two things move them onto the task path, where they are announced:
The The toast goes through PowerShell, so it is Windows only. Everywhere else the VS Code notification still appears. Settings
Terminal Toast: Send a Test Notification sends a sample notification, to check the toast works on your machine. BuildNo dependencies to install.
LicenseMIT KoreanEnglish · 한국어 오래 걸리는 빌드가 끝난 걸 브라우저 보다가 5분 뒤에야 알게 됨. 이 확장은 끝나는 순간에 알려 줌 — 한참 걸린 터미널 명령이 끝났는데 VS Code 창이 백그라운드면, 무엇이 돌았고 얼마나 걸렸고 실패했는지를 윈도우 토스트로 띄움. 무엇을 볼 수 있나
명령을 감싸거나 앞에 무언가를 붙일 필요는 없음. 셸 통합이 터미널 명령의 시작과 끝을 알려 주고, 태스크 API가 태스크에 대해 같은 일을 함. 터미널에 명령 표식이 안 보이면 그 셸에서 셸 통합이 꺼진 것이고, 그러면 아무것도 안 뜸 — Terminal Shell Integration 참고. 셋째 줄은 진짜 빈틈이고 어떤 확장도 못 메움. 확장이 스스로 돌려서 자기 출력 패널에만 찍는 빌드는 VS Code의 다른 부분에서 아예 안 보임. CMake ToolsCMake Tools는 기본값이 자기 프로세스로 빌드하므로 그 빌드가 셋째 줄에 해당함. 두 가지를 넣으면 태스크 경로로 옮겨지고, 그러면 알림이 뜸.
토스트는 PowerShell을 거치므로 윈도우에서만 뜸. 다른 OS에서는 VS Code 알림만 뜸. 설정
Terminal Toast: 알림 보내 보기를 실행하면 견본 알림을 한 번 띄움. 내 PC에서 토스트가 뜨는지 확인할 때 씀. 직접 빌드하기설치할 의존성 없음.
라이선스MIT |