Martin Aeschlimann
|
6b6c4137ef
|
add noRecentEntry for vscode.openFolder
|
2019-03-10 19:08:05 +01:00 |
|
SteVen Batten
|
bf5e12e923
|
consolidate search into common (#69614)
|
2019-03-08 16:43:13 -08:00 |
|
Andre Weinand
|
ac46ca2a5e
|
make caching more robust; fixes #69534
|
2019-03-08 17:08:08 +01:00 |
|
Daniel Imms
|
0d9f226bfe
|
Merge pull request #66819 from GabeDeBacker/user/gabrield/extensionCallbackAsTask
User/gabrield/extension callback as task
|
2019-03-07 13:00:44 -08:00 |
|
Peng Lyu
|
75e711f8a6
|
seperate acceptInputCommand and additional commands.
|
2019-03-07 11:34:43 -08:00 |
|
Rob Lourens
|
a09e7bd128
|
Fix #64575 - delete FileIndexProvider
|
2019-03-07 05:33:35 +00:00 |
|
Peng Lyu
|
b64a7295b2
|
Merge remote-tracking branch 'upstream/master' into rebornix/commentenhancement
|
2019-03-06 14:54:42 -08:00 |
|
Peng Lyu
|
ce1cb8a9fc
|
replace draft properties with labels in CommentThread and Comment
|
2019-03-06 14:29:02 -08:00 |
|
Gabriel DeBacker
|
6d665482c8
|
Put back more of the terminal changes
|
2019-03-06 14:03:16 -08:00 |
|
Sandeep Somavarapu
|
a4b49166d0
|
Fix #69110
|
2019-03-06 22:18:01 +01:00 |
|
Peng Lyu
|
905248fa6e
|
comments panel handle new comment thread registration.
|
2019-03-06 11:57:30 -08:00 |
|
Gabriel DeBacker
|
d5e4009ae9
|
Remove need for acquiring dimensions for terminal from main thread
|
2019-03-06 11:47:57 -08:00 |
|
Gabriel DeBacker
|
99cf5e4881
|
Merge remote-tracking branch 'upstream/master' into user/gabrield/extensionCallbackAsTask
|
2019-03-06 10:30:14 -08:00 |
|
Peng Lyu
|
42194d82a1
|
Callback for creating new comments
|
2019-03-06 10:15:51 -08:00 |
|
Gabriel DeBacker
|
8b1b0763a3
|
Merge with master
|
2019-03-06 07:44:35 -08:00 |
|
Johannes Rieken
|
763ae0943d
|
eng - some extHost strict-null work
|
2019-03-06 16:44:15 +01:00 |
|
Joao Moreno
|
e6bc6699a4
|
strict null checks: extHostSCM
|
2019-03-06 10:50:07 +01:00 |
|
Alex Dima
|
1d345f0737
|
URI always needs to be revived after crossing ipc boundaries
|
2019-03-06 10:19:17 +01:00 |
|
Rob Lourens
|
0710a009f8
|
Fix #69875
|
2019-03-05 19:17:54 -08:00 |
|
Matt Bierner
|
52556f9742
|
Auto converting let -> const where possible in mainthread and extHost
Const provides better type guards and can make logic clearer
|
2019-03-05 16:53:41 -08:00 |
|
Matt Bierner
|
db9a994ded
|
Strict null check extHostDiagnostics
|
2019-03-05 16:53:40 -08:00 |
|
Matt Bierner
|
14c4fde6d6
|
Strict null check extHostQuickOpen
|
2019-03-05 16:53:40 -08:00 |
|
Matt Bierner
|
8f3cda12e4
|
Strict null check extHostFileSystem
|
2019-03-05 16:53:40 -08:00 |
|
Matt Bierner
|
bb64391ec4
|
Strict null work in exthost
|
2019-03-05 16:53:40 -08:00 |
|
Matt Bierner
|
733a1cd841
|
Strict null check extHostDocuments
|
2019-03-05 16:53:40 -08:00 |
|
Matt Bierner
|
480b838ef2
|
Strict null check apiCommands
|
2019-03-05 16:53:40 -08:00 |
|
Matt Bierner
|
13e394ff45
|
Strict null fixes for tests
|
2019-03-05 11:25:32 -08:00 |
|
Peng Lyu
|
3cf67b0b7d
|
exthost types, avoid using enums
|
2019-03-05 10:03:07 -08:00 |
|
Gabriel DeBacker
|
41d0633196
|
Address code review feedback
|
2019-03-05 08:12:29 -08:00 |
|
Gabriel DeBacker
|
998b70c7e2
|
Merge remote-tracking branch 'upstream/master' into user/gabrield/extensionCallbackAsTask
|
2019-03-05 07:17:22 -08:00 |
|
Johannes Rieken
|
1eb6de1daf
|
clean up some todos
|
2019-03-05 10:16:07 +01:00 |
|
Daniel Imms
|
437f7f67cb
|
Move TerminalProcessManager, node->browser
|
2019-03-04 20:10:07 -08:00 |
|
Peng Lyu
|
56303b0c2c
|
Merge remote-tracking branch 'upstream/master' into rebornix/commentenhancement
|
2019-03-04 18:29:50 -08:00 |
|
Peng Lyu
|
e78c2e2a21
|
less verbose comment controller api
|
2019-03-04 17:27:19 -08:00 |
|
Daniel Imms
|
badedf5d7d
|
Move terminalEnvironment, node->common
Part of #69115
|
2019-03-04 17:25:24 -08:00 |
|
Daniel Imms
|
8afa7773d5
|
Remove os dep in terminalEnvironment
|
2019-03-04 17:16:21 -08:00 |
|
Peng Lyu
|
e42c30a294
|
CommentController.
|
2019-03-04 11:37:18 -08:00 |
|
Gabriel DeBacker
|
64748589c5
|
Merge remote-tracking branch 'upstream/master' into user/gabrield/extensionCallbackAsTask
|
2019-03-04 07:44:54 -08:00 |
|
Johannes Rieken
|
d9aeef5de6
|
remove hasChanges-check, fixes #68971
|
2019-03-04 16:31:30 +01:00 |
|
Christof Marti
|
6fad3377f4
|
Start CLIServer with extension host
|
2019-03-04 15:01:53 +00:00 |
|
Johannes Rieken
|
44b4f0e967
|
remove isMalformedUri thing
|
2019-03-04 15:59:28 +01:00 |
|
Gabriel DeBacker
|
0d585db3b0
|
Merge remote-tracking branch 'upstream/master' into user/gabrield/extensionCallbackAsTask
|
2019-03-04 04:51:59 -08:00 |
|
Johannes Rieken
|
ca0b1b38b0
|
debt - make target location optional and let service decide
|
2019-03-04 11:46:46 +01:00 |
|
Johannes Rieken
|
265644d08a
|
debt - use our assert util
|
2019-03-04 11:46:46 +01:00 |
|
Johannes Rieken
|
bf8c66a079
|
fix #69753
|
2019-03-04 10:40:01 +01:00 |
|
Martin Aeschlimann
|
e96ab81392
|
extensionTestsLocationURI.fsPath normalizes path (for #69569)
|
2019-03-02 20:57:46 +01:00 |
|
Benjamin Pasero
|
900d58bfe5
|
debt - declare more services via registerSingleton()
|
2019-03-02 09:42:57 +01:00 |
|
Matt Bierner
|
3f68d38c9b
|
Fix strict null error in webview
|
2019-03-01 21:06:15 -08:00 |
|
Matt Bierner
|
c7bf51034b
|
Take uri as argument instead of string version of uri
|
2019-03-01 16:06:51 -08:00 |
|
Matt Bierner
|
9061cad570
|
Removing preview.html command
Fixes #62630
|
2019-03-01 16:06:51 -08:00 |
|