Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Last active April 11, 2016 02:56
Show Gist options
  • Save scottaddie/260595b1dab564d61d3205bcc4a52d87 to your computer and use it in GitHub Desktop.
Save scottaddie/260595b1dab564d61d3205bcc4a52d87 to your computer and use it in GitHub Desktop.
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