Commit graph

44912 commits

Author SHA1 Message Date
Chris Patterson ad73b8fa10
Update build badge url
Updating build badge url to latest format.
2019-01-23 14:08:03 -05:00
Sandeep Somavarapu 946e3e2374 Fix #66735 2019-01-23 18:48:38 +01:00
Johannes Rieken 02248a4d4e
Merge pull request #65059 from Microsoft/joh/promise-finally
Add typings for Promise#finally
2019-01-23 09:14:46 -08:00
Sandeep Somavarapu 0cb91006c1 Use theme styling 2019-01-23 17:51:19 +01:00
isidor 471a3ff851 fix warning 2019-01-23 17:33:57 +01:00
Sandeep Somavarapu 649422cc83 fix compilations 2019-01-23 17:30:20 +01:00
Sandeep Somavarapu 799cab9e1d fix null checks 2019-01-23 17:17:39 +01:00
Sandeep Somavarapu 9cc66db3c6 - Have only single installed extension
- Exclude not supported extensions
- Show remote badge
2019-01-23 17:07:04 +01:00
isidor 2a0a6ebad9 debug: do not auto focus other threads / sessions while a session is still running
fixes #65920
2019-01-23 16:48:46 +01:00
Joao Moreno 845d977c84 fixes #66972 2019-01-23 16:16:51 +01:00
isidor 07b3b9e11f Revert "debug: Breaking should jump to top frame that has source"
This reverts commit b995df24fa.
2019-01-23 16:01:41 +01:00
Benjamin Pasero ed5a04d3f7
update to electron 3.1.0 (#66987) 2019-01-23 15:02:48 +01:00
Martin Aeschlimann c798b53596 revert unintended change 2019-01-23 13:57:58 +01:00
Martin Aeschlimann 6ded24bc60 make color contribution point dynamic 2019-01-23 12:41:40 +01:00
Martin Aeschlimann 6220dcd9ac separate schema for workbenchColors and textmateColors, to avoid repetition in configuration schemas 2019-01-23 12:41:40 +01:00
isidor 2702ef254c explorer: If the click is outside of the elements pass the root resource if there is only one root. If there are multiple roots pass empty object.
fixes #66942
2019-01-23 12:19:49 +01:00
isidor 6d8259cdd5 open editors: null guard 2019-01-23 11:42:45 +01:00
Isidor Nikolic edb64a329c
Merge pull request #66969 from Microsoft/misolori/debug-touch-bar
Add "Start without debugging" button to touch bar
2019-01-23 11:39:28 +01:00
Miguel Solorio cbbd49e14f Update touch bar icons (#66966)
* Update touch bar icons

* Update stepout-tb.png
2019-01-23 11:33:35 +01:00
Joao Moreno 3117f30f3d remove bottom corners of filter type widget
fixes #66897
2019-01-23 09:34:51 +01:00
Joao Moreno 9ad7e6a45c fixes #66896 2019-01-23 09:24:53 +01:00
Joao Moreno f620b3df49 fixes #66878 2019-01-23 09:18:13 +01:00
Joao Moreno fd8dd511d3 fixes #66876 2019-01-23 09:15:27 +01:00
Miguel Solorio 1b777a5173 Add "Start without debugging" button to touch bar 2019-01-22 23:43:09 -08:00
Sandeep Somavarapu 11f3201d35 #66907 💄 2019-01-23 08:40:25 +01:00
Matt Bierner 2d79ffe0cd Expand code action range to entire document range when source actions are requested without any active selection
Fixes #53525
2019-01-22 16:37:54 -08:00
Matt Bierner cc0be8db2a Extract code action filtering logic to own files 2019-01-22 16:18:01 -08:00
Matt Bierner 3ff312e36c Use CodeActionKind.intersects internally 2019-01-22 15:38:05 -08:00
Matt Bierner 401dd1caf4 Convert to test to use async 2019-01-22 15:32:37 -08:00
Matt Bierner 8c75f078ff Always require getCodeActions.trigger 2019-01-22 15:29:08 -08:00
Matt Bierner 7b095ea781 Pick up TS 3.3 rc
#66175
2019-01-22 15:23:29 -08:00
Matt Bierner cf27b0ed05 Make sure we cancel code action requests for mainThreadSave
If a code action provider takes too long to compute a code action during save, we skip that code action. However we do not cancel the request itself

With this change, we now cancel `getCodeActions` when the request times out
2019-01-22 15:05:07 -08:00
Matt Bierner 508f43166b Rename source.autoFix to source.fixAll
Part of #62110

`autoFix` is a confusing term since we have a `auto fix` command now. Using `fix all` as this term is used by many linters for this type of operation
2019-01-22 14:34:43 -08:00
Matt Bierner 73dfd92e65 Fix spelling 2019-01-22 14:34:43 -08:00
Matt Bierner c800831ffc Update js/ts grammar 2019-01-22 14:34:43 -08:00
Alex Dima 89721c99d7 Fixes #66944: Tokenize viewport with debouncing after scrolling and when the tokenization support has changed 2019-01-22 22:37:02 +01:00
Alex Dima 042e96cb08 Move tokenizeViewport call to the view model (#66944) 2019-01-22 22:12:46 +01:00
Alex Dima f6f255db3f Simplify TextModel.tokenizeViewport (#66944) 2019-01-22 22:11:57 +01:00
Alex Dima e68066faf0 Add possibility for error case 2019-01-22 20:35:59 +01:00
Alex Dima b2736fdc7c Capture console log and send it through the extension host protocol 2019-01-22 20:03:24 +01:00
Alex Dima c16d569a32 Add IInitData.resolvedExtensions 2019-01-22 20:01:56 +01:00
Alex Dima 7ed411c3c2 Improve error messages 2019-01-22 19:59:28 +01:00
Sandeep Somavarapu c5486fe763 #66907 Support non file workspaces
- File workspaces: Use node services until file service is acquired
- Non file workspaces:  Use cached workspace until file service is acquired
2019-01-22 19:06:16 +01:00
Daniel Imms a865e6691b Sanitize terminal environment variables 2019-01-22 07:47:00 -08:00
Greg Van Liew c7d9055b73
Merge pull request #66928 from Yash-Garg/patch-1
Update README.md
2019-01-22 07:36:08 -08:00
Yash Garg 35689d1261
Update README.md 2019-01-22 20:38:28 +05:30
Martin Aeschlimann ddd17d938f argv: fix null checks 2019-01-22 15:56:28 +01:00
Martin Aeschlimann 585099e139 support add/diffMode in windowService.openWindow 2019-01-22 15:56:28 +01:00
Martin Aeschlimann 998d665c39 cli server for internal terminal 2019-01-22 15:56:28 +01:00
Martin Aeschlimann 032f640ba7 support files in windowOpen 2019-01-22 15:56:28 +01:00