Skip to content

Commit 010aa67

Browse files
committed
1.0.294
1 parent b602613 commit 010aa67

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Userscripts to add functionality to GitHub.
3939
| [GitHub hide own feed meta][hof-wiki] | | [install][hof-raw] | [GF][hof-gf] [OU][hof-ou] | 2017.12.21 | 2021.01.31 |
4040
| [GitHub html preview][ghp-wiki] | | [install][ghp-raw] | [GF][ghp-gf] [OU][ghp-ou] | 2019.03.29 | 2021.01.31 |
4141
| [GitHub image preview][ipv-wiki] | | [install][ipv-raw] | [GF][ipv-gf] [OU][ipv-ou] | 2016.05.17 | 2021.01.31 |
42+
| [GitHub in VSCode][ivs-wiki] | | [install][ivs-raw] | [GF][ivs-gf] [OU][ivs-ou] | 2021.02.11 | 2021.02.11 |
4243
| [GitHub indent comments][ioc-wiki] | | [install][ioc-raw] | [GF][ioc-gf] [OU][ioc-ou] | 2017.03.15 | 2021.01.31 |
4344
| [GitHub issue add details][iad-wiki] | | [install][iad-raw] | [GF][iad-gf] [OU][iad-ou] | 2018.01.05 | 2021.01.31 |
4445
| [GitHub issue comments][ic1-wiki] | | [install][ic1-raw] | [GF][ic1-gf] [OU][ic1-ou] | 2016.04.04 | 2021.01.31 |
@@ -102,6 +103,7 @@ Userscripts to add functionality to GitHub.
102103
[ioc-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-indent-comments
103104
[ipv-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-image-preview
104105
[iss-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-issue-show-status
106+
[ivs-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-in-VSCode
105107
[rds-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-remove-diff-signs
106108
[rhd-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-reveal-header
107109
[rtl-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-rtl-comments
@@ -146,6 +148,7 @@ Userscripts to add functionality to GitHub.
146148
[ioc-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-indent-comments.user.js
147149
[ipv-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-image-preview.user.js
148150
[iss-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-issue-show-status.user.js
151+
[ivs-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-in-vscode.user.js
149152
[rds-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-remove-diff-signs.user.js
150153
[rhd-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-reveal-header.user.js
151154
[rtl-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-rtl-comments.user.js
@@ -190,6 +193,7 @@ Userscripts to add functionality to GitHub.
190193
[ioc-gf]: https://greasyfork.org/en/scripts/28176-github-indent-comment-blocks
191194
[ipv-gf]: https://greasyfork.org/en/scripts/19773-github-image-preview
192195
[iss-gf]: https://greasyfork.org/en/scripts/30268-github-issue-show-status
196+
[ivs-gf]: https://greasyfork.org/en/scripts/421606-github-in-vscode
193197
[rds-gf]: https://greasyfork.org/en/scripts/18520-github-remove-diff-signs
194198
[rhd-gf]: https://greasyfork.org/en/scripts/30308-github-reveal-header
195199
[rtl-gf]: https://greasyfork.org/en/scripts/20542-github-rtl-comment-blocks
@@ -234,6 +238,7 @@ Userscripts to add functionality to GitHub.
234238
[ioc-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Indent_Comment_Blocks
235239
[ipv-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Image_Preview
236240
[iss-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Issue_Show_Status
241+
[ivs-ou]: https://openuserjs.org/scripts/Mottie/GitHub_in_VSCode
237242
[rds-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Remove_Diff_Signs
238243
[rhd-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Reveal_Header
239244
[rtl-ou]: https://openuserjs.org/scripts/Mottie/GitHub_RTL_Comment_Blocks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-userscripts",
3-
"version": "1.0.293",
3+
"version": "1.0.294",
44
"description": "Userscripts to add functionality to GitHub",
55
"license": "MIT",
66
"repository": "Mottie/GitHub-userscripts",

0 commit comments

Comments
 (0)