|
538 | 538 | "python.formatting.autopep8Path": {
|
539 | 539 | "default": "autopep8",
|
540 | 540 | "description": "Path to autopep8, you can use a custom version of autopep8 by modifying this setting to include the full path.",
|
541 |
| - "scope": "resource", |
| 541 | + "scope": "machine-overridable", |
542 | 542 | "type": "string"
|
543 | 543 | },
|
544 | 544 | "python.formatting.blackArgs": {
|
|
553 | 553 | "python.formatting.blackPath": {
|
554 | 554 | "default": "black",
|
555 | 555 | "description": "Path to Black, you can use a custom version of Black by modifying this setting to include the full path.",
|
556 |
| - "scope": "resource", |
| 556 | + "scope": "machine-overridable", |
557 | 557 | "type": "string"
|
558 | 558 | },
|
559 | 559 | "python.formatting.provider": {
|
|
580 | 580 | "python.formatting.yapfPath": {
|
581 | 581 | "default": "yapf",
|
582 | 582 | "description": "Path to yapf, you can use a custom version of yapf by modifying this setting to include the full path.",
|
583 |
| - "scope": "resource", |
| 583 | + "scope": "machine-overridable", |
584 | 584 | "type": "string"
|
585 | 585 | },
|
586 | 586 | "python.globalModuleInstallation": {
|
|
636 | 636 | "python.linting.banditPath": {
|
637 | 637 | "default": "bandit",
|
638 | 638 | "description": "Path to bandit, you can use a custom version of bandit by modifying this setting to include the full path.",
|
639 |
| - "scope": "resource", |
| 639 | + "scope": "machine-overridable", |
640 | 640 | "type": "string"
|
641 | 641 | },
|
642 | 642 | "python.linting.cwd": {
|
|
705 | 705 | "python.linting.flake8Path": {
|
706 | 706 | "default": "flake8",
|
707 | 707 | "description": "Path to flake8, you can use a custom version of flake8 by modifying this setting to include the full path.",
|
708 |
| - "scope": "resource", |
| 708 | + "scope": "machine-overridable", |
709 | 709 | "type": "string"
|
710 | 710 | },
|
711 | 711 | "python.linting.ignorePatterns": {
|
|
779 | 779 | "python.linting.mypyPath": {
|
780 | 780 | "default": "mypy",
|
781 | 781 | "description": "Path to mypy, you can use a custom version of mypy by modifying this setting to include the full path.",
|
782 |
| - "scope": "resource", |
| 782 | + "scope": "machine-overridable", |
783 | 783 | "type": "string"
|
784 | 784 | },
|
785 | 785 | "python.linting.prospectorArgs": {
|
|
800 | 800 | "python.linting.prospectorPath": {
|
801 | 801 | "default": "prospector",
|
802 | 802 | "description": "Path to Prospector, you can use a custom version of prospector by modifying this setting to include the full path.",
|
803 |
| - "scope": "resource", |
| 803 | + "scope": "machine-overridable", |
804 | 804 | "type": "string"
|
805 | 805 | },
|
806 | 806 | "python.linting.pycodestyleArgs": {
|
|
845 | 845 | "python.linting.pycodestylePath": {
|
846 | 846 | "default": "pycodestyle",
|
847 | 847 | "description": "Path to pycodestyle, you can use a custom version of pycodestyle by modifying this setting to include the full path.",
|
848 |
| - "scope": "resource", |
| 848 | + "scope": "machine-overridable", |
849 | 849 | "type": "string"
|
850 | 850 | },
|
851 | 851 | "python.linting.pydocstyleArgs": {
|
|
866 | 866 | "python.linting.pydocstylePath": {
|
867 | 867 | "default": "pydocstyle",
|
868 | 868 | "description": "Path to pydocstyle, you can use a custom version of pydocstyle by modifying this setting to include the full path.",
|
869 |
| - "scope": "resource", |
| 869 | + "scope": "machine-overridable", |
870 | 870 | "type": "string"
|
871 | 871 | },
|
872 | 872 | "python.linting.pylamaArgs": {
|
|
887 | 887 | "python.linting.pylamaPath": {
|
888 | 888 | "default": "pylama",
|
889 | 889 | "description": "Path to pylama, you can use a custom version of pylama by modifying this setting to include the full path.",
|
890 |
| - "scope": "resource", |
| 890 | + "scope": "machine-overridable", |
891 | 891 | "type": "string"
|
892 | 892 | },
|
893 | 893 | "python.linting.pylintArgs": {
|
|
968 | 968 | "python.linting.pylintPath": {
|
969 | 969 | "default": "pylint",
|
970 | 970 | "description": "Path to Pylint, you can use a custom version of pylint by modifying this setting to include the full path.",
|
971 |
| - "scope": "resource", |
| 971 | + "scope": "machine-overridable", |
972 | 972 | "type": "string"
|
973 | 973 | },
|
974 | 974 | "python.logging.level": {
|
|
987 | 987 | "python.pipenvPath": {
|
988 | 988 | "default": "pipenv",
|
989 | 989 | "description": "Path to the pipenv executable to use for activation.",
|
990 |
| - "scope": "resource", |
| 990 | + "scope": "machine-overridable", |
991 | 991 | "type": "string"
|
992 | 992 | },
|
993 | 993 | "python.poetryPath": {
|
994 | 994 | "default": "poetry",
|
995 | 995 | "description": "Path to the poetry executable.",
|
996 |
| - "scope": "resource", |
| 996 | + "scope": "machine-overridable", |
997 | 997 | "type": "string"
|
998 | 998 | },
|
999 | 999 | "python.pythonPath": {
|
1000 | 1000 | "default": "python",
|
1001 | 1001 | "description": "(DEPRECATED: Note this setting is not used when in pythonDeprecatePythonPath experiment) Path to Python, you can use a custom version of Python by modifying this setting to include the full path.",
|
1002 |
| - "scope": "resource", |
| 1002 | + "scope": "machine-overridable", |
1003 | 1003 | "type": "string"
|
1004 | 1004 | },
|
1005 | 1005 | "python.sortImports.args": {
|
|
1014 | 1014 | "python.sortImports.path": {
|
1015 | 1015 | "default": "",
|
1016 | 1016 | "description": "Path to isort script, default using inner version",
|
1017 |
| - "scope": "resource", |
| 1017 | + "scope": "machine-overridable", |
1018 | 1018 | "type": "string"
|
1019 | 1019 | },
|
1020 | 1020 | "python.tensorBoard.logDirectory": {
|
|
1088 | 1088 | "python.testing.pytestPath": {
|
1089 | 1089 | "default": "pytest",
|
1090 | 1090 | "description": "Path to pytest (pytest), you can use a custom version of pytest by modifying this setting to include the full path.",
|
1091 |
| - "scope": "resource", |
| 1091 | + "scope": "machine-overridable", |
1092 | 1092 | "type": "string"
|
1093 | 1093 | },
|
1094 | 1094 | "python.testing.unittestArgs": {
|
|
0 commit comments