Skip to content

Replace GIFs with SVGs and tweak instructions #17246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 13 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"id": "pythonWelcome",
"title": "Get started with Python development",
"description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!",
"when": "false",
"steps": [
{
"id": "python.installPythonWin",
Expand Down Expand Up @@ -136,41 +135,29 @@
"title": "Select a Python Interpreter",
"description": "Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\nTip: Reload the window if you installed Python but don't see it in the list (``Developer: Reload Window`` command in the [Command Palette](command:workbench.action.showCommands))",
"media": {
"altText": "selecting a python interpreter from the status bar",
"image": {
"dark": "resources/walkthrough/change-python-interpreter-dark.gif",
"light": "resources/walkthrough/change-python-interpreter-light.gif",
"hc": "resources/walkthrough/change-python-interpreter-hc.gif"
}
"svg": "resources/walkthrough/python-interpreter.svg",
"altText": "Selecting a python interpreter from the status bar"
},
"when": ""
},
{
"id": "python.runAndDebug",
"title": "Run and debug your Python file",
"description": "Open your Python file, press F5 and select 'Python File' to start running and debugging. \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)",
"media": {
"markdown": "resources/walkthrough/run-and-debug-python-file.md"
},
"when": "workspacePlatform != mac"
},
{
"id": "python.runAndDebugMacOS",
"title": "Run and debug your Python file",
"description": "Open your Python file, press F5 and select 'Python File' to start running and debugging. \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)",
"description": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:welcome.showNewFileEntries) a Python file - make sure to save it as \".py\". \n Click on the play button on the top right of the editor, or press F5 when on the file and select \"Python File\" to run with the debugger. \n \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)",
"media": {
"markdown": "resources/walkthrough/run-and-debug-python-file-macOS.md"
"svg": "resources/walkthrough/rundebug2.svg",
"altText": "How to run and debug in VS Code with F5 or the play button on the top right."
},
"when": "workspacePlatform == mac"
"when": ""
},
{
"id": "python.learnMore",
"title": "Explore more resources",
"description": "Take a look into our [documentation](https://aka.ms/AA8dxwy) to learn more about support for Python in VS Code. \n[Learn more](https://aka.ms/AA8dxwy)",
"description": "🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 💌 [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list. \n ✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \n \n[Learn More](https://aka.ms/AA8dqti)",
"media": {
"markdown": "resources/walkthrough/python-dev-learn-more.md"
},
"when": ""
"altText": "Image representing our documentation page and mailing list resources.",
"svg": "resources/walkthrough/learnmore.svg"
}
}
]
},
Expand Down Expand Up @@ -278,9 +265,10 @@
{
"id": "python.dataScienceLearnMore",
"title": "Find out more!",
"description": "Take a look into our [documentation](https://aka.ms/AAdar6q) to learn more about Python for Data Science in VS Code. \n[Learn more](https://aka.ms/AAdar6q)",
"description": "🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 📒 Take a look into the [Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\") features, by looking for \"Jupyter\" in the [Command Palette](command:workbench.action.showCommands). \n 📃 Find out more features in our [Tutorials](https://aka.ms/AAdjzpd). \n[Learn more](https://aka.ms/AAdar6q)",
"media": {
"markdown": "resources/walkthrough/python-datascience-learn-more.md"
"svg": "resources/walkthrough/learnmore.svg",
"altText": "Image representing our documentation page and mailing list resources."
}
}
]
Expand Down
Binary file removed resources/walkthrough/anaconda-install.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed resources/walkthrough/datascience-learn-more.png
Binary file not shown.
4 changes: 0 additions & 4 deletions resources/walkthrough/learn-more.md

This file was deleted.

Loading