Skip to content

Commit 6f2f12e

Browse files
committed
Prune screenshots
1 parent 21895df commit 6f2f12e

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

README.md

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,12 @@
2727

2828
## Screenshots
2929

30-
### Commands
31-
32-
![command palette](/images/screenshots/command-palette.png 'command palette')
33-
34-
![status bar commands](/images/screenshots/status-bar-item.png 'status bar commands')
35-
3630
### Completions
3731

3832
![contract completions](/images/screenshots/completion-2.png 'contract completions')
3933

4034
![message completions](/images/screenshots/completion.png 'message completions')
4135

42-
![`fn` completions](/images/screenshots/completion-8.png '`fn` completions')
43-
44-
![`ink::combine_extensions!` completions](/images/screenshots/completion-9.png '`ink::combine_extensions!` completions')
45-
4636
### Diagnostics
4737

4838
![`anonymous` diagnostic](/images/screenshots/diagnostic-5.png '`anonymous` diagnostic')
@@ -51,43 +41,33 @@
5141

5242
### Quick Fixes
5343

54-
![`anonymous` quickfix](/images/screenshots/quickfix.png '`anonymous` quickfix')
55-
5644
![constructor `&self` receiver quickfix](/images/screenshots/quickfix-2.png 'constructor `&self` receiver quickfix')
5745

5846
![message self reference receiver quickfix](/images/screenshots/quickfix-4.png 'message self reference receiver quickfix')
5947

60-
![chain extension `ErrorCode` type quickfix](/images/screenshots/quickfix-5.png 'chain extension `ErrorCode` type quickfix')
61-
6248
### Code Actions
6349

6450
![contract `mod` code action](/images/screenshots/code-action-8.png 'contract `mod` code action')
6551

66-
![event `struct` code action](/images/screenshots/code-action-7.png 'event `struct` code action')
67-
68-
![message `fn` code action](/images/screenshots/code-action-2.png 'message `fn` code action')
69-
7052
![`impl` code action](/images/screenshots/code-action-3.png '`impl` code action')
7153

72-
### Hover content
73-
74-
![`storage` hover content](/images/screenshots/hover.png '`storage` hover content')
75-
76-
![`env` hover content](/images/screenshots/hover-2.png '`env` hover content')
77-
7854
### Inlay Hints
7955

80-
![`env: impl Environment` inlay hint](/images/screenshots/inlay-hint.png '`env: impl Environment` inlay hint')
81-
8256
![`selector: u32 | _` inlay hint](/images/screenshots/inlay-hint-2.png '`selector: u32 | _` inlay hint')
8357

84-
![`extension: u32` inlay hint](/images/screenshots/inlay-hint-3.png '`extension: u32` inlay hint')
85-
8658
### Signature Help
8759

8860
![`message` signature help](/images/screenshots/signature-help-3.png '`message` signature help')
8961

90-
![`contract` signature help](/images/screenshots/signature-help-2.png '`contract` signature help')
62+
### Hover content
63+
64+
![`env` hover content](/images/screenshots/hover-2.png '`env` hover content')
65+
66+
### Commands
67+
68+
![command palette](/images/screenshots/command-palette.png 'command palette')
69+
70+
![status bar commands](/images/screenshots/status-bar-item.png 'status bar commands')
9171

9272
## Recommendations
9373

0 commit comments

Comments
 (0)