node.js - Visual Studio Shows Tons of JavaScript Errors for an ES6 project -


i'm using node.js tools visual studio 2015. es6 features under node.js tools options turned on. i've tried turning them off too. i've tried setting javascript files not display syntax highlighting.

visual studio displays tons of errors files containing es6 javascript (the content of files fine es6 standards).

enter image description here

interestingly, if double click on of errors, message

enter image description here

so, seems maybe vs "double-inspecting" these files...and second pass fails. because if open file in question solution explorer, there no run underlining anywhere in file?

i've spent long time troubleshooting this. there way make visual studio work, little bit?

what version of node.js tools visual studio using? may need update latest version.

i had same problem version 1.1.31117.00, i'm not seeing anymore 1.2.40726.00.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -