Commit Graph

36331 Commits

Author SHA1 Message Date
Johannes Rieken c9e6b4bbce avoid async and winjs.promise, #53442 2018-07-03 09:10:41 +02:00
Johannes Rieken d8a3986644 avoid async and winjs.promise, #53442 2018-07-03 09:08:44 +02:00
Joao Moreno 51afe35d02 cleanup more async 2018-07-03 09:05:09 +02:00
Johannes Rieken 727c6f3537 debt - combine native promise and cancellation token source in 'CancelablePromise' type 2018-07-03 08:57:19 +02:00
Erich Gamma 7ea9f254a1 update distroy commit 2018-07-03 08:53:21 +02:00
Rob Lourens a2d97d1e3a Merge branch 'roblou/cachedSearchProvider' 2018-07-02 22:04:14 -07:00
Rob Lourens 5a35534152 Remove unused import 2018-07-02 21:56:04 -07:00
Rob Lourens 0ef1c31b06 Change SearchProvider to be URI-based, not string-based. #50788 2018-07-02 19:24:14 -07:00
Rob Lourens e0e9c3d455 Search provider - some clean up 2018-07-02 19:24:14 -07:00
Rob Lourens 995ef29643 Add missing methods to strings.ts 2018-07-02 19:24:13 -07:00
Rob Lourens dc1c80e6ff Clean up strings.ts 2018-07-02 19:24:13 -07:00
Rob Lourens ea5620dd8d SearchProvider invoked on every keypress 2018-07-02 19:24:13 -07:00
Matt Bierner 74fcd9ae31 Don't use tpromise + async in webview methods
#53442
2018-07-02 18:07:09 -07:00
SteVen Batten a8c07148d8 moving the resizer to be added last and fixing sizing 2018-07-02 15:59:57 -07:00
Rachel Macfarlane 5dcaea7f2e Focus on input for new comments, fixes Microsoft/vscode-pull-request-github/issues/14 2018-07-02 14:55:01 -07:00
Rachel Macfarlane 7b474b7feb Show reply button on newly created comment thread 2018-07-02 14:55:01 -07:00
Matt Bierner 090d912b0d Adding workaround for release notes not having syntax highlighting on first load
Fixes #53413
2018-07-02 14:05:49 -07:00
Matt Bierner 68198cddec Don't try injecting vscode api into webviews that have scripts disabled
Fixes #53463
2018-07-02 14:05:49 -07:00
Rachel Macfarlane 86c05da801 Fixes #51521, TypeError: Cannot read property 'close' of undefined 2018-07-02 14:02:34 -07:00
SteVen Batten 3a862bae7a only use the builder pattern for menubarPart
refs #52884
2018-07-02 13:31:04 -07:00
SteVen Batten a07dc890ba remove query selector call
refs #52884
2018-07-02 13:20:12 -07:00
SteVen Batten 7f02ffaab3 remove auto save ipc 2018-07-02 12:55:29 -07:00
Matt Bierner 6adba50143 Fix spelling 2018-07-02 12:54:17 -07:00
Matt Bierner 1a4543e940 Fix markdown code not closed 2018-07-02 12:54:17 -07:00
Rob Lourens 7f6ea96c16 Revert "Fix #53445 - only run getSettingsSearchBuildId on official builds"
This reverts commit d028c09232.
2018-07-02 11:16:55 -07:00
Rob Lourens 1d1fe28b27 Fix #53455 - categories without children should not be shown 2018-07-02 11:16:28 -07:00
Yu Zhang a115c73030 Make titlebar more consistent with Windows 10 (#53211)
* 💄 accurate window controls width

* 💄 transition duration
2018-07-02 11:16:20 -07:00
Daniel Imms 832b07b577 Fix terminal links not working after showing the terminal panel
Fixes #37103
2018-07-02 10:52:27 -07:00
SteVen Batten e2025178d9 fixes #53309 (#53456) 2018-07-02 10:34:24 -07:00
Daniel Imms 5f03849cb8 Force crosshair cursor in column selection mode 2018-07-02 10:11:33 -07:00
Daniel Imms dcb35c9146 Expose macOptionClickForcesSelection terminal setting 2018-07-02 10:08:26 -07:00
Daniel Imms d386cba3e4 Update typings 2018-07-02 10:08:25 -07:00
Daniel Imms 1bf262e9d7 Update xterm.js
Includes:
- Column selection (changes force selection behavior)
- Save attribute on save/restore cursor

Fixes #53268
2018-07-02 10:08:25 -07:00
Gary Ewan Park 3c9cff88b7 (doc) Corrected Stack Overflow tag name (#53431) 2018-07-02 10:01:54 -07:00
Rob Lourens d028c09232 Fix #53445 - only run getSettingsSearchBuildId on official builds 2018-07-02 09:59:02 -07:00
Daniel Imms 8077d80adb Remove title attr from review-comment
aria-label covers screen readers, title just shows the tooltip.

Fixes Microsoft/vscode-pull-request-github#61
2018-07-02 09:58:38 -07:00
Joao Moreno 36022c7068 remove more async TPromise
related to #53442
2018-07-02 18:26:42 +02:00
Joao Moreno dd6dc96d20 clean more async
related to #53442
2018-07-02 18:26:42 +02:00
Sandeep Somavarapu 42cd3f9db3 #53442 Avoid async and winjs 2018-07-02 18:02:36 +02:00
Andre Weinand 02c99b7562 Avoid aync and winjs-promise 2018-07-02 17:39:19 +02:00
Joao Moreno 12479612cc cleanup more async/await
related to #53442
2018-07-02 17:37:55 +02:00
Joao Moreno 76d28c9194 cleanup more async
related to #53442
2018-07-02 17:31:10 +02:00
Sandeep Somavarapu 0f965d5bd9 #53442 Avoid async and winjs promise 2018-07-02 17:18:10 +02:00
Joao Moreno aa75fbd691 fix dirty diff provider order
related to #53442
2018-07-02 16:57:19 +02:00
Joao Moreno ba7b1cb0d5 cleanup more promises
related to #53442
2018-07-02 16:49:11 +02:00
Joao Moreno 87668839f3 be careful with getSettingsSearchBuildId
related to #53445
2018-07-02 16:37:03 +02:00
João Moreno 22ef49ff3e Merge pull request #53447 from Microsoft/joao/inno-signtool
Sign windows uninstaller
2018-07-02 16:16:16 +02:00
Joao Moreno 441c6f3f1d cleanup 2018-07-02 16:12:26 +02:00
Andre Weinand 22e4597a88 node-debug@1.26.0 2018-07-02 15:56:56 +02:00
Sandeep Somavarapu 1624b81855 #45072 Add a prompt to update the extension 2018-07-02 15:52:51 +02:00