Skip to content

Is there anyway to stop having Phoenix give me little errors that don't really matter? #1742

Answered by abose
treeguy1234 asked this question in Q&A
Discussion options

You must be logged in to vote

To permanently disable HTML and js error hints, follow these steps:

  1. Go to File > Preferences.
  2. Open the phcode.json file in the right pane.
  3. Add the following lines to the file:
"HTMLLint.disabled": true,
"jshint.disabled": true

This will disable error detection for both HTML and JavaScript files.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants