Skip to content

Commit b0af142

Browse files
authored
Fix README image indent for VSCode extension page (#15662)
* Fix README image indent for VSCode extension page * Add change log to news * Add thanks to news
1 parent c7fea18 commit b0af142

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ Additionally, the Python extension gives you an optimal and feature-rich experie
2121

2222
- Configure the debugger through the Debug Activity Bar
2323

24-
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/ConfigureDebugger.gif width=734 height=413>
24+
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/ConfigureDebugger.gif width=734 height=413>
2525

2626
- Configure tests by running the `Configure Tests` command
2727

28-
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/ConfigureTests.gif width=734 height=413>
28+
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/ConfigureTests.gif width=734 height=413>
2929

3030
## Jupyter Notebook quick start
3131

3232
The Python extension and the [Jupyter extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) work together to give you a great Notebook experience in VS Code.
3333

3434
- Open or create a Jupyter Notebook file (.ipynb) and start coding in our Notebook Editor!
3535

36-
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/OpenOrCreateNotebook.gif width=1029 height=602>
36+
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/OpenOrCreateNotebook.gif width=1029 height=602>
3737

3838
For more information you can:
3939

news/2 Fixes/15662.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix README image indent for VSCode extension page. (thanks [Johnson](https://github.com/j3soon/))

0 commit comments

Comments
 (0)