File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "out" : false // set this to true to hide the "out" folder with the compiled JS files
55 },
66 "search.exclude" : {
7- "out" : true , // set this to false to include "out" folder in search results
8- "node_modules" : true
7+ "**/.git" : true ,
8+ "**/out" : true ,
9+ "**/node_modules" : true
910 }
1011}
Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88### Added
99- Issue #15 : Support alignment options
1010
11- ## 2.0.0 - 2012-02-09
11+ ## 2.1.0 - 2018-09-15
12+ ### Added
13+ - Issue #15 : Support alignment options
14+
15+ ## 2.0.0 - 2018-02-09
1216### Added
1317- Issue #12 : Full rewrite for refactoring.
1418- Issue #11 : Support escaping of separators with backslash.
Original file line number Diff line number Diff line change 22 "name" : " markdown-table-prettify" ,
33 "displayName" : " Markdown Table Prettifier" ,
44 "description" : " Transforms markdown tables to be more readable." ,
5- "version" : " 2.0 .0" ,
5+ "version" : " 2.1 .0" ,
66 "publisher" : " darkriszty" ,
77 "repository" : {
88 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments