|
18 | 18 | },
|
19 | 19 | "publisher": "ms-python",
|
20 | 20 | "enabledApiProposals": [
|
| 21 | + "contribEditorContentMenu", |
21 | 22 | "quickPickSortByLabel",
|
| 23 | + "envShellEvent", |
22 | 24 | "testObserver"
|
23 | 25 | ],
|
24 | 26 | "author": {
|
|
40 | 42 | "theme": "dark"
|
41 | 43 | },
|
42 | 44 | "engines": {
|
43 |
| - "vscode": "^1.75.0-20230123" |
| 45 | + "vscode": "^1.77.0-20230309" |
44 | 46 | },
|
45 | 47 | "keywords": [
|
46 | 48 | "python",
|
|
82 | 84 | "walkthroughs": [
|
83 | 85 | {
|
84 | 86 | "id": "pythonWelcome",
|
85 |
| - "title": "Get started with Python development", |
| 87 | + "title": "Get Started with Python Development", |
86 | 88 | "description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!",
|
87 | 89 | "when": "workspacePlatform != webworker",
|
88 | 90 | "steps": [
|
|
169 | 171 | },
|
170 | 172 | {
|
171 | 173 | "id": "pythonDataScienceWelcome",
|
172 |
| - "title": "Get started with Python for Data Science", |
| 174 | + "title": "Get Started with Python for Data Science", |
173 | 175 | "description": "Your first steps to getting started with a Data Science project with Python!",
|
174 | 176 | "when": "false",
|
175 | 177 | "steps": [
|
|
433 | 435 | "enum": [
|
434 | 436 | "All",
|
435 | 437 | "pythonSurveyNotification",
|
436 |
| - "pythonPromptNewToolsExt" |
| 438 | + "pythonPromptNewToolsExt", |
| 439 | + "pythonTerminalEnvVarActivation" |
| 440 | + ], |
| 441 | + "enumDescriptions": [ |
| 442 | + "%python.experiments.All.description%", |
| 443 | + "%python.experiments.pythonSurveyNotification.description%", |
| 444 | + "%python.experiments.pythonPromptNewToolsExt.description%", |
| 445 | + "%python.experiments.pythonTerminalEnvVarActivation.description%" |
437 | 446 | ]
|
438 | 447 | },
|
439 | 448 | "scope": "machine",
|
|
447 | 456 | "enum": [
|
448 | 457 | "All",
|
449 | 458 | "pythonSurveyNotification",
|
450 |
| - "pythonPromptNewToolsExt" |
| 459 | + "pythonPromptNewToolsExt", |
| 460 | + "pythonTerminalEnvVarActivation" |
| 461 | + ], |
| 462 | + "enumDescriptions": [ |
| 463 | + "%python.experiments.All.description%", |
| 464 | + "%python.experiments.pythonSurveyNotification.description%", |
| 465 | + "%python.experiments.pythonPromptNewToolsExt.description%", |
| 466 | + "%python.experiments.pythonTerminalEnvVarActivation.description%" |
451 | 467 | ]
|
452 | 468 | },
|
453 | 469 | "scope": "machine",
|
|
1680 | 1696 | "when": "!virtualWorkspace && shellExecutionSupported"
|
1681 | 1697 | }
|
1682 | 1698 | ],
|
| 1699 | + "editor/content": [ |
| 1700 | + { |
| 1701 | + "group": "Python", |
| 1702 | + "command": "python.createEnvironment", |
| 1703 | + "when": "resourceLangId == pip-requirements && !virtualWorkspace && shellExecutionSupported" |
| 1704 | + }, |
| 1705 | + { |
| 1706 | + "group": "Python", |
| 1707 | + "command": "python.createEnvironment", |
| 1708 | + "when": "resourceFilename == pyproject.toml && pipInstallableToml && !virtualWorkspace && shellExecutionSupported" |
| 1709 | + } |
| 1710 | + ], |
1683 | 1711 | "editor/context": [
|
1684 | 1712 | {
|
1685 | 1713 | "command": "python.execInTerminal",
|
|
1823 | 1851 | "node-stream-zip": "^1.6.0",
|
1824 | 1852 | "portfinder": "^1.0.28",
|
1825 | 1853 | "reflect-metadata": "^0.1.12",
|
1826 |
| - "request": "^2.87.0", |
1827 |
| - "request-progress": "^3.0.0", |
1828 | 1854 | "rxjs": "^6.5.4",
|
1829 | 1855 | "rxjs-compat": "^6.5.4",
|
1830 | 1856 | "semver": "^5.5.0",
|
|
1847 | 1873 | },
|
1848 | 1874 | "devDependencies": {
|
1849 | 1875 | "@istanbuljs/nyc-config-typescript": "^1.0.2",
|
| 1876 | + "@types/bent": "^7.3.0", |
1850 | 1877 | "@types/chai": "^4.1.2",
|
1851 | 1878 | "@types/chai-arrays": "^2.0.0",
|
1852 | 1879 | "@types/chai-as-promised": "^7.1.0",
|
|
1859 | 1886 | "@types/mocha": "^9.1.0",
|
1860 | 1887 | "@types/nock": "^10.0.3",
|
1861 | 1888 | "@types/node": "^14.18.0",
|
1862 |
| - "@types/request": "^2.47.0", |
1863 | 1889 | "@types/semver": "^5.5.0",
|
1864 | 1890 | "@types/shortid": "^0.0.29",
|
1865 | 1891 | "@types/sinon": "^10.0.11",
|
1866 | 1892 | "@types/stack-trace": "0.0.29",
|
1867 | 1893 | "@types/tmp": "^0.0.33",
|
1868 | 1894 | "@types/uuid": "^8.3.4",
|
1869 |
| - "@types/vscode": "1.74.0", |
| 1895 | + "@types/vscode": "^1.75.0", |
1870 | 1896 | "@types/which": "^2.0.1",
|
1871 | 1897 | "@types/winreg": "^1.2.30",
|
1872 | 1898 | "@types/xml2js": "0.4.9",
|
1873 | 1899 | "@typescript-eslint/eslint-plugin": "^3.7.0",
|
1874 | 1900 | "@typescript-eslint/parser": "^3.7.0",
|
1875 | 1901 | "@vscode/test-electron": "^2.1.3",
|
| 1902 | + "bent": "^7.3.12", |
1876 | 1903 | "chai": "^4.1.2",
|
1877 | 1904 | "chai-arrays": "^2.0.0",
|
1878 | 1905 | "chai-as-promised": "^7.1.1",
|
|
1916 | 1943 | "uuid": "^8.3.2",
|
1917 | 1944 | "vsce": "^2.6.6",
|
1918 | 1945 | "vscode-debugadapter-testsupport": "^1.27.0",
|
1919 |
| - "webpack": "^5.70.0", |
| 1946 | + "webpack": "^5.76.0", |
1920 | 1947 | "webpack-bundle-analyzer": "^4.5.0",
|
1921 | 1948 | "webpack-cli": "^4.9.2",
|
1922 | 1949 | "webpack-fix-default-import-plugin": "^1.0.3",
|
|
0 commit comments