nickdodd79 / vscode-gulptasks

A gulp task visualization and execution extension for Visual Studio Code
MIT License
7 stars 6 forks source link

Errorlog #14

Closed Roxas92 closed 6 years ago

Roxas92 commented 6 years ago

I just moved from Atom to VSCode und discovered that there is no errorlog or message when my gulp task could not be executed.

In the atom extension I had this windows/log: image

Am I missing something or is that just not a part of vscode-gulptasks? If not, I'd like to request this feature.

nickdodd79 commented 6 years ago

Hi @Roxas92

All logs and messages emitted by gulp should be displayed in the Output console under the Gulp Tasks channel. You can access the output via the View > Integrated Terminal menu. There is an Output tab and then a dropdown to select the channel.

Here is an example of what you should see (colorizing is unfortunately not provided by vscode yet in this window). image

Nick.

nickdodd79 commented 6 years ago

Hi @Roxas92

I assume this issue is all resolved so will now close it.

Nick.