Commit Graph

90679 Commits

Author SHA1 Message Date
Sandeep Somavarapu
bdc489b38d #51935 fix configuration model to consider an override identifier can exists in more than one overrides 2021-11-15 17:10:19 +01:00
Johannes Rieken
466d0418a2 update distro 2021-11-15 15:00:54 +01:00
Johannes Rieken
ccdd1bf1a1 update distro 2021-11-15 13:51:24 +01:00
Martin Aeschlimann
5be35751b9 Remove unnecessary regexp escape (for #137166) 2021-11-15 13:05:02 +01:00
Benjamin Pasero
bacf6ed2c1 smoke - properly create screenshots and stop instances (#137220) 2021-11-15 12:15:25 +01:00
Daniel Imms
c33965ab75 Fix terminal dnd feedback
Fixes #137205
2021-11-15 01:21:45 -08:00
Daniel Imms
ddd2f5901e Fix terminal detach session
Fixes #137204
2021-11-15 01:17:59 -08:00
Sandeep Somavarapu
5243c4021a #136424 add to proposed api 2021-11-15 09:52:34 +01:00
Daniel Imms
f76b133e69 Don't wait for 4s orphan check for just revived processes
Fixes #133964
2021-11-15 00:43:22 -08:00
Johannes Rieken
4a7cd9416f tweak for https://github.com/microsoft/vscode/pull/135736#issuecomment-968528741 2021-11-15 09:21:53 +01:00
Daniel Imms
f88820646b Tidy up 2021-11-15 00:14:06 -08:00
Daniel Imms
9366786ec6 Use optional chaining in ExtHostPseudoterminal 2021-11-14 23:55:29 -08:00
Daniel Imms
b934d09346 Move other extension terminal tests to async await
Part of #137155
2021-11-14 23:53:12 -08:00
Daniel Imms
03a844a2e5 Use async await in pty terminal test
Part of #137155
2021-11-14 23:39:46 -08:00
Benjamin Pasero
4bb7826d02 extension dev - do not delete empty window sqlite DB 2021-11-15 07:55:36 +01:00
Benjamin Pasero
6f28593438 smoke - retry quick open search (fix #136499) 2021-11-15 07:52:12 +01:00
Benjamin Pasero
4fb384ee85 🆙 @parcel/watcher@2.0.2 2021-11-15 07:43:55 +01:00
rebornix
eecabfd9aa update diagram 2021-11-14 22:08:37 -08:00
rebornix
db3763b5f4 update focus tracking doc. 2021-11-14 22:00:27 -08:00
Rob Lourens
035eaab2cb Merge pull request #136729 from microsoft/tanha/remote/issue-1386
Add option to server for `--pick-port` to start the server on a port within a range
2021-11-14 13:59:09 -08:00
Rob Lourens
049e0eafa3 Fix running "execute above/below" commands from command palette
Fix #136766
2021-11-14 13:58:04 -08:00
Tyler Leonhardt
ca58cb12bc remove unnecessary check for monaco-editor class in qp focus handling 2021-11-13 15:02:41 -08:00
tanhakabir
3496200d27 Clean up port range regex 2021-11-12 14:48:11 -08:00
Daniel Imms
de69c40e1e Move terminal editor registration to contribution
Fixes #136058
2021-11-12 14:37:32 -08:00
rebornix
8fdb5bc4e6 differenciate onFocusWidget and onFocusWebview. 2021-11-12 14:35:50 -08:00
rebornix
ad88550b9e main thread nb listen to nbEditor.onDidFocus. 2021-11-12 14:34:42 -08:00
Daniel Imms
bf08f79130 Move terminal label register into a contribution
Fixes #136057
2021-11-12 14:29:54 -08:00
SteVen Batten
b9777fbaab bump distro 2021-11-12 14:24:48 -08:00
rebornix
d30cabb531 reduce redundant focus update. 2021-11-12 14:23:17 -08:00
SteVen Batten
2730c200e6 bump vscode-windows-registry version 2021-11-12 14:19:10 -08:00
rebornix
0a4fa73a96 webview focus 2021-11-12 14:10:06 -08:00
SteVen Batten
e0563d8dd9 bump node-pty versions 2021-11-12 14:03:06 -08:00
Daniel Imms
08fed96463 Remove .only 2021-11-12 14:01:27 -08:00
Daniel Imms
547da02d14 Polish exit code messages
Fixes #136061
2021-11-12 13:57:33 -08:00
Daniel Imms
c528aef31b Move exit code message handling into a tested func
Part of #136061
2021-11-12 13:57:32 -08:00
rebornix
97ba0f840f ensure notebook toolbar takes focus 2021-11-12 13:32:44 -08:00
Logan Ramos
e011ec2b7d Remove instance id common property 2021-11-12 16:15:27 -05:00
tanhakabir
9607a0029a Ensure --pick-port range is "<num>-<num>" 2021-11-12 13:04:16 -08:00
Daniel Imms
0687b17f54 Hide terminal panel-specific commands from cmd palette
Part of #136549
2021-11-12 12:50:40 -08:00
Megan Rogge
5248915ead fix #134418 2021-11-12 19:29:56 +00:00
John Murray
596c835be2 Word missing from setting description (fix #137027) (#137028) 2021-11-12 10:46:53 -08:00
Jackson Kearl
694097a63a Instrument accepted suggestion contributions (#136922)
* Instrument accepted suggestion contributions

* Only log once per resource/provider

* Keep track of logged events for real

* Move types closer to use

* Address feedback

* Tidy up
2021-11-12 10:40:25 -08:00
rebornix
48a7916767 update markdown cell listener 2021-11-12 10:01:36 -08:00
rebornix
654f5ae36b focus cell list container when active element is removed from DOM. 2021-11-12 09:49:20 -08:00
Alexandru Dima
a8fe7ca449 Merge pull request #137037 from microsoft/ben/lifecycle-kill
lifecycle - emit `onWillShutdown` even when using `app.exit`
2021-11-12 17:49:15 +01:00
Logan Ramos
1bf65f4bfb Bump distro 2021-11-12 11:19:54 -05:00
Alex Ross
231fe61ab5 Add setting to exclude scripts from NPM scripts view
Fixes #71635
2021-11-12 17:14:51 +01:00
Johannes Rieken
ca9042324f typo 2021-11-12 17:10:21 +01:00
Johannes Rieken
88ad4c094d add mini readme for how to consume/add proposals, https://github.com/microsoft/vscode/issues/131165 2021-11-12 16:45:40 +01:00
Sandeep Somavarapu
9b1d819745 #136424 Initialize remote with user synced extensions 2021-11-12 16:34:18 +01:00