Skip to content

Commit 40ced71

Browse files
authored
Merge pull request #7 from lumaxis/feature/add-icon
New: Add a shiny new icon
2 parents 80af744 + 10cca36 commit 40ced71

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Snippet Copy
1+
<p align="center">
2+
<img
3+
width="100"
4+
src="https://raw.githubusercontent.com/lumaxis/snippet-copy/master/images/icon.png"
5+
alt="Snippet Copy"
6+
/>
7+
<h1 align="center">Snippet Copy</h1>
8+
</p>
29

310
Ever wanted to copy part of a source file as a snippet and paste it somewhere else, like in Slack or in a GitHub comment?
411

@@ -28,3 +35,7 @@ This command has an additional configuration option that let's you determine if
2835
```json
2936
"snippet-copy.addLanguageIdToMarkdownBlock": false // Default is false
3037
```
38+
39+
---
40+
41+
With an icon lovingly crafted by @dipree 🌺

images/icon.png

64.1 KB
Loading

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"displayName": "Snippet Copy",
44
"description": "Easily copy snippets of code without unnecessary indentation, making it easier to share them e.g. via Slack",
55
"version": "0.1.1",
6+
"icon": "images/icon.png",
67
"preview": true,
78
"publisher": "lumaxis",
89
"author": {

snippet-copy-0.2.0.vsix.zip

191 KB
Binary file not shown.

0 commit comments

Comments
 (0)