Commit graph

65036 commits

Author SHA1 Message Date
kieferrm
3aa931c67d fix GDPR annotation 2020-04-28 00:49:18 +00:00
Connor Peet
8630bc01af release: prep for 1.45 2020-04-27 17:37:52 -07:00
SteVen Batten
4abcc03d6a update to telemetry service/callstack or exception 2020-04-27 17:33:44 -07:00
Alexandru Dima
29dde07ee4
Merge pull request #96317 from microsoft/alex/undo-redo-max-memory
Introduce `files.maxMemoryForClosedFilesUndoStackMB`
2020-04-28 02:24:32 +02:00
Alex Dima
62e3447324
Introduce files.maxMemoryForClosedFilesUndoStackMB 2020-04-28 02:20:14 +02:00
Matt Bierner
686ad17217 Clean up onTypesInstallerInitializationFailed
- Convert to async
- don't require using inline type with id
2020-04-27 16:42:45 -07:00
Matt Bierner
2e44999bd4 Make sure we validate position in light bulb widget
Fixes #93214
2020-04-27 16:27:13 -07:00
Alex Dima
6e2b57a0c1
update distro 2020-04-28 01:22:58 +02:00
Alex Dima
c957309f17
Adopt latest native-keymap 2020-04-28 01:22:19 +02:00
rebornix
0421b831ad Fix #92794. allow customize placeholder for input box 2020-04-27 16:13:10 -07:00
Alex Dima
bfe0bb0e98
Adopt latest vscode-textmate and register the Registry for disposal 2020-04-28 01:08:12 +02:00
Peng Lyu
3e239bed5e
Fix widget in cell editor cutoff by the titlebar. (#94195)
* Fix widget in cell editor cutoff by the titlebar.

* Move zindex update internal to notebook

* remove unused css

* update zindex only closing notebook editor

* adopt fixed overflow widget option

* overflow visible is not needed for fixed element.

* optional transformOptimization

* remove unncessary position static and overflow visible
2020-04-27 15:51:50 -07:00
Matt Bierner
cf97fca127
Move toggle editor type command out of custom editors (#96100)
The new toggle editor type command lets you quickly switch between a custom editor and our default editor
2020-04-27 15:46:42 -07:00
Rob Lourens
a70e14bbc0 Tweak cell insert indicator 2020-04-27 17:23:19 -05:00
Rob Lourens
8908db9aff Fix cell html output margin 2020-04-27 17:03:13 -05:00
Alexandru Dima
982ce26ab2
Merge pull request #94780 from robertrossmann/feat/diff-diagonal-fill-colour
Allow theming the diff view's diagonal fill with diffEditor.diagonalFill
2020-04-27 23:58:34 +02:00
Rob Lourens
b29d0abc67 Register "Change language" action and sync language change to ext host 2020-04-27 16:41:24 -05:00
Martin Aeschlimann
919c46deab [html] update dependencies 2020-04-27 23:15:37 +02:00
Alexandru Dima
26154a5012
Merge branch 'master' into feat/diff-diagonal-fill-colour 2020-04-27 23:13:05 +02:00
Martin Aeschlimann
0cb91f61bd [css] update dependencies 2020-04-27 23:07:25 +02:00
Connor Peet
77ce355101 experiments: allow filtering by os 2020-04-27 14:04:11 -07:00
Alexandru Dima
224959886a
Merge pull request #95742 from bolinfest/rematch-with-grammar-change
Ensure @rematch and nextEmbedded can be used together in Monarch grammar
2020-04-27 22:59:21 +02:00
Alex Dima
f889113a8d
Add test for #95742 2020-04-27 22:58:24 +02:00
Martin Aeschlimann
4a3bd05497 [json] Go to definition for $ref. Fixes #69411 2020-04-27 22:30:58 +02:00
Alexandru Dima
90dc6f6de4
Merge branch 'master' into rematch-with-grammar-change 2020-04-27 22:27:28 +02:00
rebornix
c610dd7fc7 Fix #95858. 2020-04-27 12:22:27 -07:00
Andrew Casey
27e2e92a54
Clean up CallstackOrException telemetry in typescript-language-features (#96108)
One was actually SystemMetaData, all others were either dropped or
replaced with sanitized versions classifiable as SystemMetaData.
2020-04-27 12:13:00 -07:00
Rob Lourens
3a548deffa Add status bar and language picker to markdown cells 2020-04-27 14:06:02 -05:00
Rob Lourens
33eb941efa Add language picker to the code cell status bar
Needs - sync language change to EH, and add status bar to markdown editor cells
2020-04-27 14:06:02 -05:00
Matt Bierner
c77dfdc6b8 Pick up new TS version 2020-04-27 12:02:42 -07:00
Matt Bierner
766d321e42 Persistance check should not activate background webview extensions
Fixes #95615

When checking if we can persist a webview, we check to see if any reviver is registered for it. However this may activate extensions that register the reviver

For background webview that have been restored we can skip this check since we know they were persisted in the past
2020-04-27 12:02:42 -07:00
Alex Dima
89bc8d2fda
Open a separate window with the log 2020-04-27 20:59:51 +02:00
Pine Wu
7077968df5 Fix file name 2020-04-27 11:40:06 -07:00
Rachel Macfarlane
899635a932 Add param docs for getSessions and login, fixes #94033 2020-04-27 11:00:58 -07:00
rebornix
e0015ab71f Fix #96207. 2020-04-27 10:58:58 -07:00
Rachel Macfarlane
f70ea77e76 Reorder cancel button, fixes #96065 2020-04-27 10:45:41 -07:00
Miguel Solorio
3f64768161 Polish notebook margins 2020-04-27 10:15:22 -07:00
SteVen Batten
2ace2ab24a fixes #93939 2020-04-27 09:50:36 -07:00
Andre Weinand
cfa8b26399
Merge pull request #96211 from microsoft/weinand-patch-95957
selectively propagate debugging arguments for payload
2020-04-27 18:45:18 +02:00
Andre Weinand
329b0a0ebb
Merge branch 'master' into weinand-patch-95957 2020-04-27 18:44:40 +02:00
Rob Lourens
18528b32e7 Fix notebook html output width 2020-04-27 11:38:14 -05:00
Alex Dima
79a64259a0
Add a mechanism to debug TM grammars 2020-04-27 18:21:29 +02:00
SteVen Batten
0ca89d9561 fixes #92895 2020-04-27 09:13:31 -07:00
Daniel Imms
9aebcf52b3
Merge pull request #96278 from ChrisPapp/96181_focus_terminal_after_drag
Focus terminal after dragging a file to terminal
2020-04-27 09:11:14 -07:00
Christos Pappas
65a0b01c0f
Focus terminal after dragging a file to terminal 2020-04-27 18:39:47 +03:00
Rachel Macfarlane
b05b32bfd8 Use github auth server for provider 2020-04-27 08:10:46 -07:00
Rachel Macfarlane
6560269b22 Simplify auth provider consent dialog wording 2020-04-27 08:10:46 -07:00
Sandeep Somavarapu
3c7c72525c Fix #96019 2020-04-27 17:10:31 +02:00
Martin Aeschlimann
412ee9ac61 Make editor.tokenColorCustomizationsExperimental offical. Fixes #96267 2020-04-27 16:52:51 +02:00
Benjamin Pasero
696dca786a fix #96256 2020-04-27 16:36:52 +02:00