Johannes Rieken
|
31adde8149
|
webpack - fix search-rg regression
|
2018-09-20 15:00:52 +02:00 |
|
Johannes Rieken
|
5037516238
|
updated lock files
|
2018-09-20 12:06:55 +02:00 |
|
Johannes Rieken
|
6999ddbab7
|
update vscode-extension-telemetry
|
2018-09-20 12:06:55 +02:00 |
|
Johannes Rieken
|
b0787a2b87
|
fix webpack entries for merge-conflict and search-rg
|
2018-09-20 09:59:24 +02:00 |
|
Alex Dima
|
34e7a220c8
|
Avoid shipping unnecessary files
|
2018-09-19 19:53:46 +02:00 |
|
Johannes Rieken
|
758f2495cd
|
webpack for search-rg, #57680
|
2018-09-19 15:27:58 +02:00 |
|
Ramya Achutha Rao
|
d0a67178ca
|
Update appinsights in built in extensions
|
2018-09-18 18:35:12 -07:00 |
|
Rob Lourens
|
f3654c59e0
|
Fix #55790 - allow extensions to return a hitLimit flag
|
2018-09-17 22:48:12 -07:00 |
|
Johannes Rieken
|
c2c5819fc8
|
adopt vscode-nls 4.0.0
|
2018-09-06 14:44:33 +02:00 |
|
Rob Lourens
|
882a8855a3
|
Fix #48771 - ignore global gitignore and rg config for file search
|
2018-08-31 20:03:30 -07:00 |
|
Rob Lourens
|
bc784b68a5
|
Fix #57418 - Assert that totalChars > leadingChars in preview options. And truncate match when it's > totalChars
|
2018-08-29 22:00:26 -07:00 |
|
Rob Lourens
|
c7f0063637
|
Fix #57426 - don't ship search-rg test files
|
2018-08-28 10:35:13 -07:00 |
|
Rob Lourens
|
6cc41bc1ab
|
#57186 - add tests for search-rg extension
|
2018-08-25 13:21:49 -07:00 |
|
Rob Lourens
|
de70176d06
|
Fix #57186, Fix #31551 - implement previewOptions for text search API
|
2018-08-24 20:37:08 -07:00 |
|
Rob Lourens
|
ef159be3e6
|
search-rg extension - slight perf improvement
|
2018-08-24 08:24:32 -07:00 |
|
Rob Lourens
|
fd4d0c71de
|
Fix #48771 - prevent rg from checking global gitignores
|
2018-08-15 20:04:43 -07:00 |
|
Rob Lourens
|
5c8e8d6b8e
|
Bump ripgrep to 0.9.0
|
2018-08-15 19:58:28 -07:00 |
|
Rob Lourens
|
dc3747c382
|
Fix #55593 - this code only operates on local paths, so use fsPath and Uri.file instead
|
2018-08-07 10:55:26 -07:00 |
|
Ramya Achutha Rao
|
1912c5d755
|
Allow extensions to log telemetry to log files #54001
|
2018-07-30 16:18:54 -07:00 |
|
Rob Lourens
|
d36a3d2395
|
Search provider - implement FileIndexProvider
|
2018-07-26 12:28:15 -07:00 |
|
Rob Lourens
|
9999dac541
|
SearchProvider - split out separate TextSearchProvider #47058
|
2018-07-26 12:28:15 -07:00 |
|
Rob Lourens
|
1bf16e1167
|
Add onSearch activationEvent for search providers
|
2018-07-17 09:35:58 -07:00 |
|
Rob Lourens
|
09e26ac36f
|
Fix #54256 - only sort file search results when a pattern is specified
|
2018-07-13 10:26:58 -07:00 |
|
Rob Lourens
|
b6902fd662
|
Fix #53838 - workaround strange error from telemetry
|
2018-07-09 09:21:14 -07:00 |
|
Rob Lourens
|
2315156bf3
|
Search Provider - delete unused search stats
|
2018-07-03 20:11:35 -07:00 |
|
Rob Lourens
|
0215f30d9b
|
Search Provider - implement clearCache
|
2018-07-03 20:08:53 -07:00 |
|
Rob Lourens
|
69df745be9
|
Fix build
|
2018-07-03 18:45:31 -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
|
fdf27274f0
|
Search provider - fix cancellation in extension code
|
2018-07-03 15:59:49 -07:00 |
|
Dirk Baeumer
|
21991b4912
|
Move to latest vscode-nls for corrupted cache support
|
2018-07-03 16:12:52 +02: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 |
|
Rob Lourens
|
04c1ad98b3
|
EH search - Centralize vscode-ripgrep import in search extension
|
2018-06-20 11:49:12 -07:00 |
|
Rob Lourens
|
6d1ee0697b
|
Fix #38195 - strange search error from telemetry
|
2018-06-13 10:06:09 -07:00 |
|
Rob Lourens
|
729cf96780
|
Fix #51623 - tweak rg error message for \n
|
2018-06-11 14:08:41 -07:00 |
|
Rob Lourens
|
8647b7c167
|
Bump vscode-ripgrep
|
2018-06-08 10:34:28 -07:00 |
|
Rob Lourens
|
a03c4b624e
|
Fix searchRipgrep.enable setting reference
|
2018-06-06 22:02:01 -07:00 |
|
Rob Lourens
|
1e8d42b505
|
Add description to searchrg setting
|
2018-06-05 15:44:10 -07:00 |
|
Rob Lourens
|
dff19fccea
|
Tests and fix for 86e6f5fed9 - #50001
|
2018-06-04 16:53:09 -07:00 |
|
Rob Lourens
|
86e6f5fed9
|
Fix #50001 - work around ripgrep's lack of CRLF support
|
2018-06-02 13:05:13 -07:00 |
|
Rob Lourens
|
a1432c457a
|
Fix #49283 - pass --no-config to ripgrep
|
2018-06-02 12:50:07 -07:00 |
|
Rob Lourens
|
43d168182c
|
EH search - replace search.enableSearchProviders with a search-rg specific setting
|
2018-05-29 21:00:50 -07:00 |
|
Rob Lourens
|
39d314eb8b
|
search-rg has no icon
|
2018-05-29 20:40:42 -07:00 |
|
Rob Lourens
|
4eaf58348b
|
Fixes and 💄 around maxResults for search providers
|
2018-05-26 12:19:40 -07:00 |
|
Rob Lourens
|
e7acce5ded
|
rg search - Properly anchor relative globs in text search
|
2018-05-23 16:15:23 -07:00 |
|
Rob Lourens
|
aa6553e339
|
Log a couple extra items from EH search
|
2018-05-20 19:48:15 -07:00 |
|
Rob Lourens
|
912fff91ac
|
Change File search result API to only return a string relative path to the search folder
|
2018-05-17 21:51:10 -07:00 |
|