Skip to content

Commit 5efe98c

Browse files
committed
Update product.json
1 parent ff3378d commit 5efe98c

File tree

1 file changed

+123
-1
lines changed

1 file changed

+123
-1
lines changed

product.json

Lines changed: 123 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,127 @@
610610
"important": true
611611
}
612612
}
613+
},
614+
"pyproject-formatter": {
615+
"configPath": "pyproject.toml",
616+
"configName": "Python Formatter",
617+
"recommendations": {
618+
"ms-python.black-formatter": {
619+
"name": "Black Formatter",
620+
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?black\"?\\s*[\\].])|(\"black\\s*[\"[(<=>!~;@])"
621+
},
622+
"ms-python.autopep8": {
623+
"name": "Autopep8",
624+
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?autopep8\"?\\s*[\\].])|(\"autopep8\\s*[\"[(<=>!~;@])"
625+
}
626+
}
627+
},
628+
"pep8-formatter": {
629+
"configPath": ".pep8",
630+
"configName": "Python Formatter",
631+
"recommendations": {
632+
"ms-python.autopep8": {
633+
"name": "Autopep8"
634+
}
635+
}
636+
},
637+
"python-setup-cgf-formatter": {
638+
"configPath": "setup.cfg",
639+
"configName": "Python Formatter",
640+
"recommendations": {
641+
"ms-python.autopep8": {
642+
"name": "Autopep8",
643+
"contentPattern": "^\\[pep8\\]"
644+
}
645+
}
646+
},
647+
"tox-ini-formatter": {
648+
"configPath": "tox.ini",
649+
"configName": "Python Formatter",
650+
"recommendations": {
651+
"ms-python.autopep8": {
652+
"name": "Autopep8",
653+
"contentPattern": "^\\[pep8\\]"
654+
}
655+
}
656+
},
657+
"pyproject-linter": {
658+
"configPath": "pyproject.toml",
659+
"configName": "Python Linter",
660+
"recommendations": {
661+
"ms-python.pylint": {
662+
"name": "Pylint",
663+
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?pylint\"?\\s*[\\].])|(\"pylint\\s*[\"[(<=>!~;@])"
664+
},
665+
"charliermarsh.ruff": {
666+
"name": "Ruff",
667+
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?ruff\"?\\s*[\\].])|(\"ruff\\s*[\"[(<=>!~;@])"
668+
},
669+
"ms-python.mypy-type-checker": {
670+
"name": "Mypy Type Checker",
671+
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?mypy\"?\\s*[\\].])|(\"mypy\\s*[\"[(<=>!~;@])"
672+
},
673+
"ms-python.flake8": {
674+
"name": "Flake8",
675+
"contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?flake8\"?\\s*[\\].])|(\"flake8\\s*[\"[(<=>!~;@])"
676+
}
677+
}
678+
},
679+
".pylintrc-linter": {
680+
"configPath": ".pylintrc",
681+
"configName": "Python Linter",
682+
"recommendations": {
683+
"ms-python.pylint": {
684+
"name": "Pylint"
685+
}
686+
}
687+
},
688+
"pylintrc-linter": {
689+
"configPath": "pylintrc",
690+
"configName": "Python Linter",
691+
"recommendations": {
692+
"ms-python.pylint": {
693+
"name": "Pylint"
694+
}
695+
}
696+
},
697+
"mypy-ini-linter": {
698+
"configPath": ".mypy.ini",
699+
"configName": "Python Linter",
700+
"recommendations": {
701+
"ms-python.mypy-type-checker": {
702+
"name": "Mypy Type Checker"
703+
}
704+
}
705+
},
706+
"tox-ini-linter": {
707+
"configPath": "tox.ini",
708+
"configName": "Python Linter",
709+
"recommendations": {
710+
"ms-python.flake8": {
711+
"name": "Flake8",
712+
"contentPattern": "^\\[flake8\\]"
713+
}
714+
}
715+
},
716+
".flake8-linter": {
717+
"configPath": ".flake8",
718+
"configName": "Python Linter",
719+
"recommendations": {
720+
"ms-python.flake8": {
721+
"name": "Flake8"
722+
}
723+
}
724+
},
725+
"python-setup-cgf-linter": {
726+
"configPath": "setup.cfg",
727+
"configName": "Python Linter",
728+
"recommendations": {
729+
"ms-python.flake8": {
730+
"name": "Flake8",
731+
"contentPattern": "^\\[flake8\\]"
732+
}
733+
}
613734
}
614735
},
615736
"commandPaletteSuggestedCommandIds": [
@@ -1056,5 +1177,6 @@
10561177
},
10571178
"linkProtectionTrustedDomains": [
10581179
"https://open-vsx.org"
1059-
]
1180+
],
1181+
"version": "1.93.0"
10601182
}

0 commit comments

Comments
 (0)