Skip to content

Commit e63f78c

Browse files
🐛Fix: All image bugs
1 parent 28b269d commit e63f78c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ Now, open desired folder you want to open in VS Code and press `right mouse` key
229229
One way is to hold `Alt` + `Right click` on mouse where every you want to create another cursor. Or like this:
230230

231231
<center>
232-
233-
<img src="https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/auto-cursor.gif" alt="auto-cursor"></center>
232+
<img src="https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/auto-cursor.gif" alt="auto-cursor">
233+
</center>
234234

235235
- Press `Shift` + `Alt` + `Mouse Selection`.
236236

@@ -281,8 +281,8 @@ Now, when ever someone open your project in `VS Code`, it will show a **pop-up**
281281
Display import/require package size in the editor.
282282

283283
<center>
284-
285-
![Import Cost](https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/import%20cost.gif)</center>
284+
<img src="https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/import%20cost.gif" alt="import-cost">
285+
</center>
286286

287287
### `Markdown All In One`
288288

@@ -340,8 +340,8 @@ This extension lets you pull `.gitignore` templates from `github/gitignore`.
340340
Shows the latest version for each package using code lens.
341341

342342
<center>
343-
344-
![Version Lens](https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/version%20lens.gif)</center>
343+
<img src="https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/version%20lens.gif" alt="version-lens">
344+
</center>
345345

346346
### `gitlink`
347347

@@ -388,8 +388,8 @@ Subtly change the workspace color of your workspace. Ideal when you have multipl
388388
3. Change `Files: Auto Save` to `afterDelay`.
389389

390390
<center>
391-
392-
![AutoSave](https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/autosave.png)</center>
391+
<img src= "https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/autosave.png" alt = "auto-save">
392+
</center>
393393

394394
Now, whenever you stop typing, `VS Code` will automatically save your file after `1000` milliseconds.
395395

@@ -405,7 +405,7 @@ Now, after installing this extension we have to manually select this extension t
405405

406406
<center>
407407

408-
![Alt text](https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/Prettier.png)</center>
408+
<img src = "https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/Prettier.png" alt="prettier"></center>
409409

410410
After this, we can automate auto formatting using `Setting (UI)`.
411411

@@ -415,7 +415,7 @@ After this, we can automate auto formatting using `Setting (UI)`.
415415

416416
<center>
417417

418-
![autoformat](https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/autoformat.png)</center>
418+
<img src="https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/autoformat.png" alt = auto-format></center>
419419

420420
# Keyboard Shortcuts
421421

0 commit comments

Comments
 (0)