Commit Graph

2646 Commits

Author SHA1 Message Date
Martin Aeschlimann
fa854de2af URI for waitMarkerFilePath 2019-03-22 16:21:10 +01:00
Johannes Rieken
97cc9b15ba implicit any, #70352 2019-03-22 09:11:36 +01:00
Benjamin Pasero
2699f06fb9 less implicit any (#70352) 2019-03-22 08:08:16 +01:00
Rob Lourens
0118588327 Fix vscode.newWindow args 2019-03-21 23:49:14 +00:00
Matt Bierner
d1e87a2dd5 More implicit any error fixes 2019-03-21 13:06:17 -07:00
Matt Bierner
8235163d9b More implicitAny fixes 2019-03-21 09:52:43 -07:00
Johannes Rieken
3fc8913343 show quick pick when multiple formatter apply, #41882 2019-03-21 17:40:31 +01:00
Martin Aeschlimann
dc925370e6 add IOpenConfiguration.noRecentEntry 2019-03-21 12:16:53 +01:00
Matt Bierner
499cfbe8a8 Add fallback values for when exthost adapter cannot be found
Fixes #69147

Due to the asynchronous communication between the exthost and main process, there may be cases where we request data from a provider that has been unregistered. This currently logs an error.

This change adds a fallback value that we can return instead when the adapter is missing.
2019-03-20 18:11:19 -07:00
Matt Bierner
826dd8a35e Fixing some implicit any errors in exthost 2019-03-20 15:40:29 -07:00
Alex Dima
499686ca03 Send extension host exit code 2019-03-20 16:53:50 +01:00
Johannes Rieken
5a920062da remove extHost-dependency from mainThreadLanguages, #70319 2019-03-20 12:40:54 +01:00
Martin Aeschlimann
0455fefeee add 'vscode.newWindow' command 2019-03-20 11:44:12 +01:00
Benjamin Pasero
10c0126e4b debt - reduce null | undefined usages 2019-03-20 08:28:19 +01:00
Daniel Imms
904db5d8f7 Support measuring terminal proc latency 2019-03-19 16:30:41 -07:00
Rachel Macfarlane
b5ef5937d3 Prevent multiple empty comment threads from being created at same position 2019-03-19 11:06:59 -07:00
Matt Bierner
7d0e64f5ec Strict null check VS Code
Fixes #60565
Fixes #70417
2019-03-19 10:51:31 -07:00
Matt Bierner
bf7f750a19 Add asArray helper 2019-03-19 10:33:39 -07:00
Daniel Imms
beb89524b6 Merge branch 'master' into tyriar/70716 2019-03-19 09:21:38 -07:00
Andre Weinand
412a1074da moved mainThreadDebugService to browser 2019-03-19 17:18:33 +01:00
Benjamin Pasero
eddda708d5 files2 - mkdirp throws any erorr that is not FileNotFound 2019-03-19 17:13:50 +01:00
Johannes Rieken
cfd4cb8c81 strict null trouble 2019-03-19 15:46:01 +01:00
Johannes Rieken
c92ce4014f move extHost.protocol to common, #70319 2019-03-19 15:46:01 +01:00
Johannes Rieken
297a6be6b3 inline IRemoteConsoleLog-type, #70319 2019-03-19 15:21:49 +01:00
Johannes Rieken
a2370138b4 some more named imports 2019-03-19 15:19:06 +01:00
Johannes Rieken
5c02b50383 extHost.protocol should not depend on extHostTypes, #70319 2019-03-19 15:13:50 +01:00
Johannes Rieken
888415c12f move proxy identifier, #70319 2019-03-19 15:13:49 +01:00
Johannes Rieken
63ce59c390 Merge pull request #70748 from Microsoft/joh/callh
Implement call hierarchy
2019-03-19 13:59:31 +01:00
Johannes Rieken
d9558862cc add uri-property to CallHierarchtItem, better wording, better behaviour when switching calls/callers 2019-03-19 10:06:19 +01:00
Daniel Imms
02423d3f15 Fix flaky terminal test 2019-03-18 17:07:57 -07:00
Rachel Macfarlane
30b2c30706 Add a command for deleting comment threads 2019-03-18 16:27:18 -07:00
Daniel Imms
44c1e0321a Support string in TerminalOptions.shellArgs
Fixes #70716
Fixes #70713
2019-03-18 15:38:33 -07:00
Rachel Macfarlane
37cb23d3dd Unregister comment controller when it is disposed 2019-03-18 14:49:01 -07:00
Sandeep Somavarapu
fdf21e193d Fix #70330 2019-03-18 19:56:15 +01:00
Johannes Rieken
a92a5bf11f Merge branch 'master' into joh/callh 2019-03-18 12:41:19 +01:00
Andre Weinand
96eb4cf00d proposed API: add parentSession to startDebugging; fixes #70219 2019-03-18 11:41:31 +01:00
Peng Lyu
579e4ac025 Comments should be in ctor comment thread 2019-03-15 12:53:41 -07:00
Alex Ross
8f16a02e66 Move remote agent environment out of node (#70568) 2019-03-15 17:00:57 +01:00
Andre Weinand
b81ceba1ce strict null for extHostDebugService.ts 2019-03-15 14:53:50 +01:00
Andre Weinand
8c217344e7 prepare for strict null checks in extHostDebug 2019-03-15 14:53:50 +01:00
Andre Weinand
f051893f27 strict null for variableResolver.ts 2019-03-15 14:53:50 +01:00
Alex Dima
7ecbbe4489 Strict null checks 2019-03-15 12:48:25 +01:00
Sandeep Somavarapu
18b926cd11 Merge pull request #70548 from Microsoft/sandy081/70546
Improve extension activation failure messages
2019-03-15 11:34:06 +01:00
Alex Dima
ff898dd02c Remove unused code 2019-03-15 11:31:46 +01:00
Sandeep Somavarapu
275fb51519 change missing deps to take only single dep 2019-03-15 10:37:57 +01:00
Alex Ross
de771267b8 Strict null check mainThreadTask.ts
Fixes #70510
2019-03-15 09:19:44 +00:00
Sandeep Somavarapu
d6058d77c0 Improve extension activation failure messages 2019-03-15 10:19:21 +01:00
Johannes Rieken
c9a8a1d08f simple tree UX 2019-03-14 17:56:45 +01:00
Daniel Imms
c2114abf72 Fix strict null checks in extHostTerminalService
Fixes #70415
2019-03-14 08:55:19 -07:00
Alex Ross
d0e0aa2ddd Strict null check extHostTask.ts
extHostTask.ts remains commented out in tsconfig.strictNullChecks.json since it still depends on unchecked files

Fixes #70414
2019-03-14 15:50:45 +00:00