|
522 | 522 | "python.formatting.autopep8Path": {
|
523 | 523 | "default": "autopep8",
|
524 | 524 | "description": "Path to autopep8, you can use a custom version of autopep8 by modifying this setting to include the full path.",
|
525 |
| - "scope": "resource", |
| 525 | + "scope": "machine-overridable", |
526 | 526 | "type": "string"
|
527 | 527 | },
|
528 | 528 | "python.formatting.blackArgs": {
|
|
537 | 537 | "python.formatting.blackPath": {
|
538 | 538 | "default": "black",
|
539 | 539 | "description": "Path to Black, you can use a custom version of Black by modifying this setting to include the full path.",
|
540 |
| - "scope": "resource", |
| 540 | + "scope": "machine-overridable", |
541 | 541 | "type": "string"
|
542 | 542 | },
|
543 | 543 | "python.formatting.provider": {
|
|
564 | 564 | "python.formatting.yapfPath": {
|
565 | 565 | "default": "yapf",
|
566 | 566 | "description": "Path to yapf, you can use a custom version of yapf by modifying this setting to include the full path.",
|
567 |
| - "scope": "resource", |
| 567 | + "scope": "machine-overridable", |
568 | 568 | "type": "string"
|
569 | 569 | },
|
570 | 570 | "python.globalModuleInstallation": {
|
|
620 | 620 | "python.linting.banditPath": {
|
621 | 621 | "default": "bandit",
|
622 | 622 | "description": "Path to bandit, you can use a custom version of bandit by modifying this setting to include the full path.",
|
623 |
| - "scope": "resource", |
| 623 | + "scope": "machine-overridable", |
624 | 624 | "type": "string"
|
625 | 625 | },
|
626 | 626 | "python.linting.cwd": {
|
|
689 | 689 | "python.linting.flake8Path": {
|
690 | 690 | "default": "flake8",
|
691 | 691 | "description": "Path to flake8, you can use a custom version of flake8 by modifying this setting to include the full path.",
|
692 |
| - "scope": "resource", |
| 692 | + "scope": "machine-overridable", |
693 | 693 | "type": "string"
|
694 | 694 | },
|
695 | 695 | "python.linting.ignorePatterns": {
|
|
763 | 763 | "python.linting.mypyPath": {
|
764 | 764 | "default": "mypy",
|
765 | 765 | "description": "Path to mypy, you can use a custom version of mypy by modifying this setting to include the full path.",
|
766 |
| - "scope": "resource", |
| 766 | + "scope": "machine-overridable", |
767 | 767 | "type": "string"
|
768 | 768 | },
|
769 | 769 | "python.linting.prospectorArgs": {
|
|
784 | 784 | "python.linting.prospectorPath": {
|
785 | 785 | "default": "prospector",
|
786 | 786 | "description": "Path to Prospector, you can use a custom version of prospector by modifying this setting to include the full path.",
|
787 |
| - "scope": "resource", |
| 787 | + "scope": "machine-overridable", |
788 | 788 | "type": "string"
|
789 | 789 | },
|
790 | 790 | "python.linting.pycodestyleArgs": {
|
|
829 | 829 | "python.linting.pycodestylePath": {
|
830 | 830 | "default": "pycodestyle",
|
831 | 831 | "description": "Path to pycodestyle, you can use a custom version of pycodestyle by modifying this setting to include the full path.",
|
832 |
| - "scope": "resource", |
| 832 | + "scope": "machine-overridable", |
833 | 833 | "type": "string"
|
834 | 834 | },
|
835 | 835 | "python.linting.pydocstyleArgs": {
|
|
850 | 850 | "python.linting.pydocstylePath": {
|
851 | 851 | "default": "pydocstyle",
|
852 | 852 | "description": "Path to pydocstyle, you can use a custom version of pydocstyle by modifying this setting to include the full path.",
|
853 |
| - "scope": "resource", |
| 853 | + "scope": "machine-overridable", |
854 | 854 | "type": "string"
|
855 | 855 | },
|
856 | 856 | "python.linting.pylamaArgs": {
|
|
871 | 871 | "python.linting.pylamaPath": {
|
872 | 872 | "default": "pylama",
|
873 | 873 | "description": "Path to pylama, you can use a custom version of pylama by modifying this setting to include the full path.",
|
874 |
| - "scope": "resource", |
| 874 | + "scope": "machine-overridable", |
875 | 875 | "type": "string"
|
876 | 876 | },
|
877 | 877 | "python.linting.pylintArgs": {
|
|
952 | 952 | "python.linting.pylintPath": {
|
953 | 953 | "default": "pylint",
|
954 | 954 | "description": "Path to Pylint, you can use a custom version of pylint by modifying this setting to include the full path.",
|
955 |
| - "scope": "resource", |
| 955 | + "scope": "machine-overridable", |
956 | 956 | "type": "string"
|
957 | 957 | },
|
958 | 958 | "python.logging.level": {
|
|
971 | 971 | "python.pipenvPath": {
|
972 | 972 | "default": "pipenv",
|
973 | 973 | "description": "Path to the pipenv executable to use for activation.",
|
974 |
| - "scope": "resource", |
| 974 | + "scope": "machine-overridable", |
975 | 975 | "type": "string"
|
976 | 976 | },
|
977 | 977 | "python.poetryPath": {
|
978 | 978 | "default": "poetry",
|
979 | 979 | "description": "Path to the poetry executable.",
|
980 |
| - "scope": "resource", |
| 980 | + "scope": "machine-overridable", |
981 | 981 | "type": "string"
|
982 | 982 | },
|
983 | 983 | "python.pythonPath": {
|
984 | 984 | "default": "python",
|
985 | 985 | "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.",
|
986 |
| - "scope": "resource", |
| 986 | + "scope": "machine-overridable", |
987 | 987 | "type": "string"
|
988 | 988 | },
|
989 | 989 | "python.sortImports.args": {
|
|
998 | 998 | "python.sortImports.path": {
|
999 | 999 | "default": "",
|
1000 | 1000 | "description": "Path to isort script, default using inner version",
|
1001 |
| - "scope": "resource", |
| 1001 | + "scope": "machine-overridable", |
1002 | 1002 | "type": "string"
|
1003 | 1003 | },
|
1004 | 1004 | "python.tensorBoard.logDirectory": {
|
|
1072 | 1072 | "python.testing.pytestPath": {
|
1073 | 1073 | "default": "pytest",
|
1074 | 1074 | "description": "Path to pytest (pytest), you can use a custom version of pytest by modifying this setting to include the full path.",
|
1075 |
| - "scope": "resource", |
| 1075 | + "scope": "machine-overridable", |
1076 | 1076 | "type": "string"
|
1077 | 1077 | },
|
1078 | 1078 | "python.testing.unittestArgs": {
|
|
0 commit comments