Commit graph

69796 commits

Author SHA1 Message Date
Sandeep Somavarapu
81204145b5 Fix #104610 2020-08-25 16:36:44 +02:00
Johannes Rieken
b2f3bf9075 fix https://github.com/microsoft/vscode/issues/105351 2020-08-25 15:20:43 +02:00
Benjamin Pasero
b0f0a1bf81 web - only add window indicator if running without remote 2020-08-25 14:45:37 +02:00
Martin Aeschlimann
8981e5e24c
Merge pull request #105304 from ZainChen/zain/markdown-themes
Update markdown themes
2020-08-25 14:32:17 +02:00
Benjamin Pasero
2e4bb09f42 💄 service name 2020-08-25 14:10:04 +02:00
Christof Marti
f67d4ddacd Do not show auxiliary command in palette (fixes #105107) 2020-08-25 14:09:02 +02:00
Johannes Rieken
49ea79bbb7 make bulk edit service implementation a contrib, https://github.com/microsoft/vscode/issues/105283 2020-08-25 13:35:44 +02:00
Sandeep Somavarapu
fe83bef4e3 Fix #105291 2020-08-25 13:10:43 +02:00
Sandeep Somavarapu
3697079bce fix #105235 2020-08-25 13:02:58 +02:00
Sandeep Somavarapu
ac58587ea4 Fix #105291 2020-08-25 12:32:47 +02:00
Johannes Rieken
3773aa73a3 fix https://github.com/microsoft/vscode/issues/103745 2020-08-25 11:04:43 +02:00
Sandeep Somavarapu
4ccab0deda Fix #105336 2020-08-25 09:46:01 +02:00
Benjamin Pasero
302e86a132 sandbox - some tweaks around loading modules lazy if possible(semver-umd) 2020-08-25 09:28:18 +02:00
Matt Bierner
8ba70d8bdc Revert "Make github-authentication a UI extension again"
This reverts commit cd55420e7e.

This change seems to have caused issues activating extensions
2020-08-24 20:19:58 -07:00
Matt Bierner
4e96ceff54 Revert "Use TS 4.1-nightly for building VS Code"
This reverts commit 50a10934dd.

This seems to be causing with extension require statements
2020-08-24 20:00:01 -07:00
Matt Bierner
50a10934dd Use TS 4.1-nightly for building VS Code
Adds explicit `!!` operators for a few functions where we return `x is y` assertion types
2020-08-24 19:51:44 -07:00
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