Commit Graph

2907 Commits

Author SHA1 Message Date
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
Peng Lyu
15d782f4a4 Update comment range 2019-03-01 10:06:54 -08:00
Gabriel DeBacker
ca923da1d4 Merge remote-tracking branch 'upstream/master' into user/gabrield/extensionCallbackAsTask 2019-02-27 10:17:22 -08:00
Alex Dima
e2049cdca3 Remove public facing usages of indentSize (#10339) 2019-02-27 17:24:32 +01:00
Joao Moreno
dafd1aab8f missing semi 2019-02-23 08:09:00 +01:00
Peng Lyu
e5dbd34dd3 Merge pull request #69253 from Microsoft/rebornix/commentscontrol
Comments API refactor
2019-02-22 16:54:39 -08:00
Peng Lyu
bb62f5036d Support new comment thread creation. 2019-02-22 16:46:49 -08:00
Andre Weinand
e5da9b8d55 rescan debugger extensions; fixes #69100 2019-02-22 23:37:44 +01:00
Peng Lyu
4f249529e8 Commenting Ranges API 2019-02-22 12:05:08 -08:00
Peng Lyu
39218635a5 Dispose commentcontrol properly. 2019-02-22 11:29:58 -08:00