Dirk Baeumer
20130d4938
Fixes #62649 : Don't serialize URI as JSON in DTOs
2018-11-06 10:33:54 +01:00
Dirk Baeumer
41c02aa888
Fixes #62594 : Resolving process task doesn't take task system into account
2018-11-05 15:10:59 +01:00
Johannes Rieken
8e841f4454
fix #62460
2018-11-02 17:06:39 +01:00
Rachel Macfarlane
36dc10c9f7
Add log for registering workspace comment provider
2018-10-29 15:16:18 -07:00
Rachel Macfarlane
317fe8088c
Log an event on webview panel creation
2018-10-29 14:54:43 -07:00
Andre Weinand
c11c416340
rename proposed IDebugAdapterTracker to DebugAdapterTracker; fixes #59420
2018-10-29 18:23:35 +01:00
Andre Weinand
2635578983
timeout for provideDebugAdapterTracker; fixes #59408
2018-10-29 18:13:21 +01:00
Andre Weinand
c9fc3dbd7b
fix #59410
2018-10-29 17:35:29 +01:00
Sandeep Somavarapu
f43082614e
Check proposed api for label highlights
2018-10-29 15:54:32 +01:00
Sandeep Somavarapu
8adb061adc
#55879 Add expand option to reveal API
2018-10-29 15:19:37 +01:00
Christof Marti
c391faf35a
_vscodeSystemProxy option ( #60773 )
2018-10-29 15:10:00 +01:00
Sandeep Somavarapu
d00ae9bd38
#55879 Collapse all action for custom views
2018-10-29 12:36:24 +01:00
Christof Marti
ee0815204c
Fix timing issue ( fixes #61748 )
2018-10-29 11:30:25 +01:00
Rob Lourens
9a6cd0a3c1
Fix #59458 - implement context options for text search (ripgrep)
2018-10-26 17:41:19 -07:00
Rob Lourens
aba240a4d8
Fix #59919 - text search combines matches on one line
2018-10-25 17:17:41 -07:00
Matt Bierner
f4131970f6
Add isRetrigger field to signature help context
...
#54972
Instead of having a generic `Retrigger` reason, add a new field on the `SignatureHelpContext` that tracks if this was a retrigger or not. This allows retrigger for all the different trigger reasons, including invoke.
Replace the old `Retriggger` trigger reason with `ContentChange` which tracks cursor movement and text updates.
2018-10-25 10:38:44 -07:00
Joao Moreno
63da98253c
Revert "Revert "Merge branch 'pr/60051'""
...
This reverts commit fb1ed79271 .
2018-10-24 08:27:35 -07:00
Sandeep Somavarapu
bb7a60ffc5
Fix #61694
2018-10-24 12:27:13 +02:00
Sandeep Somavarapu
4e65cab609
Revert "Proposals for Collapse, CollapseAll, Expand APIs and implementation"
...
This reverts commit 677234a7c2 .
2018-10-24 12:25:51 +02:00
Sandeep Somavarapu
677234a7c2
Proposals for Collapse, CollapseAll, Expand APIs and implementation
2018-10-24 12:24:12 +02:00
Johannes Rieken
fb1ed79271
Revert "Merge branch 'pr/60051'"
...
This reverts commit 217e29ad9c , reversing
changes made to 758206be09 .
2018-10-24 11:14:51 +02:00
Christof Marti
0ae913a683
Move alwaysShow to stable API ( fixes #59232 )
2018-10-24 09:18:38 +02:00
Joao Moreno
f1f5385a68
💄 SourceControlInputBox.visible API
2018-10-23 16:49:23 -07:00
Joao Moreno
4925df27eb
Merge commit 'refs/pull/60051/head' of github.com:Microsoft/vscode into pr/60051
2018-10-23 16:18:51 -07:00
Alex Ross
ef7aa9f20e
Rename task presenation clearBeforeExecuting to clear
2018-10-23 15:16:51 +02:00
Sandeep Somavarapu
cb82a53961
#59645 Move progress service to platform
2018-10-23 11:14:13 +02:00
Sandeep Somavarapu
6baf2fd360
Merge pull request #61482 from Microsoft/sandy081/61313
...
Introduce tree item highlights
2018-10-23 10:18:15 +02:00
Alex Dima
17454d4e88
Organize imports
2018-10-23 09:54:11 +02:00
Matt Bierner
26d23c6316
Strict null checks
...
#60565
2018-10-22 16:07:00 -07:00
Rob Lourens
96f7df4336
Refactor file search - use new interface for SearchService.fileSearch
2018-10-22 11:35:41 -07:00
Christof Marti
4e436d128c
Investigate using Electron's resolveProxy API ( #60773 )
2018-10-22 20:00:58 +02:00
Sandeep Somavarapu
90052ff8c4
code review - change from object array to number tuples. Move to proposed api
2018-10-22 16:50:37 +02:00
Benjamin Pasero
4a18377f15
storage - restore ExtensionStoragePath
2018-10-22 14:50:50 +02:00
Sandeep Somavarapu
b1e6a681ed
Fix #61313
2018-10-22 13:47:22 +02:00
Benjamin Pasero
7036953b12
storage - cleanup
2018-10-22 13:40:33 +02:00
Benjamin Pasero
3c913dd861
Merge branch 'master' into ben/ws-storage
2018-10-22 12:56:55 +02:00
Alex Ross
e3f803d92c
Add a new presentation option to clear the terminal before executing task ( #61329 )
...
Fixes #30058
2018-10-22 09:58:15 +02:00
Benjamin Pasero
c760849845
Merge branch 'master' into ben/ws-storage
2018-10-22 08:59:00 +02:00
Rob Lourens
0c1c02c827
Limit search provider extensions to one per scheme
2018-10-19 21:40:47 -07:00
Johannes Rieken
45f4904378
debt remove TPromise from extHost-files #53526
2018-10-19 09:49:05 +02:00
Rob Lourens
b17e21d0ad
Split text and file search interfaces
2018-10-18 16:49:58 -07:00
Rob Lourens
4b5f23f4ca
Move all old text search code under legacy/
2018-10-18 16:48:39 -07:00
Benjamin Pasero
f710788ab5
Merge branch 'master' into ben/ws-storage
2018-10-18 14:31:57 +02:00
Johannes Rieken
faf868edf4
propagate error when it happens very early, make sure to throw meaningful error on ext host side, #61182
2018-10-18 12:20:05 +02:00
Rob Lourens
d47f6b4f99
Fix #61041
2018-10-17 20:22:12 -07:00
Matt Bierner
202c2b697f
let -> const
2018-10-17 16:29:31 -07:00
Matt Bierner
f6397266ab
Use namespaces for converts
...
Most converters are already using namespaces. Switch a few using const object to use namespaces instead
2018-10-17 16:28:50 -07:00
Matt Bierner
e377ec6ed2
Use to for converting to extension host
...
Fixes #61141
2018-10-17 16:25:57 -07:00
Benjamin Pasero
2d2d715496
storage - write workspace.json from renderer
2018-10-17 19:03:20 +02:00
Andre Weinand
48adb204e9
never convert relative paths to URIs; fixes #60667
2018-10-17 16:48:07 +02:00