Skip to content

Test: Getting Started #16796

@brettcannon

Description

@brettcannon

Refs: #16678

Complexity: 5

Create Issue


Created on behalf of @luabud who wrote this but is out recovering from her second vaccine dose 💉

Because the new getting started page will only show in the welcome view for those in the treatment group of the A/B experiment, you need to set the following settings in your user settings.json in order to test it:

    "experiments.override.gettingStarted.overrideCategory.ms-python.python.pythonWelcome.when": "true",
    "experiments.override.gettingStarted.overrideCategory.ms-python.python.pythonDataScienceWelcome.when": "true",

Pre-existing start page

  • When typing Python: Start in the command palette, ensure that no start page-related commands appear.
  • When typing "start" in the settings page and selecting the "Python" section, ensure that no start page-related settings appear.
  • Add the "python.showStartPage": false, setting to your JSON settings, and verify that this setting is marked as unsupported.

Welcome Page (Help: Welcome command)

  • Ensure the two tiles appear on the VS Code welcome view when you install the Python extension:

image

  • The Python extension should activate when you click on either of the tiles

Get started with Python development

Get started with Python for Data Science

(*) When I was testing this, I didn't quite like the experience as it felt unexpected. If others feel the same way, we can talk to Jeffrey to see if it's worth just directing it to the anaconda webpage, and then add a tip on the next tile (for interpreter selection) for users to reload the window if they don't find their conda environment.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions