Commit Graph

21 Commits

Author SHA1 Message Date
Alex Dima
e525b3f4e0 Configure if console stacks should be sent via IExtensionHostInitData 2022-06-23 17:10:22 +02:00
Alexandru Dima
f9acb97f3c Set up console forwarding in the extension host separately of bootstrap-fork.js (#152980) 2022-06-23 17:01:00 +02:00
Alexandru Dima
47652af0b6 Improve env variable handling around extension host connection type (#152466) 2022-06-17 09:20:53 -04:00
Matt Bierner
f17b33faf2 Use .?method() in more places (#152112)
Switches simple patterns like:

```ts
if (some.thing) {
    some.thing.method();
}
```

to:

```ts
some.thing?.method()
```

This is more concise and avoids having to repeat the `some.thing` part
2022-06-15 16:28:31 +00:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Alexandru Dima
40840d1d58 Add initial support for --socket-path on Windows (#151174) 2022-06-03 06:47:29 +02:00
Benjamin Pasero
ec71e5c3e2 more sandboxed usages in ext host starter (#147666) 2022-04-19 10:31:03 +02:00
Alex Dima
f903e88a3f Merge remote-tracking branch 'origin/main' into alex/issue-143645 2022-03-21 16:16:13 +01:00
Alex Dima
d61e2520e0 When the remote extension host disconnects, ask the server if it actually just crashed (using the management connection) 2022-03-21 16:13:51 +01:00
Daniel Imms
4e3e27650b shellEnv platform/terminal -> platform/shell
Fixes #145405
2022-03-18 09:10:45 -07:00
Alex Dima
e420869a96 The path environment variable is Path under windows, so read it in a case insensitive manner 2022-02-16 18:02:09 +01:00
Alexandru Dima
887415bba1 Revert "Revert "remote-cli not being added to PATH with "terminal.integrated.inheritEnv": false"" 2022-02-16 15:36:07 +01:00
Alexandru Dima
bcc58db3b8 Revert "remote-cli not being added to PATH with "terminal.integrated.inheritEnv": false" 2022-02-16 15:33:54 +01:00
Martin Aeschlimann
f74e7a8d5d remote-cli not being added to PATH with "terminal.integrated.inheritEnv": false. For /microsoft/vscode-remote-release#6289 2022-02-10 16:36:45 +01:00
Connor Peet
91f7694e68 debug: avoid listening on all interfaces when debugging a remote ext host
Fixes #142541
2022-02-08 10:26:17 -08:00
Benjamin Pasero
62dc317056 debt - untangle platform/environment (#141154) 2022-02-08 08:33:37 +01:00
Martin Aeschlimann
6fc45ef5c7 Latest update breaks due to proxy requirement. Fixes #142201 2022-02-07 21:04:24 +01:00
Alex Dima
ed54b04b4f Simplify uri transformer creation 2022-02-04 16:22:18 +01:00
Alex Dima
87140b9f95 Move extensionHostProcess.ts to /workbench/api/ (#141003) 2022-01-31 15:58:39 +01:00
Alex Dima
ef8700e85e Reuse extensionHostProcess entry point in the server case 2022-01-24 14:23:43 +01:00
Alex Dima
3269deea2b Move server code to vs/server/node 2022-01-20 17:18:10 +01:00