Skip to content

Commit

Permalink
Edit settings descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Feb 19, 2022
1 parent fe48598 commit 5ece3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"djlint.pythonPath": {
"type": "string",
"default": "python",
"description": "Path to desired Python interpreter. Works only if djlint.useVenv is disabled."
"description": "Path to desired Python interpreter. Works only if djlint.useVenv is disabled or Python extension is not installed."
},
"djlint.useVenv": {
"type": "boolean",
"default": true,
"description": "Use the Python executable from the current virtual environment. The Python extension must be installed."
"description": "Use the Python executable from the current virtual environment. The Python extension must be installed; if it is not installed, the djlint.pythonPath setting will be used."
}
}
}
Expand Down

0 comments on commit 5ece3aa

Please sign in to comment.