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
Marcel Kloubert
378d3e3072
add vscode-kanban
2018-06-09 20:59:35 +02:00
Valerii Iatsko
a6685457e5
Update README.md
2018-06-08 19:09:23 +02:00
Rome Li
92d6622f21
Add Java Debugger to the Java Section
2018-06-08 19:08:58 +02:00
Erich Behrens
9af0aa89d8
Fix url redirect
2018-05-06 12:42:05 +02:00
Erich Behrens
8bacba10a1
Add GitHub Pull Request Monitor
2018-05-06 11:41:12 +02:00
Ryuichi Inagaki
e2510a6618
Revised the extension description to highlight what it makes possible
2018-04-02 10:37:55 +02:00
Ryuichi Inagaki
64f76de0b2
Added "Text Marker (Highlighter)"
2018-04-02 10:37:55 +02:00
Valerii Iatsko
2fe434cc7e
Merge branch 'master' into patch-1
2018-03-30 10:35:08 +02:00
Valerii Iatsko
230b715e28
Merge branch 'master' into master
2018-03-30 10:32:12 +02:00
Pranay Prakash
205770f7ad
Add CSS Peek
2018-03-30 10:29:06 +02:00
Evan Brodie
975767886f
adds migrating-from-intellij-idea to ToC
2018-03-30 10:26:49 +02:00
Ahmad Awais ⚡️
c8e2a753c8
💜 Add Shades of Purple Theme
...
Add [Shades of Purple](https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple ) VS Code theme to the list.
### Demo GIF:
![](https://dha4w82d62smt.cloudfront.net/items/032R3i0B353Q3a3u2B3F/Screen%20Recording%202018-03-29%20at%2002.07%20AM.gif )
2018-03-29 08:56:51 +02:00
Vaibhav Khaitan
dd1829a92b
Update README.md
2018-03-28 08:01:31 +02:00
Vaibhav Khaitan
9f750db88e
Added Extensions for C#
2018-03-28 08:01:31 +02:00
Valerii Iatsko
44b78c66ee
Made headers more prominent
2018-03-19 08:16:36 +01:00
Valerii Iatsko
3f3f5f2528
Added Configuring Visual Studio Code for Drupal
2018-03-18 22:41:24 +01:00
Valerii Iatsko
45e178df78
Dropped Twig dup
2018-03-18 22:40:18 +01:00
Valerii Iatsko
3f49886eb5
Moved Twig to it's own section
2018-03-18 22:39:51 +01:00
Valerii Iatsko
39c120c878
Updated PHP and JavaScript sections, updated extensions
2018-03-18 22:38:07 +01:00
Valerii Iatsko
5d19984eda
Swapped link to CDN's one
2018-03-18 21:46:45 +01:00
Valerii Iatsko
34e5d01293
Added PolaCode
2018-03-18 21:44:23 +01:00
Valerii Iatsko
da8a77af6d
Added Lombok
2018-03-18 21:42:25 +01:00
Valerii Iatsko
1118a590e7
Added Hack extension
2018-03-18 21:31:18 +01:00
Valerii Iatsko
d022603509
Added another Babel extension and a link to comparison
2018-03-18 21:26:34 +01:00
Valerii Iatsko
379a1c2319
Added ST Babel extension (the top one in Marketplace is not working properly)
2018-03-18 21:24:09 +01:00
Valerii Iatsko
7c930600d1
Added PHP DocBlocker extension
2018-03-18 21:22:27 +01:00
Valerii Iatsko
b87f9c6524
Added Maven for Java extension
2018-03-18 21:19:27 +01:00
Valerii Iatsko
447878b4c3
Removed Java from Syntax section
2018-03-18 21:18:33 +01:00
Valerii Iatsko
a1a38a2871
Added Java
2018-03-18 21:16:14 +01:00
Valerii Iatsko
25609212c5
Update README.md
2018-03-18 21:09:05 +01:00
Valerii Iatsko
30f9627963
Update README.md
2018-03-18 21:08:37 +01:00
Valerii Iatsko
a33a5d44b4
Moved themes section down below - it provides less value than extensions
2018-03-18 21:05:11 +01:00
Valerii Iatsko
d1651fcf95
Updated Material Theme with a more worked through one
2018-03-18 21:02:36 +01:00
Valerii Iatsko
d4fd5cb505
Added PHP Intelephense
2018-03-18 21:00:16 +01:00
Tom Bonnike
312d882a59
Add Formatting Toggle extension
2018-03-05 12:00:37 +01:00
ømar mashaal
09bfda21da
add captain sweetheart
2018-02-27 13:58:00 +11:00
Valerii Iatsko
b14bf2c880
Fixed broken link
2018-02-25 21:14:54 +01:00
Valerii Iatsko
33e0044ea7
Got rid of redirects
2018-02-25 21:11:59 +01:00
Dimitar Nonov
4ac8db692b
Azure Cosmos DB changes on description
2018-02-25 21:10:55 +01:00
Dimitar Nonov
867d7b1ca0
Azure Cosmos DB added to Productivity extensions
2018-02-25 21:10:55 +01:00
Yauheni Pakala
3682840eb3
Update README.md
2018-02-09 21:21:22 +01:00
Danny Tuppeny
2b5bf3111b
Update link to Dart Code
...
We transferred Dart Code from the DanTup publisher to one named Dart-Code. The old URL now displays a message linking here.
2018-02-09 21:20:48 +01:00
Tony Hudson
a93314b3b1
add azure tool vscode
2018-02-08 07:58:52 +01:00
Ryuichi Inagaki
3d4be895d4
Added "Edit with Shell Command"
2018-02-02 09:22:09 +01:00
Serghei Iakovlev
007c96e805
Update README.md
2018-02-02 09:21:20 +01:00
melm
b78c41f284
Added Blink Script (The Foundry Nuke GPU Language) syntax
2018-01-11 18:21:10 +01:00
kokororin
9a8480af3b
Add phpfmt
2018-01-11 18:20:40 +01:00
Konstantin Gorodinskii
f9cfb386a5
add wrap selection extension
2018-01-11 18:20:28 +01:00
Nguyen Long Nhat
3a9743ff83
Added LaTeX syntax
2018-01-11 18:19:07 +01:00
Kuba Wolanin
7c1b50d132
Added openHAB to the syntax list
2018-01-11 18:18:53 +01:00
Mark Probst
d20ff3d266
Paste JSON as Code
2018-01-11 18:18:39 +01:00
Wart
5c51021bd1
add Ariake Dark color theme
2018-01-11 18:18:02 +01:00
Matthew Blode
90e4246b22
Update README.md
2017-11-25 12:36:05 +01:00
Benjamin Clay
b7cb4d1121
Update Lint and IntelliSense Table of contents
2017-11-16 10:30:51 +01:00
Valerii Iatsko
b92229299d
Updated Python extension link
2017-11-13 13:35:35 +01:00
Doanh Văn Lương
16fad17f11
change Align Extension
...
`Better Align` just like that name :D more better.
2017-11-08 16:24:44 +01:00
melm
84594070fe
Added KL (fabric engine) and VEX(houdini) syntax
2017-11-08 16:24:14 +01:00
Athaher Sirnaik
c4f5aa5ce2
Added PHP IntelliSense
2017-11-08 16:23:30 +01:00
Valerii Iatsko
477859fcec
Update README.md
2017-10-27 15:52:51 +02:00
vikrantnegi
fe120c60bd
add Live Server extension
2017-10-27 15:40:55 +02:00
Yog Mehta
b2d45deb67
Added Kotlin extension
...
And fixed a typo in TOC heading
2017-10-27 11:56:31 +02:00
Valerii Iatsko
51c8b26a09
Removed "Migrating from Vim" link from ToC, fixes #81
2017-10-17 22:12:16 +02:00
Matt Swensen
5511bc43b7
Move themer link to tools section.
2017-10-17 15:24:47 +02:00
Matt Swensen
9430d5f256
Add link to themer in themes section.
2017-10-17 15:24:47 +02:00
Matt Swensen
3fb2cf0e1f
Remove outdated UI theme information.
2017-10-17 15:24:47 +02:00
Joonas Yliaho
76be189023
Added new VSCode Logo and align: center
goodness to description & badges ( #78 )
...
* Added new VSCode logotype (now with more Awesome branding!)
* Removed logo.ico (Old VSCode logo) from repository
* Some slight styling changes in head of the README.md
* Line break added before # Table of Content
* removed test.md (whoops)
* Serve logo from cdn
2017-10-10 16:26:58 +02:00
Valerii Iatsko
50e9716982
Merge branch 'master' into master
2017-10-10 16:01:28 +02:00
lamartire
b71757dd2c
Update git indicator demo (replace gif by png screenshots with all states of indicators)
2017-10-10 16:53:47 +03:00
Alexey Lustin
e66c3eabcc
fix toc
2017-10-06 22:29:29 +02:00
Alexey Lustin
4419b5850d
remove from lang section
2017-10-06 22:29:29 +02:00
Alexey Lustin
462b4b432f
add 1C-Syntax package
2017-10-06 22:29:29 +02:00
Doanh Văn Lương
4d5eb89279
change Arduino Extension by Microsoft
...
I tried and feel better than other.
2017-10-05 08:37:24 +02:00
Jesús Roldán
8171d52c48
Added vscode-spotify
2017-10-05 08:35:31 +02:00
Markus Wolf
dff8a337b1
Add note and link to README.md
...
Sure, you are right.
2017-09-26 22:08:07 +02:00
Markus Wolf
eb21d8f0b5
Add github extension
2017-09-26 22:08:07 +02:00
Vince Picone
c5f767a857
Remove Cobalt 2 description paragraph.
2017-09-25 22:52:59 +02:00
Vince Picone
83cd7ee34b
Add Cobalt2 Theme
2017-09-25 22:52:59 +02:00
Tantan Fu
d13a6ecbd4
Popular Intellij IDEA keybindings for VS Code.
2017-09-21 08:39:36 +02:00
Valerii Iatsko
2ebb17b993
Merge pull request #68 from abinavseelan/task/indent-themes-add-ayu
...
Fix Indentation issue and add new theme
2017-08-30 20:08:02 +02:00
Ahmed W
de3dc3fee0
Add TSLint under JavaScript as well
2017-08-30 21:06:29 +03:00
Abinav Seelan
83b13ef3c1
Add Ayu theme
2017-08-30 12:23:34 +05:30
Abinav Seelan
270d4493f6
Fix indentation
2017-08-30 12:23:20 +05:30
Will Stone
8112aa0b59
Add Plastic theme
2017-08-25 15:51:24 +01:00
Valerii Iatsko
10cfd1408d
Fixed Azure IoT Toolkit screenshot source
2017-08-25 08:48:55 +02:00
Valerii Iatsko
30cdbe7a7b
Fixed ESLint link
2017-08-25 08:31:06 +02:00
Jun Han
8729916fc6
Update 'Azure IoT Toolkit' to official one
2017-08-25 14:13:59 +08:00
Valerii Iatsko
02aa6be942
Merge branch 'master' into master
2017-08-15 23:51:39 +02:00
Valerii Iatsko
28e33f2746
Merge pull request #64 from heronsilva/master
...
Adds two new themes and sorts the theme section alphabetically
2017-08-15 23:44:53 +02:00
Abinav Seelan
f8c6c2a4a6
Add more extensions
...
Adds the following extensions to README.md
- `npm intellisense` to `Productivity` section
- `Intellisense for CSS class names` to `CSS` section
Also adds the following sections
- File Icons - For File Explorer Icons
- Keymaps - For Keymap extensions
2017-08-15 15:58:41 +02:00
Heron Silva
06fbe68d9e
Updates section 'themes'
...
Unintentionally, I removed the "Atom One Dark Syntax Theme", as there were two "One Dark" themes. And during the conflict resolution, I thought they were duplicate.
2017-08-14 01:32:35 -03:00
Heron Silva
c1b1b846dd
Merge branch 'master' into master
2017-08-14 01:18:29 -03:00
Heron Silva
0ac15d1e7d
Adds two new themes and sorts the theme section alphabetically
2017-08-14 01:06:49 -03:00
Ryuichi Inagaki
1d01ba77a8
Fix github link of prettier-vscode extension
2017-08-13 09:27:33 +02:00
Ryuichi Inagaki
fb17639dbb
Added "Partial Diff"
2017-08-13 09:27:33 +02:00
Valerii Iatsko
447bfb11e7
Update README.md
2017-07-21 09:17:46 +02:00
Mahmoud Ali
3f0bd8096a
Add One Dark and One Light themes
2017-07-21 09:16:01 +02:00
ANDREW M. TRICE
475d833342
fixed formatting on output colorizer
2017-07-21 09:15:00 +02:00
ANDREW M. TRICE
1c6e7fe1d9
Added "Output Colorizer" extension
2017-07-21 09:15:00 +02:00
Valerii Iatsko
120dbb007a
Moved ts closer to js
2017-07-21 09:14:27 +02:00
Valerii Iatsko
0031fba06e
Revert "update REAME indentation"
...
This reverts commit 6610579045
.
2017-07-21 09:13:34 +02:00
Alex Alonso
33d5de9a35
add typescript tslint plugin
2017-07-21 09:11:25 +02:00
Alex Alonso
6610579045
update REAME indentation
2017-07-21 09:11:25 +02:00
Lennon Jesus
6925587f7f
Fix anchor in table of contents ( #58 )
2017-07-07 21:07:13 +02:00
Marcel Kloubert
90ebbc6d6e
updated Table of Content
2017-05-27 21:08:43 +02:00