Commit graph

26356 commits

Author SHA1 Message Date
Joao Moreno c23063000c Merge branch 'master' into yarn 2017-11-14 09:57:55 +01:00
Joao Moreno 18c5daaf0a fix language servers dependencies 2017-11-14 09:57:38 +01:00
Johannes Rieken f24ea58bf8 Make IFileService.resolveContent() faster (#38074)
* add `resolveStringStream` method, let it race with stat-calls whenever possible

* first round of review feedback

* move stat/content logic from ITextFileService  to resolveStreamContent
2017-11-14 09:53:40 +01:00
Sandeep Somavarapu 4e04c13be7 Fix tests 2017-11-14 09:34:55 +01:00
Johannes Rieken f2510decce don't send event for nothing, #38301 2017-11-14 09:24:39 +01:00
Benjamin Pasero 8fe778bd57 adopt lifecycle phases for workbench contributions (fixes #38080) 2017-11-14 07:38:57 +01:00
Benjamin Pasero 118169f307 Cannot read property '0' of undefined (fixes #38190) 2017-11-14 07:29:52 +01:00
Rob Lourens 9f5dbc26de Only show fuzzy results with a score of >.5 of the first result's score 2017-11-13 19:53:01 -08:00
Rob Lourens d6a89842e8 Remove alts prompt from settings search feedback page 2017-11-13 19:38:24 -08:00
Rob Lourens 8954fcdb9e Persist fuzzy settings search enablement 2017-11-13 19:32:51 -08:00
Ramya Achutha Rao dbbb7f25b6 Avoid duplicates in the other view Fixes #38269 2017-11-13 17:11:39 -08:00
Rob Lourens 5c5e2ee066 Improve telemetry for settings search - fix Microsoft/vscode-bing#34 2017-11-13 16:59:18 -08:00
Matt Bierner 0790dd3f86 Don't include @types/semver since we already have a local copy 2017-11-13 16:00:24 -08:00
Matt Bierner 844a0cdde7 Fix #38184 2017-11-13 16:00:24 -08:00
Joao Moreno b6bc9ecd4d yarn: missing yarn.lock files 2017-11-13 23:07:17 +01:00
Joao Moreno 0a8b6fb706 yarn: replace most shrinkwrap files 2017-11-13 23:03:52 +01:00
Sandeep Somavarapu 6229e25bd0 Fix compilations 2017-11-13 22:42:47 +01:00
Joao Moreno 0092e9c6b7 fix extensions 2017-11-13 22:41:54 +01:00
Sandeep Somavarapu 17fbf4896a Fixing NPE #38229 2017-11-13 22:41:53 +01:00
Joao Moreno 3822d58694 fix postinstall 2017-11-13 22:41:45 +01:00
Joao Moreno a3046eef00 remove npm shrinkwrap 2017-11-13 22:41:31 +01:00
Sandeep Somavarapu 586766954b Tests for inspect in MR workspace 2017-11-13 22:40:24 +01:00
Sandeep Somavarapu b4897285e7 remove clone 2017-11-13 22:40:24 +01:00
Joao Moreno c04085ad84 yarn: initial commit 2017-11-13 22:36:57 +01:00
Joao Moreno 4e172cd197 fixes #38244 2017-11-13 20:20:58 +01:00
Benjamin Pasero fa592ef424 introduce and use LifecyclePhase.RunningForABit (for #38080) 2017-11-13 19:51:50 +01:00
Benjamin Pasero 8692ecf9fa 💄 2017-11-13 18:53:37 +01:00
Benjamin Pasero 79f3ea1ebe startup - convert more to workbench contributions 2017-11-13 18:53:37 +01:00
Nehal J Wani ecb2beb5bf Make v8-profiler, css-parser URI http-proxy friendly (#38181) 2017-11-13 09:44:37 -08:00
Benjamin Pasero 6b30ade4ea startup - convert workspacestats to workbench contribution 2017-11-13 18:35:28 +01:00
Benjamin Pasero 8e97fef6f3 cleanup workbench startup 2017-11-13 18:35:28 +01:00
Benjamin Pasero 90fec3482c allow to register workbench contributions per phase of instantiation (#38080) 2017-11-13 18:35:28 +01:00
Johannes Rieken fd49805388 bloat - remove unused code 2017-11-13 18:00:08 +01:00
isidor 8deda8de7a fix mnemonics in file menu
fixes #37911
2017-11-13 17:48:08 +01:00
isidor f6bf5e8c2f debug: cleanup how breakpoint decorations are handled 2017-11-13 17:34:46 +01:00
Benjamin Pasero 4daed7e813 linting 2017-11-13 17:33:31 +01:00
Benjamin Pasero 994ffd6890 Startup: delay spawning file watcher until workbench is running (fixes #38230) 2017-11-13 17:31:14 +01:00
Johannes Rieken 27e9d4c196 debt - rename clone to deepClone 2017-11-13 17:15:20 +01:00
Johannes Rieken a71aa06199 debt - remove unused deepClone 2017-11-13 17:14:45 +01:00
Sandeep Somavarapu e59a441f1b Freeze contents from inspect and keys call 2017-11-13 16:50:33 +01:00
Sandeep Somavarapu 73830a3687 Fix #38215 2017-11-13 16:17:55 +01:00
Sandeep Somavarapu 7120fe078b Tests #38215 2017-11-13 16:17:55 +01:00
Sandeep Somavarapu e505bbd300 Fix #38215 2017-11-13 16:17:55 +01:00
Martin Aeschlimann 9bbe9f6eac
Merge pull request #38126 from dlech/patch-7
Add firstline match for Makefile
2017-11-13 15:55:42 +01:00
Alex Dima 7479860d01 Fixes #38088: Sort cursors to paint in order to match rendering code expectations 2017-11-13 15:32:53 +01:00
Alex Dima 9c4266fb7c Render selections on top 2017-11-13 15:32:53 +01:00
Benjamin Pasero c790c47745 tabs: push pixel dimensions to control 2017-11-13 15:29:16 +01:00
Martin Aeschlimann b7201a6ed1 [folding] "editor.showFoldingCongrols":"always" not respected. Fixes #35839 2017-11-13 15:21:28 +01:00
Benjamin Pasero d516cfb0f5 tabs scroll via touch: make sure to update scrollbar properly 2017-11-13 15:17:10 +01:00
Joao Moreno e103c4f144 fixes #38197 2017-11-13 15:06:33 +01:00