Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Created August 6, 2017 07:08
Show Gist options
  • Save hesoyamcode/15225080aa45bc66cac0fea13eb85e59 to your computer and use it in GitHub Desktop.
Save hesoyamcode/15225080aa45bc66cac0fea13eb85e59 to your computer and use it in GitHub Desktop.
Remove unstructured error VS Code React App
// Add this following configuration into your VS Code settings.json
// (File->Setting->User Settings)
"files.associations": {
"*.js": "javascriptreact"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment