0

After reading this article (English translation here) I wonder what's the current situation for using web build script engines in Visual Studio Code.

What's the currently most endorsed/supported web build script engine for Visual Studio Code?

Is there a blog article available, written by the VS Code team?

AxD
  • 2,714
  • 3
  • 31
  • 53

1 Answers1

0

So far I know, VSCode does not recommend any specific build script engine and supports all. You can find the details in the vscode docs- https://code.visualstudio.com/docs/editor/tasks#_task-autodetection

Gulshan
  • 3,611
  • 5
  • 35
  • 46