Matt Bierner
100adeb3e9
Use more generic word pattern for markdown
...
Try to better support handle of unicode in markdown by using a word definition that use unicode character class
Fixes #15177
2018-12-10 18:24:10 -08:00
Matt Bierner
0928a6d348
Prefer coalesce over filter
...
Coalesce has the correct return type of `T[]`. Filter may return `(T | undefined)[]`
2018-12-07 16:32:45 -08:00
Matt Bierner
e2cf8ebc5d
Enable strictBindCallApply for VS Code
...
Fixes #64633
2018-12-07 14:25:14 -08:00
Rob Lourens
9be224980c
Make LogLevel converters safer and consistent with other converters, from @jrieken feedback
2018-12-06 11:02:09 -08:00
kieferrm
f8d555167e
allow terminal.cwd to be a URI
2018-12-05 14:48:18 -08:00
Rob Lourens
514217add5
Fix #64273 - EH log levels start at 1
2018-12-05 13:29:38 -08:00
Rob Lourens
6f9b2d7593
Fix #59922 - changes needed to support a cache in a FileSearchProvider
2018-12-03 16:19:37 -08:00
Matt Bierner
64117e8fb5
Rename TriggerReason -> TriggerKind
...
Fixes #64216
2018-12-03 13:53:53 -08:00
Johannes Rieken
3bb5ce5d52
remove sample function proposed api
2018-12-03 18:14:43 +01:00
Johannes Rieken
daae50ab21
ensure a range contains its previous range, #63935
2018-12-03 12:05:50 +01:00
Johannes Rieken
2baa14fcf2
tests and api command for smart select api, #63935
2018-12-03 11:51:53 +01:00
Johannes Rieken
07be58bbad
add proposed api for smart select, #63935
2018-12-03 11:29:12 +01:00
Johannes Rieken
253a4f6d17
log provider failure as errors, #63831
2018-12-03 08:47:39 +01:00
Alex Dima
aa3ea85b0a
Explorations
2018-11-30 15:54:40 +01:00
Alex Ross
e16c62b315
Move rerun behavior api out of proposed ( #63511 )
...
Fixes #62789
2018-11-30 15:31:13 +01:00
Andre Weinand
f168d88224
final tracker API; for #62843
2018-11-30 15:17:40 +01:00
Johannes Rieken
5637f24b29
uri tweaks in md strings
2018-11-30 11:45:13 +01:00
Sandeep Somavarapu
34b655147e
- Remove proposed api check for collpaseAll
...
- Add proposed api check for treeview message and globalStorage
2018-11-30 10:48:11 +01:00
rebornix
9eb6d908e3
remove unused method
2018-11-29 10:38:42 -08:00
rebornix
52811a3a48
Merge remote-tracking branch 'origin/master' into rebornix/commentsgrouping
2018-11-29 10:33:39 -08:00
rebornix
e877e5c820
comment thread can be updated by draft mode change.
2018-11-29 10:27:27 -08:00
rebornix
8d78edddaa
render pending comment
2018-11-28 16:05:16 -08:00
Sandeep Somavarapu
37037eac8a
#23251 Expose global storage path in proposed API
2018-11-28 16:33:59 +01:00
rebornix
11d48f122e
first cut
2018-11-27 16:02:39 -08:00
Andre Weinand
4201f517b1
finalize DebugAdapterDescriptorFactory API: fixes #62977
2018-11-26 23:54:30 +01:00
Daniel Imms
daf4deaf0c
Terminal process request improvements
2018-11-26 14:42:35 -08:00
Andre Weinand
8780c7b4f8
finalize DA & Tracker Debug APIs
2018-11-25 16:29:00 +01:00
Dirk Bäumer
63f9e09b78
Strict null checks for Task in extHostTypes
2018-11-23 12:48:41 +01:00
Andre Weinand
115ea4afe3
fix strict null error for debug
2018-11-21 00:09:02 +01:00
Alex Ross
6bb77146c4
Add a rerun last task command ( #62645 )
...
Fixes #25310
2018-11-20 09:40:54 +01:00
Andre Weinand
509f1233e4
Debug API: add registerDebugAdapterTracker
2018-11-20 00:49:42 +01:00
Andre Weinand
e40df5770d
adopt DAP attribute "runInTerminal.shellProcessId"; fixes #63434
2018-11-19 16:02:25 +01:00
Sandeep Somavarapu
15ab767a1d
#62795 Add proposed api to render description of a tree item
2018-11-19 14:29:19 +01:00
Johannes Rieken
58d5205e5a
naming and doc tweak for #62839
2018-11-16 16:05:58 +01:00
Johannes Rieken
988f7683df
Merge pull request #63150 from YisraelV/customNameForOutline
...
custom name when there are multiple outline providers - feature request #62839
2018-11-16 16:02:01 +01:00
Johannes Rieken
0ac0c45b29
strict null work in extHostTypes, #61543
2018-11-16 15:57:06 +01:00
Johannes Rieken
917a2c58ce
Revert "strict null work in extHostTypes, #61543 "
...
This reverts commit 714b18d16c .
2018-11-16 15:53:35 +01:00
Johannes Rieken
714b18d16c
strict null work in extHostTypes, #61543
2018-11-16 15:45:19 +01:00
Sandeep Somavarapu
a8838578af
#61312 Implement message for tree views
2018-11-16 14:57:32 +01:00
Sandeep Somavarapu
759fec1680
rename
2018-11-16 14:57:31 +01:00
Andre Weinand
61b9a88e52
Debug API: add DebugAdapterExecutableOptions; for #62977
2018-11-16 12:02:51 +01:00
Johannes Rieken
01d8ba6b8c
add keepWhitespace-flag to completion item, #62057
2018-11-16 10:59:37 +01:00
Andre Weinand
6265ee5fca
ensure backward compatibility for Tracker
2018-11-16 01:30:00 +01:00
Christof Marti
4ccfe19815
Include extension version
2018-11-15 17:40:19 +01:00
Johannes Rieken
76689e06f5
reset state machine when removing a scheme, #62800
2018-11-15 13:03:42 +01:00
Johannes Rieken
4ac76090d4
use state machine for link detection, #62800
2018-11-15 13:01:23 +01:00
Johannes Rieken
f8ea816ca5
tweak regex #62800
2018-11-15 11:29:00 +01:00
Matt Bierner
30b2a5fd94
Replace !isFalsyOrEmpty with isNonEmptyArray
...
This new call works as a type guard and can help avoid writing double negations
Avoid either call in cases where we were iterating over the possibly undefined value. Use `|| []` for these
2018-11-14 16:06:13 -08:00
Yisrael
5a8087c60e
custom name when there are multiple outline providers
2018-11-14 18:13:52 +02:00
Andre Weinand
e2f8c3c404
Debug API: surface Breakpoint.id; for Microsoft/vscode#48722
2018-11-14 15:41:29 +01:00