|
2 | 2 | "name": "python", |
3 | 3 | "displayName": "Python", |
4 | 4 | "description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.", |
5 | | - "version": "2025.3.0-dev", |
| 5 | + "version": "2025.5.0-dev", |
6 | 6 | "featureFlags": { |
7 | 7 | "usingNewInterpreterStorage": true |
8 | 8 | }, |
|
448 | 448 | "pythonPromptNewToolsExt", |
449 | 449 | "pythonTerminalEnvVarActivation", |
450 | 450 | "pythonDiscoveryUsingWorkers", |
451 | | - "pythonTestAdapter", |
452 | | - "pythonREPLSmartSend" |
| 451 | + "pythonTestAdapter" |
453 | 452 | ], |
454 | 453 | "enumDescriptions": [ |
455 | 454 | "%python.experiments.All.description%", |
456 | 455 | "%python.experiments.pythonSurveyNotification.description%", |
457 | 456 | "%python.experiments.pythonPromptNewToolsExt.description%", |
458 | 457 | "%python.experiments.pythonTerminalEnvVarActivation.description%", |
459 | 458 | "%python.experiments.pythonDiscoveryUsingWorkers.description%", |
460 | | - "%python.experiments.pythonTestAdapter.description%", |
461 | | - "%python.experiments.pythonREPLSmartSend.description%" |
| 459 | + "%python.experiments.pythonTestAdapter.description%" |
462 | 460 | ] |
463 | 461 | }, |
464 | 462 | "scope": "window", |
|
475 | 473 | "pythonPromptNewToolsExt", |
476 | 474 | "pythonTerminalEnvVarActivation", |
477 | 475 | "pythonDiscoveryUsingWorkers", |
478 | | - "pythonTestAdapter", |
479 | | - "pythonREPLSmartSend" |
| 476 | + "pythonTestAdapter" |
480 | 477 | ], |
481 | 478 | "enumDescriptions": [ |
482 | 479 | "%python.experiments.All.description%", |
483 | 480 | "%python.experiments.pythonSurveyNotification.description%", |
484 | 481 | "%python.experiments.pythonPromptNewToolsExt.description%", |
485 | 482 | "%python.experiments.pythonTerminalEnvVarActivation.description%", |
486 | 483 | "%python.experiments.pythonDiscoveryUsingWorkers.description%", |
487 | | - "%python.experiments.pythonTestAdapter.description%", |
488 | | - "%python.experiments.pythonREPLSmartSend.description%" |
| 484 | + "%python.experiments.pythonTestAdapter.description%" |
489 | 485 | ] |
490 | 486 | }, |
491 | 487 | "scope": "window", |
|
639 | 635 | "default": false, |
640 | 636 | "description": "%python.REPL.sendToNativeREPL.description%", |
641 | 637 | "scope": "resource", |
642 | | - "type": "boolean", |
643 | | - "tags": [ |
644 | | - "onExP", |
645 | | - "preview" |
646 | | - ] |
| 638 | + "type": "boolean" |
647 | 639 | }, |
648 | 640 | "python.REPL.provideVariables": { |
649 | 641 | "default": true, |
|
0 commit comments