Commit Graph

376 Commits

Author SHA1 Message Date
Benjamin Lannon
aeaa985026 Adding list of people to follow related to @code 2018-10-08 12:38:20 -04:00
Benjamin Lannon
96e4c7d919
Merge pull request #171 from in-in/patch-1
remove Copy Relative Path extension
2018-10-08 11:06:59 -04:00
in-in
3836c2e35c
remove Copy Relative Path extension
#166
2018-10-08 17:49:56 +03:00
Michele "Ubik" De Simoni
60c5e7a966
Change Keymaps to "Migrating from other Editors"
- Rename the section on keymaps to **Migrating from other Editors**
- Move `vm-mode` to **Migrating from Vim**
2018-10-08 16:14:06 +02:00
jonasbn
b05f9bfa4a Merge branch 'master' into addressing_all_markdownlinter_issues 2018-10-08 09:21:17 +02:00
Valerii Iatsko
0e4f8ff8f6
Added Bash IDE 2018-10-08 09:07:55 +02:00
Valerii Iatsko
225936051a
Merge pull request #163 from TrumanDu/master
add shell support
2018-10-08 09:05:39 +02:00
jonasbn
e85105ad7a Merge branch 'master' of https://github.com/viatsko/awesome-vscode 2018-10-08 08:32:24 +02:00
Muljayan
19cc3135cd resolved conflicts 2018-10-08 10:27:11 +05:30
Muljayan
7ce1ba4e7c resolved merge conflicts 2018-10-08 10:14:09 +05:30
Muljayan
44ae5bfe59 updated pr 2018-10-08 10:07:28 +05:30
truman.p.du
864934247c
add shell support 2018-10-08 10:25:26 +08:00
truman.p.du
32a91abaf0
add shell support
add shell support
2018-10-08 10:23:36 +08:00
Han Lyn
726bd7794e Add mno theme 2018-10-07 22:12:10 +03:00
jonasbn
00610ac098 Merge branch 'master' into addressing_all_markdownlinter_issues 2018-10-07 20:51:03 +02:00
jonasbn
44654cbdbf Updated from upstream project 2018-10-07 20:22:11 +02:00
Muljayan
ebb7619a9f fixed the entry in TOC 2018-10-07 19:30:57 +05:30
Muljayan
ac56b23229 simplified description of ES7 React/Redux/GraphQL/React-Native snippets as requested 2018-10-07 19:26:04 +05:30
Muljayan
dacf6450e4 Merge remote-tracking branch 'upstream/master' 2018-10-07 19:18:21 +05:30
Valerii Iatsko
7cf5d28670
Merge pull request #159 from shivendra14/patch-2
Added link for Bond syntax highlighter
2018-10-07 11:21:35 +02:00
Valerii Iatsko
43adc0d5a9
Merge pull request #134 from lannonbr/patch-1
Adding JS Parameter Annotations extension
2018-10-07 11:18:14 +02:00
Muljayan
1ea4ea81a2 fixed linking 3 2018-10-07 12:25:15 +05:30
Muljayan
a371725efa Fixed linking issues 2 2018-10-07 12:20:22 +05:30
Muljayan
1adc32a10e Fixed linking issues from TOC 2018-10-07 12:18:51 +05:30
Muljayan
fdf5a0b08a Changed ES7 React/Redux/GraphQL/React-Native snippets under productivity 2018-10-07 12:16:19 +05:30
Muljayan
f47e0fa72e removed example tables 2018-10-07 11:59:14 +05:30
Muljayan
5f598299b0 Included ES7 React/Redux/GraphQL/React-Native snippets under javascript 2018-10-07 11:55:51 +05:30
Jordan Schroter
29991fe6e2
Merge pull request #157 from aspittel/master
Add Fairy Floss theme
2018-10-06 18:56:47 -07:00
Ali Spittel
78deb76162
Update header to VSCode Themes 2018-10-06 20:02:52 -04:00
Shivendra Agarwal
1d36557eb3
Added link for Bond syntax highlighter
Bond idl
https://github.com/Microsoft/bond
2018-10-07 04:17:11 +05:30
Valerii Iatsko
450878556c
Merge pull request #158 from shivendra14/patch-1
Added link for flatbuffers syntax highlighter
2018-10-06 23:59:55 +02:00
Jordan Schroter
b2235b7511
Merge pull request #156 from tricinel/add-edge-theme
Add Edge theme
2018-10-06 12:43:54 -07:00
Shivendra Agarwal
96aae7d73b
Added link for flatbuffers syntax highlighter
flatbuffers idl
https://google.github.io/flatbuffers/flatbuffers_grammar.html
2018-10-06 23:09:39 +05:30
Ali Spittel
8a37cdfae4
re-order fairyfloss to alphabetical order 2018-10-06 13:01:49 -04:00
Ali Spittel
f314b89900
make table of contents link all lower case 2018-10-06 12:59:22 -04:00
Ali Spittel
a94d43a24f
add fairy floss to table of contents 2018-10-06 12:57:28 -04:00
Ali Spittel
c2fc8563f8
change fairy-floss image path 2018-10-06 12:53:10 -04:00
Ali Spittel
89674eeb29
Add fairy-floss to readme 2018-10-06 12:45:32 -04:00
tricinel
b4ddcd5186 Update ToC 2018-10-06 17:26:20 +02:00
tricinel
533226d270 Add Edge Theme 2018-10-06 17:12:52 +02:00
Tomer Ohana
9556aa4fd9
Add ReasonML 2018-10-06 17:43:36 +03:00
jonasbn
69f7cf1d0a Addressed issues pointed out by Markdownlint
Added Markdownlint configuration disabling a set of rules

- "first-line-h1": MD041 - First line in file should be a top level heading, ref: https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md041---first-line-in-file-should-be-a-top-level-heading
- "no-duplicate-heading": MD024 - Multiple headings with the same content, ref: https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md024---multiple-headings-with-the-same-content
- "html": MD033 - Inline HTML, ref: https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md033---inline-html
- "line-length": MD013 - Line length, ref: https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013---line-length
- "blanks-around-headings": MD022 - Headings should be surrounded by blank lines, ref: https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md022---headings-should-be-surrounded-by-blank-lines
2018-10-06 16:01:13 +02:00
jonasbn
c1ac458699 Alignment of contents of Table of Contents with actual contents, Markdownlint reports some 108 issues, I only corrected a few easy ones, which would not
interfere with the overall Markdown style of the README
2018-10-06 08:36:28 +02:00
Lucas
2936b71eb3
fix links of explorer icons 2018-10-05 16:39:07 -03:00
masiulis
6fa1d443ee fix link 2018-10-05 21:54:32 +03:00
masiulis
5cbe28cb49 fix link 2018-10-05 21:53:45 +03:00
masiulis
549919f755 Add highlight-matching-tag 2018-10-05 21:50:52 +03:00
Jordan Schroter
c5654594a6
Merge pull request #150 from Muljayan/master
Included Material Icon Theme under Explorer Icons
2018-10-05 06:50:51 -07:00
Valerii Iatsko
568f036123
Merge pull request #148 from squarejaw/patch-1
Standardize spelling of GitHub
2018-10-05 09:29:49 +02:00
Muljayan
e1e0cfe289 included material icon theme in the Table of Contents 2018-10-05 10:47:16 +05:30
Muljayan
a40e2b59b7 Included Material Icon Theme under Explorer Icons 2018-10-05 10:36:25 +05:30
Andy Hinkle
bc346998a1
Add Laravel Model Snippets 2018-10-04 21:25:19 -05:00
Bryan Bess
0cb1238d9c
Standardize spelling of GitHub 2018-10-04 19:08:48 -05:00
Niko Heikkilä
cd197f0634 Point title link to vscodethemes.com 2018-10-04 21:52:45 +03:00
Niko Heikkilä
9a914b173e Add 'Night Owl' theme by Sarah Drasner 2018-10-04 21:28:29 +03:00
Wes Bos
4a0d9b368f
Add toggle Quotes extension 2018-10-04 09:29:53 -04:00
Jordan Schroter
ddfc0397d0
Merge pull request #143 from noudadrichem/extention/city-lights
Add City Lights Icon Package + preview
2018-10-03 15:18:40 -07:00
Valerii Iatsko
e457c4f72c
Merge pull request #144 from sivid/master
adding extension to support Hive SQL
2018-10-04 00:12:57 +02:00
Chris Lewis
d0faa4da1f
Update demo gif to use raw.githubusercontent URL 2018-10-03 14:09:56 +10:00
Chris Lewis
c418b434b6
Make ToC link and heading consistent 2018-10-03 14:07:47 +10:00
Chris Lewis
92aa3aabf4
Add table of contents link 2018-10-03 14:06:59 +10:00
Chris Lewis
0c2427ab6b
Add .NET Core Test Explorer extension 2018-10-03 14:00:26 +10:00
sivid
6eb9b7981a adding extension to support Hive SQL 2018-10-02 23:48:50 +02:00
info@noudadrichem.com
412d656a90 Add City Lights Icon Package + preview 2018-10-02 10:33:26 +02:00
info@noudadrichem.com
3529d939f0 added City Lights theme to the list 2018-10-02 09:44:29 +02:00
Valerii Iatsko
9a9f0637fd
Merge pull request #132 from mkloubert/master
added Remote Workspace
2018-10-01 15:35:52 +02:00
Valerii Iatsko
0251140fe0
Merge pull request #137 from ngohungphuc/code-comment
add better comments
2018-09-30 14:58:58 +02:00
Valerii Iatsko
95e57446e1
Merge pull request #138 from ngohungphuc/liveshare
add live share
2018-09-30 14:58:36 +02:00
Valerii Iatsko
9aea456a08
Merge pull request #139 from ngohungphuc/auto-import
add auto import
2018-09-30 14:57:44 +02:00
Valerii Iatsko
1827350b5f
Merge pull request #141 from alexweininger/master
added todo tree
2018-09-30 14:57:29 +02:00
Alex
f809cbdb09 added todo tree 2018-09-26 15:52:18 -07:00
ngohungphuc
63870da5ad add md preview 2018-09-25 15:17:38 +07:00
ngohungphuc
4033dd9ede add auto import 2018-09-25 15:15:05 +07:00
ngohungphuc
5e7af77bc4 add live share 2018-09-25 15:10:11 +07:00
ngohungphuc
0d653accd9 add better comments 2018-09-25 15:06:32 +07:00
Vik
fc88ebaf9f
Update README.md 2018-08-30 14:50:02 -04:00
Vik
c98ce58db6
travis ci was failed due from https issue 2018-08-30 14:48:12 -04:00
Vik
8f24f69427
Added name title of the package into description 2018-08-30 13:50:34 -04:00
Vik
137390d1c1
Update README.md 2018-08-30 12:57:27 -04:00
Vik
2d76eb9909
Added Bracket Pair Colorizer 2018-08-30 12:54:05 -04:00
Vik
c52472e57e
Added Bracket Pair Colorizer 2018-08-30 12:43:46 -04:00
Benjamin Lannon
68a10b4900
Adding JS Parameter Annotations extension
Add an extension to provide parameter annotations in JS / TS files
2018-08-25 09:53:55 -04:00
Marcel Kloubert
26f4fc85cd added Remote Workspace 2018-08-06 21:47:46 +02:00
Jordan Schroter
908777238d
Updated vscode themes links 2018-08-05 16:05:19 -04:00
Valerii Iatsko
43242fcb5a
Merge pull request #120 from mkloubert/master
Add vscode-kanban
2018-08-02 20:44:59 +02:00
Muhammad Kamran
87879d43bd
Added my bolt language vscode extension. 2018-08-02 01:42:01 +05:00
Valerii Iatsko
6023bdc98a
Update README.md 2018-08-01 20:26:18 +02:00
Hardik Modha
ac2b752c56 Added create-tests extension which helps to generate test files quickly. 2018-07-30 18:10:42 +05:30
Jordan Schroter
4a00bc5d27
Added theme image links 2018-07-26 21:12:36 -04:00
Jordan Schroter
aa35d7cc2b
Themes section re-work 2018-07-25 08:53:26 -04:00
Valerii Iatsko
6ff85da283
Merge pull request #116 from erichbehrens/add-github-pull-request-monitor
Add GitHub Pull Request Monitor
2018-07-22 16:31:11 +02:00
Valerii Iatsko
47b2cccb97
Merge pull request #121 from yatki/master
add surround
2018-07-22 16:30:22 +02:00
Valerii Iatsko
d361128e66
Merge pull request #124 from goodjack/patch-1
Add Laravel extensions and php-cs-fixer
2018-07-22 16:29:15 +02:00
Valerii Iatsko
8074f92d95
Update README.md 2018-07-22 16:28:29 +02:00
Daniel Balastegui
bdd0ce33ff Update README.md 2018-07-22 16:26:34 +02:00
小克
1f86763f2a
Add Screenshot/GIF 2018-07-06 14:49:17 +08:00
小克
bc5c9e53c6
Update Toc 2018-07-06 13:04:20 +08:00
小克
a497098935
Add Laravel extensions and php-cs-fixer 2018-07-06 12:48:54 +08:00
Rostislav Shermenyov
9295ee1dea Fix Git Indicators anchor link
Anchor was missing a "-" in "#git-indicators"
2018-07-05 14:56:46 +02:00
Mehmet Yatkı
4cd28b547c
add surround 2018-06-17 20:30:22 +02:00