diff --git a/package.json b/package.json index 611bf1f4935d..c3cc72d2f1ca 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" + } } ] }, @@ -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." } } ] diff --git a/resources/walkthrough/anaconda-install.png b/resources/walkthrough/anaconda-install.png deleted file mode 100644 index 326264c5c95b..000000000000 Binary files a/resources/walkthrough/anaconda-install.png and /dev/null differ diff --git a/resources/walkthrough/change-python-interpreter-dark.gif b/resources/walkthrough/change-python-interpreter-dark.gif deleted file mode 100644 index 04c8a8878cea..000000000000 Binary files a/resources/walkthrough/change-python-interpreter-dark.gif and /dev/null differ diff --git a/resources/walkthrough/change-python-interpreter-hc.gif b/resources/walkthrough/change-python-interpreter-hc.gif deleted file mode 100644 index 3d5e59abac81..000000000000 Binary files a/resources/walkthrough/change-python-interpreter-hc.gif and /dev/null differ diff --git a/resources/walkthrough/change-python-interpreter-light.gif b/resources/walkthrough/change-python-interpreter-light.gif deleted file mode 100644 index 99befbc8f158..000000000000 Binary files a/resources/walkthrough/change-python-interpreter-light.gif and /dev/null differ diff --git a/resources/walkthrough/datascience-learn-more.png b/resources/walkthrough/datascience-learn-more.png deleted file mode 100644 index f3f92b206ac3..000000000000 Binary files a/resources/walkthrough/datascience-learn-more.png and /dev/null differ diff --git a/resources/walkthrough/learn-more.md b/resources/walkthrough/learn-more.md deleted file mode 100644 index 4475634248d4..000000000000 --- a/resources/walkthrough/learn-more.md +++ /dev/null @@ -1,4 +0,0 @@ - -- [Signup](https://aka.ms/AAAbopxr) for tips and tutorials through our mailing list. -- Explore more features in our [Tutorials](https://aka.ms/AA8dqti) or check [Documentation](https://aka.ms/AA8dxwy) for tips and troubleshooting. -- Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. diff --git a/resources/walkthrough/learnmore.svg b/resources/walkthrough/learnmore.svg new file mode 100644 index 000000000000..c5fd67e75471 --- /dev/null +++ b/resources/walkthrough/learnmore.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/walkthrough/python-datascience-learn-more.md b/resources/walkthrough/python-datascience-learn-more.md deleted file mode 100644 index 606ec5096c5f..000000000000 --- a/resources/walkthrough/python-datascience-learn-more.md +++ /dev/null @@ -1,12 +0,0 @@ -# Python for Data Science in VS Code - Resources - - -🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). - -📒 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). - -💌 [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list. - -📃 Find out more features in our [Tutorials](https://aka.ms/AAdjzpd). - -✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \ No newline at end of file diff --git a/resources/walkthrough/python-dev-learn-more.md b/resources/walkthrough/python-dev-learn-more.md deleted file mode 100644 index 2e773d41c5a1..000000000000 --- a/resources/walkthrough/python-dev-learn-more.md +++ /dev/null @@ -1,8 +0,0 @@ -# Python in Visual Studio Code - Resources -🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). - -💌 [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list. - -📃 Explore more features in our [Tutorials](https://aka.ms/AA8dqti). - -✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \ No newline at end of file diff --git a/resources/walkthrough/python-docs-learn-more.png b/resources/walkthrough/python-docs-learn-more.png deleted file mode 100644 index 612185dc09db..000000000000 Binary files a/resources/walkthrough/python-docs-learn-more.png and /dev/null differ diff --git a/resources/walkthrough/python-interpreter.svg b/resources/walkthrough/python-interpreter.svg new file mode 100644 index 000000000000..ade74fe602e5 --- /dev/null +++ b/resources/walkthrough/python-interpreter.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/walkthrough/run-and-debug-python-file-macOS.md b/resources/walkthrough/run-and-debug-python-file-macOS.md deleted file mode 100644 index 596af2bb0640..000000000000 --- a/resources/walkthrough/run-and-debug-python-file-macOS.md +++ /dev/null @@ -1,11 +0,0 @@ -# Run and debug your Python file - -To run and debug your Python file, you can follow the steps below: - -1. [Open](command:workbench.action.files.openFileFolder) your Python file (Cmd + O) in Visual Studio Code. - -2. To run your file using the Python interpreter, you can click on the play button on the top right of the editor. - - - -3. To debug your file, press F5 and select 'Python File'. You can also open the Run and Debug view (Cmd + Shift + D) and click on the `Run and Debug` button. diff --git a/resources/walkthrough/run-and-debug-python-file.md b/resources/walkthrough/run-and-debug-python-file.md deleted file mode 100644 index 998f09bdba39..000000000000 --- a/resources/walkthrough/run-and-debug-python-file.md +++ /dev/null @@ -1,11 +0,0 @@ -# Run and debug your Python file - -To run and debug your Python file, you can follow the steps below: - -1. [Open](command:workbench.action.files.openFile) your Python file (Ctrl + O) in Visual Studio Code. - -2. To run your file using the Python interpreter, you can click on the play button on the top right of the editor. - - - -3. To debug your file, press F5 and select 'Python File'. You can also open the Run and Debug view (Ctrl + Shift + D) and click on the `Run and Debug` button. diff --git a/resources/walkthrough/rundebug2.svg b/resources/walkthrough/rundebug2.svg new file mode 100644 index 000000000000..6d1fe753cc4f --- /dev/null +++ b/resources/walkthrough/rundebug2.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +