Commit Graph

95839 Commits

Author SHA1 Message Date
Alex Ross a576b4c066 Fix npm task path now that there's no slash 2022-04-19 15:15:36 +02:00
Henning Dieterichs 856e0ae9cb Include opus files for web build 2022-04-19 14:48:46 +02:00
Ladislau Szomoru 02a92ee13f Revert "Workspace trust - add tracing to track down integration test failure (#142609)"
This reverts commit 0fb0a6df31.
2022-04-19 13:56:03 +02:00
Alex Ross bab1b25c0b Polish comment line numbers in view
Part of #146510
2022-04-19 13:45:46 +02:00
deepak1556 cf63e1839c ci: fix 403 when downloading ripgrep prebuilt 2022-04-19 20:19:47 +09:00
Benjamin Pasero 9ce2a653c8 macOS: declare folder support (#147686)
* wip

* add utis
2022-04-19 12:56:55 +02:00
Robo d38141a519 ci: build arm64 server with centos7-devtoolset8 (#147676) 2022-04-19 03:34:10 -07:00
Johannes 4edae49746 add { and closing default brackets as boost/separator characters, https://github.com/microsoft/vscode/issues/147423 2022-04-19 11:10:57 +02:00
Benjamin Pasero c4769cfdcd Confirmation of Clear Recent projects (fix #139392) 2022-04-19 11:05:40 +02:00
Benjamin Pasero ec71e5c3e2 more sandboxed usages in ext host starter (#147666) 2022-04-19 10:31:03 +02:00
Johannes fc8a77abff some jsdoc 2022-04-19 09:34:34 +02:00
Benjamin Pasero a9010d094a smoke - support retryWithRestart in web too 2022-04-19 09:03:17 +02:00
Benjamin Pasero 24273bd759 storage - let main process deal with closing workspace storage 2022-04-19 07:53:30 +02:00
Benjamin Pasero 06e26c7a57 Do not attempt to reopen files that lead to a crash in previous session (fix #114844) 2022-04-19 07:38:32 +02:00
Megan Rogge e7c6ad74af get zsh startup files to run in the correct order (#147434) 2022-04-18 19:16:54 -07:00
David Dossett 3b57fde7a8 Fix #147652 2022-04-18 15:15:01 -07:00
Rob Lourens 07e2a4e3f2 Fix exec order indicator position when statusbar hidden. Fix #147333 2022-04-18 15:02:49 -07:00
Logan Ramos ad5ef7ea85 Remove tab rename todo 2022-04-18 09:08:54 -04:00
Benjamin Pasero e6d98a13fc watcher - allow relative patterns for include (#146335) 2022-04-16 07:22:33 +02:00
Tyler Leonhardt ed6d360182 add fallback auth server for github auth and better fallback logic 2022-04-15 15:48:29 -07:00
Tyler Leonhardt 9c15f4185a add favicon and nonce enforcement in microsoft auth 2022-04-15 15:47:20 -07:00
Rob Lourens 70c896184e Fix build 2022-04-15 15:28:57 -07:00
Raymond Zhao 1fb94816f2 Settings editor search widget polish (#147521) 2022-04-15 13:35:40 -07:00
Rob Lourens 2fd2a60415 Add autoExpandLazyVariables setting. Fix #144861 2022-04-15 11:55:55 -07:00
Rob Lourens ff289ebac8 Support 'when' clause for breakpoints contribution. Fix #133585 2022-04-15 11:29:37 -07:00
Benjamin Pasero 2e10985e62 quick pick - hide input in more cases of quick nav (#147493) 2022-04-15 07:28:04 -07:00
Logan Ramos 4f03e1bc7f Up distro 2022-04-15 10:18:42 -04:00
Rob Lourens a9288be67b Focus the editor on debug stop, by default. Fix #139950 2022-04-14 17:43:00 -07:00
Jackson Kearl 49d2821d44 add note about legacy config 2022-04-14 15:31:37 -07:00
Jackson Kearl b55d829608 remove unneeded cast 2022-04-14 15:31:37 -07:00
Tyler Leonhardt 52a394bdea Introduce removeSessionByIToken to remove sessions that aren't in this._tokens yet. Fixes #145189 2022-04-14 15:21:54 -07:00
Matt Bierner cba0a0e460 Always encode paths dropped in md 2022-04-14 14:55:22 -07:00
Matt Bierner 50ea16198d Remove the concat text document api proposal
Fixes #146781
2022-04-14 14:39:44 -07:00
Joe Previte ac00898e44 fix: compare origins in fetch requests against remote authority (#147467)
The previous implementation did not consider what would happen if
webview resources were served from the same domain. By first comparing
the requestUrl.orgin with the sw.orgin (similar to how it's done for
localhost), this is no longer a problem.

And since the requests have the same origin, authentication will never
be an issue as cookies will exist.
2022-04-14 14:26:15 -07:00
Matt Bierner cc74238173 Update to build VS Code using latest TS nightly (#146933)
* Fixing line height if drop into prompt wraps

* Use keybinding style for `shift` in overlay

* Update to build VS Code using latest TS nightly

* Fix compile error

* Bump TS

* Add constraint
2022-04-14 13:58:26 -07:00
SteVen Batten ab174654a5 improve select a different editor command (#147479) 2022-04-14 13:51:57 -07:00
Raymond Zhao c3d09dbabf Polish language filter button implementation (#147461) 2022-04-14 13:48:06 -07:00
Peng Lyu a4334e4d05 Merge pull request #147470 from microsoft/rebornix/lazy-kernel
Experiment: proxy controller in notebooks
2022-04-14 13:43:54 -07:00
Tyler Leonhardt 5919378269 don't surface error on gets and remove microsoft secret migration. Fixes #146553 2022-04-14 12:18:33 -07:00
rebornix cb80d2cb1d if resolve kernel failed, reset connection state 2022-04-14 12:10:15 -07:00
rebornix 7195f05a16 allow notebook cancel execution with proxy kernel. 2022-04-14 12:05:38 -07:00
Matt Bierner ed1eaf32f8 Use keybinding style for shift in overlay 2022-04-14 12:00:40 -07:00
rebornix 9fe5271dac tweak install from marketplace entry on kernel quickpick. 2022-04-14 11:46:04 -07:00
Matt Bierner bf2a8fc564 Fixing line height if drop into prompt wraps 2022-04-14 11:30:46 -07:00
Matt Bierner f6985089f4 Improving UX for drop into prompt
For #142990
2022-04-14 11:22:32 -07:00
rebornix 30caa88a45 Merge remote-tracking branch 'origin/main' into rebornix/lazy-kernel 2022-04-14 11:21:41 -07:00
rebornix 3c9c0e36cd Use SELECT_KERNEL_ID other than string literal 2022-04-14 11:20:53 -07:00
rebornix 280050dba5 💄 2022-04-14 11:19:50 -07:00
rebornix f20a0f2a10 extract exthost/mainthread proxy kernels. 2022-04-14 11:10:48 -07:00
SteVen Batten 53411d55c5 fixes #147468 2022-04-14 10:58:20 -07:00