Skip to content

Commit 7c23162

Browse files
committed
0.1.0
1 parent 9c0b4fd commit 7c23162

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-to-hastebin",
33
"displayName": "VSCode to Hastebin",
44
"description": "This extension will let you share files to the hastebin (https://hastebin.com)",
5-
"version": "0.0.4",
5+
"version": "0.1.0",
66
"publisher": "HamzaAnis",
77
"license": "MIT",
88
"repository": {
@@ -21,14 +21,18 @@
2121
],
2222
"main": "./out/extension",
2323
"contributes": {
24-
"commands": [{
25-
"command": "vscodetohaste.share",
26-
"title": "Hastebin: Share on hastebin"
27-
}],
28-
"keybindings": [{
29-
"command": "vscodetohaste.share",
30-
"key": "ctrl+alt+h"
31-
}],
24+
"commands": [
25+
{
26+
"command": "vscodetohaste.share",
27+
"title": "Hastebin: Share on hastebin"
28+
}
29+
],
30+
"keybindings": [
31+
{
32+
"command": "vscodetohaste.share",
33+
"key": "ctrl+alt+h"
34+
}
35+
],
3236
"configuration": {
3337
"type": "object",
3438
"title": "Vscode To Hastebin",
@@ -59,4 +63,4 @@
5963
"axios": "^0.18.0",
6064
"clipboardy": "^1.2.3"
6165
}
62-
}
66+
}

0 commit comments

Comments
 (0)