Commit graph

2625 commits

Author SHA1 Message Date
Christof Marti
005c78dbf0 Title case (fixes #27569) 2017-05-31 10:39:36 -07:00
Christof Marti
6aa3aca8cc Remove extra package.json (fixes #27754) 2017-05-31 10:39:36 -07:00
Ramya Achutha Rao
b431336fde Fixes #27690 Reveal range for edit point and select item 2017-05-31 10:30:01 -07:00
Christof Marti
89fa243fc9 Hid Git actions from merge conflict (fixes #27563) 2017-05-31 10:28:15 -07:00
Ramya Achutha Rao
db41a5fe47 Fixes #27690 Reveal range for the last selection 2017-05-31 10:20:03 -07:00
Martin Aeschlimann
ee52cacaf6 Consistent name for overviewRuler.currentContentForeground. Fixes #27756 2017-05-31 17:49:31 +02:00
Dirk Baeumer
171e5c204f Fixes #27730: Deprecation warnings in our package.json 2017-05-31 16:42:13 +02:00
Dirk Baeumer
e98c09c842 Fixes #27738: Defer switching to Tasks 2.0.0 as the default 2017-05-31 16:21:35 +02:00
Sandeep Somavarapu
86110204b2 Fix #12744 2017-05-31 15:59:48 +02:00
Martin Aeschlimann
e794105725 Merge pull request #27652 from DustinCampbell/update-csharp-grammar
Update to latest C# TextMate grammar
2017-05-31 15:01:52 +02:00
Matt Bierner
e424344c89 Fixes #27420 2017-05-30 23:37:06 -07:00
Ramya Achutha Rao
3a6eda74ea Fixes #27609 2017-05-30 18:21:36 -07:00
Ramya Achutha Rao
436789a1eb Fixes #27618 2017-05-30 18:16:10 -07:00
Ramya Achutha Rao
0977276c2b Fixes #27623 2017-05-30 18:02:05 -07:00
Ramya Achutha Rao
1d93668c0e Fixes #27630 2017-05-30 18:02:05 -07:00
Ramya Achutha Rao
d4668fce39 Fixes #27633 and Fixes #27634 2017-05-30 18:02:05 -07:00
Matt Bierner
f0cb8bf271 Remove bit about path from npm warning since it may be confusing. Will update documentation 2017-05-30 16:55:03 -07:00
Matt Bierner
88073e8288 Correctly mark typescript.npm as isExecutable 2017-05-30 16:51:15 -07:00
Matt Bierner
91c7fbe242 Add npm location setting
For #24961

Picks up https://github.com/Microsoft/TypeScript/pull/16084/files

Allows users to manually set the npm install location
2017-05-30 16:37:02 -07:00
Matt Bierner
e8923e9dcc Pick up ts 2.3.4 2017-05-30 15:53:42 -07:00
Dustin Campbell
c58feb3fa5 Update to latest C# TextMate grammar 2017-05-30 14:59:32 -07:00
Benjamin Pasero
e6217c699a adopt some new color keys in our built in themes 2017-05-30 18:06:20 +02:00
Eric Amodio
bf1521ab82 Fixes #27364 - title showing \u2194 instead of ⟷ 2017-05-29 22:15:31 -07:00
Martin Aeschlimann
41e7b3f9ac [html] update services 2017-05-29 17:05:23 +02:00
Martin Aeschlimann
3214dd6024 [css] update services 2017-05-29 17:05:23 +02:00
Martin Aeschlimann
ccd3c1f94e [c++] grammar in endless loop. Fixes #23850 2017-05-29 15:50:57 +02:00
Dirk Baeumer
bf5bb9de5c Implements #27087: Simplify task activation events 2017-05-29 14:50:16 +02:00
Dirk Baeumer
e58c2abb97 Implements #27399: Separate the task provider name from the task name in the task API 2017-05-29 14:44:31 +02:00
Benjamin Pasero
3c1f7878b2 theming - remove panel.background as we currently do not support it end to end 2017-05-29 10:50:34 +02:00
Erich Gamma
8c1c1d14df Added npm install to the list of discovered npm tasks 2017-05-28 17:29:47 +02:00
Matt Bierner
c9a2a5be88 Allow tsc tasks to be disabled using settings. Fixes #27312 2017-05-26 14:24:24 -07:00
Matt Bierner
5a83b55b70 Fix a few potential issues for tsc task provider 2017-05-26 14:24:24 -07:00
Matt Bierner
0ece9b1081 Update markdown extension contributes key names 2017-05-26 12:03:23 -07:00
Martin Aeschlimann
c29241c960 [bat] add test for #26825 2017-05-26 17:25:03 +02:00
Martin Aeschlimann
a9ddd8c5ce Merge pull request #27325 from Ikuyadeu/support_bat
[bat] support %%(fix #26825)
2017-05-26 17:18:38 +02:00
YukiUeda
3022b4cde4 support %%(fix #26825) 2017-05-26 19:18:05 +09:00
Johannes Rieken
7e68adad64 simplify tests, fix tests, promise ftw 2017-05-26 11:07:17 +02:00
Ramya Achutha Rao
01e289eac3 Select single words in property value 2017-05-25 23:50:49 -07:00
Matt Bierner
770206ab9c Pickup all TSConfigs in Workspace for TSC Build Task (#27306)
Follow up on #26079

Allows us to pick up all tsconfig files in a workspace for the build tasks
2017-05-25 21:23:47 -07:00
Christof Marti
867468a559 Use 'descriptionForeground' (#27289) 2017-05-25 16:17:49 -07:00
Matt Bierner
fe69f9ac3b Actually save the file this time :'( 2017-05-25 15:30:19 -07:00
Matt Bierner
4ce3a1e6ac Move VersionStatus into a class 2017-05-25 15:26:35 -07:00
Matt Bierner
6d00bd977b Add TSC Task Provider (#27093)
* extract standardLanguageDescriptions to constant

* Remove client variable

* Move VersionStatus into a class

* Add TSC Task Provider

Fixes #26079

Adds a task provider for building typescript projects.

* Make ts loading lazy
2017-05-25 15:18:05 -07:00
Christof Marti
f17f097cc9 Extract merge-conflict colors as workbench colors (#27299) 2017-05-25 14:40:37 -07:00
Martin Aeschlimann
aa080042d8 [seti] add information_for_contributors 2017-05-25 22:57:35 +02:00
Martin Aeschlimann
e129461990 [seti] Update to jesseweed/seti-ui@f78d623 (2017-05-11) 2017-05-25 22:40:41 +02:00
Martin Aeschlimann
ae530a2a6d Merge pull request #27215 from mjbvz/fix-27195
Fix 27195 - Json colorization of /**/
2017-05-25 17:32:21 +02:00
Martin Aeschlimann
6f274872ac Add information_for_contributors to grammars 2017-05-25 12:27:38 +02:00
Martin Aeschlimann
567bbbc6ad [php] update grammar 2017-05-25 12:27:38 +02:00
Martin Aeschlimann
422ff199ca [less] update grammar 2017-05-25 12:27:38 +02:00