Skip to content

Commit

Permalink
Update product.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Sep 6, 2024
1 parent 6a315a5 commit a97a3cd
Showing 1 changed file with 123 additions and 1 deletion.
124 changes: 123 additions & 1 deletion product.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,127 @@
"important": true
}
}
},
"pyproject-formatter": {
"configPath": "pyproject.toml",
"configName": "Python Formatter",
"recommendations": {
"ms-python.black-formatter": {
"name": "Black Formatter",
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?black\"?\\s*[\\].])|(\"black\\s*[\"[(<=>!~;@])"
},
"ms-python.autopep8": {
"name": "Autopep8",
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?autopep8\"?\\s*[\\].])|(\"autopep8\\s*[\"[(<=>!~;@])"
}
}
},
"pep8-formatter": {
"configPath": ".pep8",
"configName": "Python Formatter",
"recommendations": {
"ms-python.autopep8": {
"name": "Autopep8"
}
}
},
"python-setup-cgf-formatter": {
"configPath": "setup.cfg",
"configName": "Python Formatter",
"recommendations": {
"ms-python.autopep8": {
"name": "Autopep8",
"contentPattern": "^\\[pep8\\]"
}
}
},
"tox-ini-formatter": {
"configPath": "tox.ini",
"configName": "Python Formatter",
"recommendations": {
"ms-python.autopep8": {
"name": "Autopep8",
"contentPattern": "^\\[pep8\\]"
}
}
},
"pyproject-linter": {
"configPath": "pyproject.toml",
"configName": "Python Linter",
"recommendations": {
"ms-python.pylint": {
"name": "Pylint",
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?pylint\"?\\s*[\\].])|(\"pylint\\s*[\"[(<=>!~;@])"
},
"charliermarsh.ruff": {
"name": "Ruff",
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?ruff\"?\\s*[\\].])|(\"ruff\\s*[\"[(<=>!~;@])"
},
"ms-python.mypy-type-checker": {
"name": "Mypy Type Checker",
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?mypy\"?\\s*[\\].])|(\"mypy\\s*[\"[(<=>!~;@])"
},
"ms-python.flake8": {
"name": "Flake8",
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?flake8\"?\\s*[\\].])|(\"flake8\\s*[\"[(<=>!~;@])"
}
}
},
".pylintrc-linter": {
"configPath": ".pylintrc",
"configName": "Python Linter",
"recommendations": {
"ms-python.pylint": {
"name": "Pylint"
}
}
},
"pylintrc-linter": {
"configPath": "pylintrc",
"configName": "Python Linter",
"recommendations": {
"ms-python.pylint": {
"name": "Pylint"
}
}
},
"mypy-ini-linter": {
"configPath": ".mypy.ini",
"configName": "Python Linter",
"recommendations": {
"ms-python.mypy-type-checker": {
"name": "Mypy Type Checker"
}
}
},
"tox-ini-linter": {
"configPath": "tox.ini",
"configName": "Python Linter",
"recommendations": {
"ms-python.flake8": {
"name": "Flake8",
"contentPattern": "^\\[flake8\\]"
}
}
},
".flake8-linter": {
"configPath": ".flake8",
"configName": "Python Linter",
"recommendations": {
"ms-python.flake8": {
"name": "Flake8"
}
}
},
"python-setup-cgf-linter": {
"configPath": "setup.cfg",
"configName": "Python Linter",
"recommendations": {
"ms-python.flake8": {
"name": "Flake8",
"contentPattern": "^\\[flake8\\]"
}
}
}
},
"commandPaletteSuggestedCommandIds": [
Expand Down Expand Up @@ -1056,5 +1177,6 @@
},
"linkProtectionTrustedDomains": [
"https://open-vsx.org"
]
],
"version": "1.93.0"
}

0 comments on commit a97a3cd

Please sign in to comment.