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
Matt Bierner
c50b5acd37
Fix local resources in webview views
...
Ensure we use the correct id for identifying the webview internally
2020-08-21 16:42:31 -07:00
Matt Bierner
041cf5dd0f
Split main thread webview views to own file
2020-08-21 16:42:31 -07:00
Matt Bierner
5ec7e96238
Spelling
2020-08-21 16:42:31 -07:00
Rob Lourens
14e50154fd
Fix language picker layout 1px overlap
2020-08-21 14:57:20 -07:00
Rob Lourens
2489ff75c9
Add setting to control cell toolbar position
...
Fix #105195
2020-08-21 14:48:21 -07:00
Matt Bierner
d192ba8806
Extract main thread custom editors to own file
2020-08-21 12:22:08 -07:00
Matt Bierner
b2107a2d87
Extract MainThreadWebviewSerializers to own file
...
Fixes #105127
This time make sure to avoid cycles too
2020-08-21 12:22:08 -07:00
rebornix
62e2deb931
common metadata editor.
2020-08-21 12:00:16 -07:00
isidor
70573c9674
get rid of treeFilter since there is no re-use
2020-08-21 20:59:03 +02:00
rebornix
e906097398
shared layoutInfo.
2020-08-21 11:47:00 -07:00
Isidor Nikolic
4b904130f6
Merge pull request #102704 from arhelmus/master
...
Implemented filter for debug console output
2020-08-21 20:38:23 +02:00
isidor
84af918201
debug: toolbar disable pause action and close quick pick
...
#84228
2020-08-21 20:27:09 +02:00
isidor
312abad5a0
Revert "debug: do not show toolbar while initialising"
...
This reverts commit 135b6da837 .
2020-08-21 20:23:59 +02:00
isidor
ab2ba17b40
debug: only decorate glyph arrow for focused session
...
fixes #105139
2020-08-21 20:13:49 +02:00
Rob OLeary
0bb98bf686
Add more snippets for basic syntax ( #105174 )
2020-08-21 11:07:24 -07:00
Rob Lourens
59b97e1900
Just "clear cell outputs", not "active cell outputs"
2020-08-21 10:50:36 -07:00