|
19 | 19 | "publisher": "ms-python",
|
20 | 20 | "enabledApiProposals": [
|
21 | 21 | "quickPickSortByLabel",
|
| 22 | + "envShellEvent", |
22 | 23 | "testObserver"
|
23 | 24 | ],
|
24 | 25 | "author": {
|
|
40 | 41 | "theme": "dark"
|
41 | 42 | },
|
42 | 43 | "engines": {
|
43 |
| - "vscode": "^1.75.0-20230123" |
| 44 | + "vscode": "^1.76.0" |
44 | 45 | },
|
45 | 46 | "keywords": [
|
46 | 47 | "python",
|
|
426 | 427 | "enum": [
|
427 | 428 | "All",
|
428 | 429 | "pythonSurveyNotification",
|
429 |
| - "pythonPromptNewToolsExt" |
| 430 | + "pythonPromptNewToolsExt", |
| 431 | + "pythonTerminalEnvVarActivation" |
430 | 432 | ],
|
431 | 433 | "enumDescriptions": [
|
432 | 434 | "%python.experiments.All.description%",
|
433 | 435 | "%python.experiments.pythonSurveyNotification.description%",
|
434 |
| - "%python.experiments.pythonPromptNewToolsExt.description%" |
| 436 | + "%python.experiments.pythonPromptNewToolsExt.description%", |
| 437 | + "%python.experiments.pythonTerminalEnvVarActivation.description%" |
435 | 438 | ]
|
436 | 439 | },
|
437 | 440 | "scope": "machine",
|
|
445 | 448 | "enum": [
|
446 | 449 | "All",
|
447 | 450 | "pythonSurveyNotification",
|
448 |
| - "pythonPromptNewToolsExt" |
| 451 | + "pythonPromptNewToolsExt", |
| 452 | + "pythonTerminalEnvVarActivation" |
449 | 453 | ],
|
450 | 454 | "enumDescriptions": [
|
451 | 455 | "%python.experiments.All.description%",
|
452 | 456 | "%python.experiments.pythonSurveyNotification.description%",
|
453 |
| - "%python.experiments.pythonPromptNewToolsExt.description%" |
| 457 | + "%python.experiments.pythonPromptNewToolsExt.description%", |
| 458 | + "%python.experiments.pythonTerminalEnvVarActivation.description%" |
454 | 459 | ]
|
455 | 460 | },
|
456 | 461 | "scope": "machine",
|
|
1868 | 1873 | "@types/stack-trace": "0.0.29",
|
1869 | 1874 | "@types/tmp": "^0.0.33",
|
1870 | 1875 | "@types/uuid": "^8.3.4",
|
1871 |
| - "@types/vscode": "^1.74.0", |
| 1876 | + "@types/vscode": "^1.75.0", |
1872 | 1877 | "@types/which": "^2.0.1",
|
1873 | 1878 | "@types/winreg": "^1.2.30",
|
1874 | 1879 | "@types/xml2js": "^0.4.2",
|
|
0 commit comments