Commit graph

37497 commits

Author SHA1 Message Date
Johannes Rieken 73d874f5b2
Merge pull request #53871 from Microsoft/joh/splash
Parts splash
2018-07-24 14:55:23 +02:00
Sandeep Somavarapu 5a3595e291 Implement #47502 2018-07-24 14:45:45 +02:00
Sandeep Somavarapu 44b3d6f297 Fix #53110 2018-07-24 12:33:23 +02:00
Erich Gamma 1616ea1193 Disable npm code lens by default 2018-07-24 12:18:13 +02:00
Sandeep Somavarapu f18ee4b087 remove unused imports 2018-07-24 12:14:20 +02:00
Johannes Rieken 3a7fa5f30a replace getDomNodePagePosition with more specific functions 2018-07-24 12:08:56 +02:00
Sandeep Somavarapu 94cfde6813 Fix #53741 2018-07-24 11:55:30 +02:00
Johannes Rieken 37183ce4ce ignore sidebar when workspace is empty 2018-07-24 11:48:31 +02:00
Nilesh 26edb37b1c Reverted some changes.
Reverted changes regareding kebindingsEditor and removed some actions.
2018-07-24 14:53:28 +05:30
Johannes Rieken 25f44fb0f2 more fields 2018-07-24 11:14:36 +02:00
Alex Dima 44f1b6866c Fixes #54773: Check model version id right before applying the edits 2018-07-24 11:00:30 +02:00
Alex Dima 580a0aa79d clean up test name 2018-07-24 11:00:30 +02:00
Johannes Rieken fc78c209e8 use range for hightlight and selectionRange for revealing, #54857 2018-07-24 10:46:30 +02:00
Johannes Rieken 415c19c39b use selection range for quick outline, #54857 2018-07-24 10:42:02 +02:00
isidor 891e518f09 breakpoint checkboxes with tabindex = -1
#52299
2018-07-24 10:31:31 +02:00
isidor 54c821367a fixes #54853 2018-07-24 10:31:30 +02:00
Johannes Rieken 9b1da7900e show no symbols found message in outline tree, #54744 2018-07-24 10:28:43 +02:00
Johannes Rieken 46e3477979 don't show ... when outline model is empty, #54744 2018-07-24 10:28:43 +02:00
Sandeep Somavarapu 14b387d296 Handle URIs with no scheme 2018-07-24 10:07:27 +02:00
Johannes Rieken 5406591ac7 Adopt folderUri changes 2018-07-24 09:42:39 +02:00
Johannes Rieken 7348d2f74b Merge branch 'master' into joh/splash 2018-07-24 09:35:15 +02:00
Erich Gamma f6064affd1 update to tasks 2.0 2018-07-24 08:30:52 +02:00
Matt Bierner befea22536 Pick up new TS insiders version 2018-07-23 17:55:55 -07:00
Miguel Solorio ba0933e189 Update settings description opacity to reflect themable setting for #52479 2018-07-23 16:06:18 -07:00
Jackson Kearl 492fde2c13
Merge pull request #54910 from JacksonKearl/settings-crawl
Settings crawl
2018-07-23 16:06:07 -07:00
Jackson Kearl f99a1e6505 Dots 2018-07-23 16:02:21 -07:00
Jackson Kearl 5916baa42e Update settings text for my chunk 2018-07-23 15:54:19 -07:00
Daniel Imms 260ac2760f Upgrade vscode-xterm
Fixes #54132
2018-07-23 15:41:56 -07:00
Matt Bierner b8c522b175 Updating colorization tests 2018-07-23 15:31:32 -07:00
Matt Bierner f9eeb0759f Cleaning up emmet setting descriptions 2018-07-23 15:27:55 -07:00
Matt Bierner 9246087c04 Updatting setting descriptions 2018-07-23 15:27:55 -07:00
Matt Bierner 1f69e11624 Add periods for setting descriptions 2018-07-23 15:27:55 -07:00
Matt Bierner 5a148fa9a3 Use code in setting 2018-07-23 15:27:55 -07:00
Matt Bierner b096fb256d Use enumDescriptions 2018-07-23 15:27:55 -07:00
Daniel Imms caeb292922 Upgrade vscode-xterm
- Fix dom renderer argument order bug
- Fix isWrapped NPE
- Fix charset drawing (bug with static char atlas)

Fixes #54131
2018-07-23 15:16:57 -07:00
Daniel Imms f0b8ca7502 Prevent duplicate terminal API data and input events from firing
Fixes #54096
2018-07-23 15:09:14 -07:00
Matt Bierner e9fb3b2eaa Remove old show unused settings
You should use `editor.showUnused` instead. Possibly with a language specific setting:

```
"[typescript]": {
    "editor.showUnused": false
}
```
2018-07-23 15:01:02 -07:00
Ramya Achutha Rao a7e3183cee Enable experiments 2018-07-23 14:53:34 -07:00
Ramya Achutha Rao b9d02589ac Update opt out msg 2018-07-23 14:53:34 -07:00
Rob Lourens c4f336d1d6 Fix #53887 - remove remaining PPromise usage in search 2018-07-23 14:07:50 -07:00
SteVen Batten c94682df34 debug submenu 2018-07-23 13:32:34 -07:00
SteVen Batten 5f87eae791 add go submenus 2018-07-23 13:21:42 -07:00
Martin Aeschlimann 74c270e887 update grammars 2018-07-23 20:34:08 +02:00
Arjun Attam 8fcfcb5058 Adds webview select-all command (#54851) 2018-07-23 11:17:27 -07:00
Rob Lourens b28ea40d72 Remove more PPromise - #53887 2018-07-23 11:15:14 -07:00
Rob Lourens 1546e74ce6 #53887 - remove more PPromise usage 2018-07-23 11:15:14 -07:00
Daniel Imms 7050df2547 Fix typo 2018-07-23 11:06:02 -07:00
Daniel Imms 2a2a3f6ead More terminal settings polish
Part of #54690
2018-07-23 11:04:08 -07:00
SteVen Batten 0acac70c10 Merge branch 'master' into sbatten/removeOldMenu 2018-07-23 11:01:52 -07:00
SteVen Batten 108190fa1a remove unused code 2018-07-23 10:55:48 -07:00