info-emait / QueryGantt

Query Gantt is an extension for the Azure DevOps, which enables you to view the result of the selected query in the form of a Gantt chart.
MIT License
0 stars 0 forks source link

How to enable build?

If you see build errors, claiming that it is not possible to run command line grunt.ps1 because of the execution policy, it is necessary to run the following powershell script and to restart Visual Studio Code:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser