Commit graph

38437 commits

Author SHA1 Message Date
Jackson Kearl
7c8677d04a
Fix exclude controls not accounting for the description height (#56957)
* Fix exclude controls not accounting for the description height

* Tweak constant
2018-08-21 18:26:29 -07:00
Jackson Kearl
da30e08b39
Fix issues related to setting height calcualtion (#56954)
* Dont cache exclude settings, as they change frequently

* Reset short line cache on window resize
2018-08-21 18:26:08 -07:00
Rob Lourens
324e1095ab #56950 - add telemetry for non-EH search 2018-08-21 17:35:31 -07:00
Jackson Kearl
12e906cd42
Add a message showing no results in settigns search (#56868)
* Add no reuslts message

* Fix text alignment and color
2018-08-21 16:43:57 -07:00
Andre Weinand
84b747f868 node-debug@1.27.4 2018-08-22 01:09:51 +02:00
Andre Weinand
14595011f1 move some auto-attach code back to node-debug 2018-08-22 01:08:52 +02:00
Peng Lyu
80d6fa0b8e
Merge pull request #56945 from mairaw/patch-1
fix double the
2018-08-21 15:46:52 -07:00
Daniel Imms
bae20e9892 vscode-xterm@3.7.0-beta5
Fixes #56628
2018-08-21 15:28:36 -07:00
Maira Wenzel
90f3b1c69a
fix double the 2018-08-21 15:23:55 -07:00
SteVen Batten
216c26f670 change to only check alt key is released 2018-08-21 14:41:55 -07:00
SteVen Batten
f073648424 fixes #56652 2018-08-21 14:39:22 -07:00
Pine
004c5200e7
Merge pull request #56944 from connorshea/fix-css-language-features-contributing
Add a missing compilation step for vscode-css-languageservice development
2018-08-21 14:24:30 -07:00
Jackson Kearl
37efc5d802 Show warning when enabling proposed api for non-installed extensions (#55802)
* Show warnieng when enabling proposed api for non-installed extensions

* Address feedback

* PR review changes
2018-08-21 16:08:12 -05:00
Peng Lyu
cfc010dc82 Fix #56818. Mouse position validation for folding, scm and comments. 2018-08-21 13:57:09 -07:00
Connor Shea
5b4d232d4e
Add a missing compilation step for vscode-css-languageservice development, other misc docs fixes. 2018-08-21 14:53:53 -06:00
Rob Lourens
57f13b7f26 Fix unhandled cancel warnings from text search 2018-08-21 11:31:41 -07:00
Rob Lourens
670d8bb7c5 Remove obsolete process.nextTick calls in search, not needed without promise progress 2018-08-21 11:28:35 -07:00
Rob Lourens
4f3ccc9a5c Launch config changes 2018-08-21 11:28:35 -07:00
Rob Lourens
9a6837f125 Fix unhandled cancel warnings from search process 2018-08-21 11:28:35 -07:00
Jatin Sandilya
c93565448a Fix #55723 - Error on Await not bubbling up (#56767) 2018-08-21 11:55:32 -05:00
Matt Ferderer
1708f4bc8e Update Markdown link snippets to use https (#56851)
As suggested in #56386 I switched the http to https for links and image links.
2018-08-21 18:14:54 +02:00
Matt Bierner
04e79adfcd Fix webview state not being restored in same session
Fixes #56839
2018-08-21 18:14:16 +02:00
Sandeep Somavarapu
f136003b5d Use gallery to synchronise extensions 2018-08-21 18:01:21 +02:00
Sandeep Somavarapu
890689e8e5 Do not consider system extensions while syncing 2018-08-21 18:01:21 +02:00
isidor
51c2d9f86d debug fix tests 2018-08-21 17:51:18 +02:00
Johannes Rieken
e1a1e6d6d4 fix #56158 2018-08-21 17:39:14 +02:00
isidor
19a9d83d27 explorerModel: do not use isEqualOrParent in find 2018-08-21 17:14:55 +02:00
Matt Bierner
ad68ff316c Remove std-fork 2018-08-21 17:05:46 +02:00
Matt Bierner
3eaa5052c2 Serialize webview id
Fixes #56601
2018-08-21 17:05:10 +02:00
isidor
b371ad5675 Need to react with a timeout on the blur event due to possible concurent splices
fixes #56443
2018-08-21 16:56:04 +02:00
Matt Bierner
ee947947a7 Fix duplicate markdown previews potentially being shown in the same editor group
Fixes #56910
2018-08-21 16:42:11 +02:00
Johannes Rieken
a9e3a3d69e webpack - check js files, declare params, #56081 2018-08-21 16:40:02 +02:00
isidor
ac96d60418 debug: do not de-attach all session listeners when raw session goes down
fixes #55025
2018-08-21 16:34:00 +02:00
Sandeep Somavarapu
4b3a8227a8 remove glob.d.ts 2018-08-21 16:30:09 +02:00
Sandeep Somavarapu
8dc3594244 remove glob dep in package.json 2018-08-21 16:26:48 +02:00
Sandeep Somavarapu
6bba18bddf remove dependency on glob 2018-08-21 16:26:19 +02:00
Johannes Rieken
64556a39c8 perf - wait longer when no cached data was used 2018-08-21 15:58:39 +02:00
Sandeep Somavarapu
7a35a445d5
Merge pull request #56828 from Microsoft/sandy081/syncExtensions
Synchronise extensions in a multi-extension management set up
2018-08-21 13:04:13 +02:00
Sandeep Somavarapu
e3bb3a2f4a fix compilation 2018-08-21 13:02:03 +02:00
Sandeep Somavarapu
45865de635 Merge branch 'master' into sandy081/syncExtensions 2018-08-21 13:00:54 +02:00
Alex Dima
bced36add0 Mark optional property 2018-08-21 12:43:51 +02:00
Alex Dima
de3f3aa853 Update yarn version used on build machines 2018-08-21 12:43:36 +02:00
Alex Dima
92c776bc99 Move packaging extensions to lib/extensions.ts 2018-08-21 12:19:10 +02:00
Sandeep Somavarapu
23418d34ee Add debug extensions to workspace list 2018-08-21 11:35:01 +02:00
Sandeep Somavarapu
823a3b6386 - Synchronise built in extensions
- Check for workspace extensions while installing
2018-08-21 11:35:00 +02:00
Sandeep Somavarapu
a80a55d975 Use fs readstream to upload buffer 2018-08-21 11:35:00 +02:00
Sandeep Somavarapu
6e8f35d30c Add builtin-extensions-dir property to environment 2018-08-21 11:35:00 +02:00
Sandeep Somavarapu
728e657c49 Make download service optional 2018-08-21 11:35:00 +02:00
Joao Moreno
4754feafb0 fixes #56736 2018-08-21 10:42:38 +02:00
isidor
eea3e8adf4 open editors: focus active group even if it does not have an editor. Make sure list is not empty
fixes #56806
2018-08-21 10:27:50 +02:00