Skip to content

Commit 4253600

Browse files
authored
Update getting started artwork (#20065)
Fixes #20031 by... - Adds `create-environment.svg` - Updates `python-interpreter.svg` for consistency with similar core artwork - Uses VS Code color variables to ensure artwork reacts to theme changes - Removes redundant `v2` artwork asset Note that the SVG previews in the diff below don't accurately represent the illustrations since github.com can't pick up VS Code's CSS vars. ## Examples ### Select Interpreter <img width="1143" alt="CleanShot 2022-10-25 at 12 37 21@2x" src="https://user-images.githubusercontent.com/25163139/197867532-59d423d2-9ec0-4b5e-8b22-88916e7ff41d.png"> ### Create Environment (no walkthrough step yet) <img width="621" alt="CleanShot 2022-10-25 at 12 38 19@2x" src="https://user-images.githubusercontent.com/25163139/197867560-d050c6a1-636a-45b2-a059-06f2ea554ac2.png"> ### Theme support https://user-images.githubusercontent.com/25163139/197867589-aaf9b93d-2900-457c-91f2-64837665fdd3.mp4
1 parent 0854d6d commit 4253600

File tree

4 files changed

+158
-122
lines changed

4 files changed

+158
-122
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"title": "Select a Python Interpreter",
151151
"description": "Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\n**Tip**: Run the ``Python: Select Interpreter`` command in the [Command Palette](command:workbench.action.showCommands).",
152152
"media": {
153-
"svg": "resources/walkthrough/python-interpreter-v2.svg",
153+
"svg": "resources/walkthrough/python-interpreter.svg",
154154
"altText": "Selecting a python interpreter from the status bar"
155155
},
156156
"when": ""
Lines changed: 75 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)