Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Last active April 11, 2016 02:56
Embed
What would you like to do?
settings.json for .es2015 & .es2016 file extension mapping
{
"files.associations": {
"*.es2015": "javascript",
"*.es2016": "javascript"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment