Edit 3: Starting in version 0.4.0, ES6 syntax can be turned on by adding a jsconfig.json
file to the project folder with the following contents:
{
"compilerOptions": {
"target": "ES6"
}
}
Edit 2: You can vote for this feature on user voice
Is there a way to "turn on" ES6/ES7 in Visual Studio Code?
Edit 1
Tried @sarvesh's suggestion- overrode javascript.validate.target
and restarted vscode. Didn't help.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…