Commit graph

55438 commits

Author SHA1 Message Date
Benjamin Pasero 2990a8f4d0 🆙 distro 2019-10-09 15:25:43 +02:00
Benjamin Pasero 710be19dbf Revert "🆙 distro"
This reverts commit 3831ba8c0a.
2019-10-09 15:24:43 +02:00
Benjamin Pasero 3831ba8c0a 🆙 distro 2019-10-09 15:23:11 +02:00
Joao Moreno d1be9d02cd
💄 2019-10-09 12:48:21 +02:00
Joao Moreno 4ce64ef558
Merge commit 'refs/pull/80335/head' of github.com:microsoft/vscode into pr/80335 2019-10-09 12:44:34 +02:00
Joao Moreno ecea71432f
fixes #73613 2019-10-09 12:36:52 +02:00
Joao Moreno 27177c51e0
fixes #72973 2019-10-09 12:29:10 +02:00
Joao Moreno 861d56b788
fixes #82149 2019-10-09 12:12:58 +02:00
Johannes Rieken 4885946e19 debt - more async/await 2019-10-09 11:10:16 +02:00
Johannes Rieken 6e52c2f1f9 cancel rename all the way, fixes #82146 2019-10-09 11:07:02 +02:00
Johannes Rieken c2d3f4284f add overload that allows to cancel a cancellation token when calling dispose 2019-10-09 11:05:37 +02:00
João Moreno e5b8c2f08d
Update listPaging.ts 2019-10-09 08:14:06 +02:00
Benjamin Pasero dad5d39eb0 debt - cleanup main.js 2019-10-09 07:45:56 +02:00
Matt Bierner 9502b4c390 Only enable re-open with command when we actually have a custom editor for the current resource
Fixes #81831
2019-10-08 16:38:31 -07:00
Matt Bierner 82599cc6bd Add extra clairification about where displayName is used
Fixes #81827
2019-10-08 16:38:31 -07:00
Matt Bierner 20654cccf1 Marking IMarkdownString.value and isTrusted as readonly 2019-10-08 16:38:31 -07:00
JavaScript Joe 90b66c889c fix: remove TypeScript from ExtensionSuggestions (#82125)
* fix: remove TypeScript from ExtensionSuggestions

* fix: remove TS ExtensionSuggestion completely
2019-10-08 16:32:39 -07:00
Rob Lourens 8f3b739bf8
Merge pull request #82072 from IllusionMH/pcre2-for-whole-word-82071
Fallback to PCRE2 if match whole word used with regexp
2019-10-08 15:30:54 -07:00
Alex Dima 4332203005
Update distro 2019-10-08 21:02:14 +02:00
Matt Bierner bd576990da More strict parsing of codicons 2019-10-08 11:28:01 -07:00
Johannes Rieken 7530116ccf
Merge pull request #82046 from microsoft/joh/sigusr1
Use SIGUSR1 for automatic extension profiling
2019-10-08 19:26:54 +02:00
Daniel Imms 877ce7ac03 Introduce allowChords setting
Fixes #44764
2019-10-08 09:45:22 -07:00
Daniel Imms 4fe9987925 Support chords in terminal
Fixes #44764
2019-10-08 09:38:40 -07:00
Joao Moreno ab713cac34 fixes #68713 2019-10-08 18:30:09 +02:00
Johannes Rieken a5b9969f06
Merge branch 'master' into joh/sigusr1 2019-10-08 18:02:55 +02:00
Joao Moreno 65f5f14ff7 change scm default from tree to list 2019-10-08 18:02:33 +02:00
Martin Aeschlimann eaedd52763
Merge pull request #82101 from microsoft/aeschli/eol_languagespecific
EOL User Setting should be able to be set per language or file type
2019-10-08 17:54:45 +02:00
Alexandru Dima 002e2192b5
Fixes #74722: When there is a selection, never paste on new line 2019-10-08 17:51:53 +02:00
Martin Aeschlimann eb9fe80de6 when editing c#, typing /* causes */ to be injected. Fixes #43989 2019-10-08 17:39:47 +02:00
Daniel Imms 52649cbefe Call open on Terminal after attach to DOM 2019-10-08 08:36:39 -07:00
Daniel Imms 465d9489d2 Attach element before calling open in test 2019-10-08 08:13:28 -07:00
Joao Moreno 9e5c2aca23 fixes #67814 2019-10-08 16:57:22 +02:00
Martin Aeschlimann 38fc105e4d
Merge branch 'master' into aeschli/eol_languagespecific 2019-10-08 16:33:47 +02:00
Daniel Imms 3117c154b3 Update xterm and xterm search
Diff: ea922fe...84b56b7

xterm@4.2.0-beta4

- Fix Windows demo
- TS 3.6
- Cmd+arrow shouldn't print anything
- Release 4.1
- Throw when open is called before attach
- Throw when infinity/nan is passed to resize
- Use set cursor style for blurred appearance (Fixes #67410)

xterm-addon-search@

- Fix search not revealing line below viewport (Fixes #82106)
2019-10-08 07:27:11 -07:00
Martin Aeschlimann 7ba9113425 Update default eol on language change if model has no eol yet 2019-10-08 16:12:33 +02:00
Lucas Larson 94adc2a641 Repair npm links (#70325)
https://registry.npmjs.org instead of https://registry.npmjs/org
2019-10-08 16:05:09 +02:00
Daniel Imms f0faef0dd7
Merge pull request #82097 from jplatte/patch-1
linux/bin/code.sh: use command -v instead of which
2019-10-08 06:32:43 -07:00
Benjamin Pasero 23059a783e dev - add husky back for git precommit hooks 2019-10-08 15:24:45 +02:00
Benjamin Pasero d9a639a06b fix hygiene 2019-10-08 15:00:26 +02:00
Benjamin Pasero e4a66a8698 strict null 2019-10-08 14:57:57 +02:00
Martin Aeschlimann daaf92b5bc [shellscript] Make \n the default eol. Fixes #49418 2019-10-08 14:53:24 +02:00
Martin Aeschlimann 273d62f2e7 Make files.eol overridable. Fixes #49418. Fixes #34876 2019-10-08 14:45:56 +02:00
Benjamin Pasero 5cd301d403 🆙 distro 2019-10-08 14:36:13 +02:00
Benjamin Pasero c3e1bcc67b 🆙 distro 2019-10-08 14:16:27 +02:00
Johannes Rieken 0fc92f222f fix tests 2019-10-08 14:13:14 +02:00
Jonas Platte c109bf77ac
linux/bin/code.sh: use command -v instead of which 2019-10-08 14:02:44 +02:00
Alexandru Dima b24844ce9d
Fixes #72823: Do not compute char changes for huge chunks 2019-10-08 13:57:27 +02:00
Alexandru Dima e57a82771b
Pass the elements to the diff algorithm directly 2019-10-08 13:57:27 +02:00
Alexandru Dima 84167ad509
Add ISequence.elementsAreEqual 2019-10-08 13:57:27 +02:00
Alexandru Dima c4821bf4a0
Use Int32Array 2019-10-08 13:57:26 +02:00