rebornix
371a7527ec
diff editor content height is the max of two editors.
2020-08-24 19:08:07 -07:00
Rachel Macfarlane
cd55420e7e
Make github-authentication a UI extension again
2020-08-24 18:44:14 -07:00
rebornix
f580e1d30f
diff editor for outputs
2020-08-24 18:38:42 -07:00
rebornix
7057d8c0de
hide diff overview in metadata editor
2020-08-24 18:38:42 -07:00
Rob Lourens
3ab605c4de
Fix notebook argument processor for cells
2020-08-24 17:15:16 -07:00
rebornix
13cfaaffef
hide diff editor overview
2020-08-24 16:38:12 -07:00
Matt Bierner
be6d3c4dda
Fixing saving of webview view state across restarts
2020-08-24 15:52:02 -07:00
rebornix
9411392d09
differenciate content change and metadata change.
2020-08-24 14:52:57 -07:00
rebornix
2cf4c20d68
style update for better visibility
2020-08-24 14:52:35 -07:00
rebornix
1741786554
show language info in metadata
2020-08-24 13:54:30 -07:00
Peng Lyu
643318fe4c
Merge pull request #105305 from microsoft/rebornix/diff-2
...
Enhanced text diff view for notebook
2020-08-24 13:51:04 -07:00
rebornix
69c1c79b81
💂 compilation.
2020-08-24 13:34:46 -07:00
rebornix
018e9a21f1
Merge remote-tracking branch 'origin/master' into rebornix/diff-2
2020-08-24 13:00:10 -07:00
rebornix
4ffd7a9e1b
💄
2020-08-24 12:24:18 -07:00
rebornix
e85b3ba43b
border around the whole cell.
2020-08-24 12:19:08 -07:00
Sandeep Somavarapu
9e7b2b8bc2
change the scope to window
2020-08-24 21:09:12 +02:00
isidor
da818d13fe
debug: introduce debuggersAvailable context
2020-08-24 20:59:29 +02:00
rebornix
8b1f7dfddb
put enhanced text diff behind a flag
2020-08-24 11:51:59 -07:00
rebornix
8fcf75aff2
always expand metadata editor if it is changed.
2020-08-24 11:48:44 -07:00
ZainChen
494064e6d0
update markdown themes
2020-08-25 02:18:43 +08:00
rebornix
ec2dd67ae3
store folding state in cell view model.
2020-08-24 10:51:47 -07:00
Rachel Macfarlane
3f392ec5a3
Revert github-authentication extensionKind
2020-08-24 10:45:39 -07:00
isidor
bb624e94f2
always allow show notifications command so screen reader users can focus the notifications toast
2020-08-24 19:20:30 +02:00
rebornix
86593ed18e
flex layout and shared metadata component
2020-08-24 10:19:44 -07:00
Matt Bierner
32dde5598d
Use addWebviewInput
...
Fixes #105295
2020-08-24 08:43:11 -07:00
Johannes Rieken
cf5dfe1bc8
unit test for applying metadata and output, https://github.com/microsoft/vscode/issues/105283
2020-08-24 17:11:55 +02:00
Martin Aeschlimann
88664e267a
npm: avoid invalid lookups
2020-08-24 16:58:36 +02:00
isidor
a58fa935d7
debug: do not register things lazily
...
fixes #105278
2020-08-24 16:41:27 +02:00
Johannes Rieken
2951e1f3d1
add NotebookEditorCellEdit#replaceMetadata,
...
https://github.com/microsoft/vscode/issues/105283
2020-08-24 16:35:24 +02:00
Martin Aeschlimann
8c5bdcdfb4
web: API to prevent initial theme flickering (also fixes #101226 )
2020-08-24 16:13:46 +02:00
Daniel Imms
f3ac25fdd0
Support .utf8 format in LANG
...
Fixes #105206
2020-08-24 06:39:34 -07:00
Johannes Rieken
ac4de7bbb3
add NotebookEditorCellEdit#replaceOutputs, https://github.com/microsoft/vscode/issues/105283
2020-08-24 15:19:21 +02:00
Alex Dima
bc9f2577cd
Fixes #105152 : Have the default word navigation to the left be similar to the defailt word navigation to the right
2020-08-24 14:31:40 +02:00
Alex Dima
76c817a5af
Fixes #104937 : Render decorations in minimap if semantic occurrences highlighting is disabled
2020-08-24 12:49:51 +02:00
Johannes Rieken
88f93ee247
💄 use resource map
2020-08-24 11:50:16 +02:00
Johannes Rieken
ab8cf002d2
chore - remove unused code fyi @rebornix
2020-08-24 11:44:12 +02:00
Johannes Rieken
db1f946073
chore - use $-prefix for IPC call onlys, fyi @rebornix
2020-08-24 11:33:06 +02:00
Johannes Rieken
834a380d93
add replaceCells to notebook edit builder, also refactor cell source to only be a string, not an array
2020-08-24 11:33:05 +02:00
Martin Aeschlimann
f7a687ed42
On Type Rename tests consume 20% of all unit test time. Fixes #105269
2020-08-24 11:14:21 +02:00
Benjamin Pasero
653e7e26df
sandbox - make lazyEnv fit for sandbox use
2020-08-24 11:09:34 +02:00
Andre Weinand
890d7c61af
node-debug@1.44.11
2020-08-24 10:54:51 +02:00
Johannes Rieken
cd18e7ec38
debt - make ExtHostNotebookDocument not implement vscode.NotebookDocument but expose the API object via strict getter
2020-08-24 10:11:45 +02:00
Johannes Rieken
984b654c8b
debt - remove unused function
2020-08-24 09:14:41 +02:00
Benjamin Pasero
f44d46d682
editors - baseEditor => editorPane
2020-08-24 08:30:22 +02:00
Rotem B and Rotem B
4dcc6b59c7
fix(extpath): windows reserved names being allowed with file extension ( #104980 )
...
Co-authored-by: Rotem B <10165140+Jensui@users.noreply.github.com >
2020-08-24 08:22:22 +02:00
40164f1f5b
Add to WorkingCopyCapabilities enum to reflect usage. ( #105020 )
...
* Add to WorkingCopyCapabilities enum to reflect usage.
The capabilities field was being used with a value of 0 in a few places that implemented the IWorkingCopy interface. This inconsistency wasn't picked up by the compiler because the value in the enum was specified as `1 << 1` and not as `2`. This changes the value to be specified as `2` (for better type checking) and makes the 0 to use the new enum value.
* some polish on top
Co-authored-by: Maksym Taran <maksym.taran@gmail.com >
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2020-08-24 08:14:40 +02:00
Benjamin Pasero
1689304b52
Allow to configure workbench.editor.restoreViewState per language ( fix #101110 )
2020-08-24 07:58:05 +02:00
Rob Lourens
f57a418b01
Make regex unicode reference transformation case-insensitive
...
Fix #104745
2020-08-23 09:40:13 -07:00
Marvin A. Ruder
8d2ff254c1
Changed description of “Commit Signing” setting label to include X.509.
2020-08-22 21:52:04 +02:00
Connor Peet
ad40702857
debug: bump js-debug and use its auto attach by default once more
2020-08-21 18:47:20 -07:00