Commit Graph
27849 Commits
Author SHA1 Message Date
Rob Lourens 1f93cb9562 findTextInFiles - change includes/excludes from array to single object to match findFiles 2018-07-03 20:46:32 -07:00
Rob Lourens 0215f30d9b Search Provider - implement clearCache 2018-07-03 20:08:53 -07:00
Rob Lourens 3a0ae3683b Search Provider - docs for registerSearchProvider 2018-07-03 18:53:43 -07:00
Matt Bierner 750558c96a Use correct type 2018-07-03 17:32:39 -07:00
Matt Bierner 15f51b3c42 Include organize imports actions in vscode.executeCodeActionProvider results
Fixes 53512
2018-07-03 17:19:04 -07:00
Matt Bierner eb6ef52398 Clean up file
- remove use strict
- Use property shorthand
- Prefix unused with _
2018-07-03 17:19:04 -07:00
Rob Lourens ca60914d78 Test for joinPath 2018-07-03 16:49:32 -07:00
Rob Lourens 824a3e9298 Search provider - remove absolute path checks from extHostSearch to match fileSearch.ts 2018-07-03 16:03:43 -07:00
Rob Lourens 21082bf9ef Search provider - give different cacheKeys for different folders 2018-07-03 14:46:41 -07:00
Joao Moreno 39612184c3 remove progress usage from theme picker 2018-07-03 22:49:16 +02:00
Daniel Imms ebe5f2630f Merge pull request #53238 from Microsoft/tyriar/enable_terminal_menu
Re-enable terminal menu
2018-07-03 11:42:07 -07:00
SteVen Batten 4de490f435 fix #53459 2018-07-03 11:14:33 -07:00
Rob Lourens e15f6352ea Search provider - Make provider methods optional again 2018-07-03 10:02:16 -07:00
Rob Lourens 319efad16b Search provider - add docs to proposed API 2018-07-03 09:43:39 -07:00
Johannes Rieken 63102e94c3 add product name and commit to timings logs 2018-07-03 17:36:10 +02:00
Johannes Rieken df322e6821 debt - less winjs.promise 2018-07-03 17:05:30 +02:00
Benjamin Pasero 918a23f2f2 debt - avoid forceOpen if possible and rename to forceReload 2018-07-03 16:31:47 +02:00
Sandeep Somavarapu a2d1ee7f6c Fix #53426 - Check server locations instead of extension locations 2018-07-03 16:20:58 +02:00
Sandeep Somavarapu cab872154e #53130 💄 2018-07-03 16:20:45 +02:00
Sandeep Somavarapu 92f232a8d1 #53130 Do not use new chinese locale id everywhere 2018-07-03 16:20:36 +02:00
Johannes Rieken 1e25b497f7 debt - use cancellation token for outline 2018-07-03 16:19:25 +02:00
Alex Dima 560c87ffd3 Fixes #53152 2018-07-03 15:52:40 +02:00
Johannes Rieken b778e7f538 debt - add switch to append the ellased-time to a file and then shutdown 2018-07-03 15:19:21 +02:00
Alex Dima 3bf2a074fb Reduce usage of winjs promise progress 2018-07-03 13:46:03 +02:00
Joao Moreno 5ffd9f50ef cleanup more disposable usage 2018-07-03 12:59:40 +02:00
Joao Moreno a6e28b0be0 empty -> Disposable.Empty 2018-07-03 12:42:54 +02:00
Dirk Baeumer 3c0abb8d8a Add support to regenerate nsl cache if corrupted. 2018-07-03 12:13:30 +02:00
Dirk Baeumer e79e446e90 Exclude all build folders to make the TS file watcher calm 2018-07-03 12:13:28 +02:00
Johannes Rieken 08388a54f1 💄 2018-07-03 12:11:25 +02:00
Johannes Rieken 9ab41a4464 💄 2018-07-03 11:38:54 +02:00
Sandeep Somavarapu 284c2c0474 Fix tests 2018-07-03 11:27:57 +02:00
Johannes Rieken b0fd77e9ff fix compile/api issue when using es6 (which is actually correct) 2018-07-03 09:34:45 +02:00
Johannes Rieken 35f7a7b817 avoid async and winjs.promise, #53442 2018-07-03 09:22:10 +02:00
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
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 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