Not supporting async/await
during extension development due to NodeJs is not latest.
#24479
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
Steps to Reproduce:
Cannot use
async/await
during extension development. VScode is using node v6.5.0 rather than the latest node v7 which supportsasync/await
. Is it possible to manually switch node version to v7?The text was updated successfully, but these errors were encountered: