Commit Graph

321 Commits

Author SHA1 Message Date
Sreetam Das
ab86846e4d
Fix order to Alphabetical
Edited order of Monokai Pro to conform to alphabetical
2018-10-11 15:51:54 +05:30
Sreetam Das
6f28bcbf88
Add Monokai Pro to README 2018-10-11 15:35:55 +05:30
Benjamin Lannon
f02c20c7b5
Merge pull request #182 from ericadamski/add-carbon
Add vscode-carbon.now.sh to the list
2018-10-10 17:10:54 -04:00
Jordan Schroter
06e5368fed
Merge pull request #186 from redhoyasa/patch-1
Add Terraform to Lint list
2018-10-10 09:10:47 -04:00
Ahmad Awais ⚡️
1f508fa2de
🐛 FIX: lingo for the intro 2018-10-10 16:07:17 +05:00
Muhammad Redho Ayassa
7efe36d5cd
Add Terraform to Lint list 2018-10-10 11:32:08 +07:00
Eric Adamski
611362ba0d
Update README.md 2018-10-09 10:50:22 -04:00
Benjamin Lannon
08f97a7825 Fixing TOC 2018-10-09 07:49:44 -04:00
Eric Adamski
c4ecf516b4
Add vscode-carbon.now.sh to the list 2018-10-09 06:51:04 -04:00
Benjamin Lannon
51cc0ea12e Moving Follow list down README 2018-10-09 06:44:52 -04:00
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
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
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
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
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