Johannes Rieken
d6ae97cf97
add Kernel2#createNotebookRendererCommunication
2021-04-14 15:09:06 +02:00
Johannes Rieken
f157a3d201
Merge branch 'main' into notebook/dev
2021-04-14 09:41:47 +02:00
João Moreno
02f2f88698
fixes #121248
2021-04-14 09:34:05 +02:00
João Moreno
f9490e715c
fixes #121162
2021-04-14 09:34:05 +02:00
João Moreno
bb19564a84
fixes #121156
2021-04-14 09:34:05 +02:00
João Moreno
c2c5b7eaeb
fixes #121117
2021-04-14 09:34:05 +02:00
João Moreno
7968e137fe
fixes #120840
2021-04-14 09:34:04 +02:00
Benjamin Pasero
4ea838bcce
perf - fix issues with how layout restore is handled
2021-04-14 09:18:40 +02:00
Benjamin Pasero
08226f4678
editors - whenCreated => whenReady
2021-04-14 09:18:40 +02:00
João Moreno
a09d640311
github auth: improve test env detection
...
cc @RMacfarlane
2021-04-14 08:59:55 +02:00
Benjamin Pasero
b5dfdbe00f
editors - some 💄 renames for editor group model
2021-04-14 08:36:17 +02:00
Benjamin Pasero
b7b1315457
prefix terminal CSS rules ( #121258 )
2021-04-14 08:12:11 +02:00
gjsjohnmurray
730d57ed65
fix #120485 hide Open Timeline from Explorer context menu when there are no timeline providers
2021-04-14 01:33:38 -04:00
Eric Amodio
c8d5c905bf
Fixes git rename on windows
2021-04-14 00:16:03 -04:00
Rob Lourens
a11959e28c
Fix tests
2021-04-13 20:55:13 -07:00
meganrogge
66d0f97544
replace vars to fix build in terminalActions
2021-04-13 19:43:47 -07:00
rebornix
44b3df962f
more todos
2021-04-13 19:19:26 -07:00
Jackson Kearl
485d6c3646
Fix double localization
2021-04-13 19:01:15 -07:00
rebornix
509c20c9b1
some API todos.
2021-04-13 18:58:49 -07:00
Jackson Kearl
f59a77842e
Use markdown for link contributions. Ref #120050
2021-04-13 18:33:30 -07:00
Matt Bierner
7a2f901455
Only await for worker ready when setting content
2021-04-13 18:24:34 -07:00
Matt Bierner
1d22f86362
Don't wait until getting content to register service worker
2021-04-13 18:22:49 -07:00
Matt Bierner
a9216fb38c
Remove __leftMargin__
...
This var was not being used
2021-04-13 18:22:49 -07:00
Matt Bierner
c188a51ede
Use clientHeight instead of computing the size ourselves
...
`clientHeight` always seems to be an interger value, while our own computation was producing floats. It seems simpler and more correct to use `clientHeight` here
2021-04-13 18:22:49 -07:00
Daniel Imms
4ffd6a8d74
Merge pull request #120878 from microsoft/merogge/tabs-button
...
+ button and context menu for terminal tabs
2021-04-13 17:04:30 -07:00
Daniel Imms
066dae222f
Merge remote-tracking branch 'origin/main' into merogge/tabs-button
2021-04-13 16:48:58 -07:00
Rob Lourens
72b09f1019
Compensate for out of sync clocks in cell timer
...
Fix #117460
2021-04-13 16:34:49 -07:00
SteVen Batten
084668c627
remove workspace trust grant/deny actions from gear
2021-04-13 16:29:14 -07:00
SteVen Batten
e143ce4a8c
remove confusing elements from workspace trust editor
2021-04-13 16:18:55 -07:00
Matt Bierner
776ab3d6e5
Only enable pointer events for the folding indicator itself
...
Fixes #117489
2021-04-13 15:52:04 -07:00
Matt Bierner
5276ebf950
Make sure we focus the markdown cell on contextmenu
2021-04-13 15:52:04 -07:00
Rob Lourens
3bf5b37fcf
Don't trigger notebook.find when focus is in another editor
...
Partial fix for #121242
2021-04-13 15:29:57 -07:00
Rob Lourens
7f805ea0d9
Simplify redundant context keys
2021-04-13 15:18:58 -07:00
meganrogge
9cd8ff410e
🧹
2021-04-13 15:06:05 -07:00
meganrogge
294e3eb7ef
make private readonly in constructor
2021-04-13 15:05:59 -07:00
meganrogge
388a0c80df
change type of icon to string | undefined
2021-04-13 15:05:52 -07:00
Megan Rogge
6e5a0a5803
Update src/vs/workbench/contrib/terminal/browser/media/terminal.css
...
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
2021-04-13 15:00:35 -07:00
meganrogge
3357bf274b
fix hideText
2021-04-13 14:25:50 -07:00
rebornix
d13a914bd6
Merge branch 'notebook/dev' into main
2021-04-13 14:12:11 -07:00
meganrogge
4dfa06cd35
snap right or left based on midpt
2021-04-13 13:48:38 -07:00
SteVen Batten
c5fab4faa3
Boolean Trust State ( #121141 )
...
* move to boolean-based trust state
* update api based on feedback
2021-04-13 12:54:52 -07:00
Christof Marti
75f2ce9735
Adopt workspaceTrust
2021-04-13 21:42:54 +02:00
Christof Marti
40a6563f9b
Remove git-ui extension
2021-04-13 21:38:53 +02:00
meganrogge
51451d8355
get rid of unused menu
2021-04-13 12:38:33 -07:00
meganrogge
a0099970e9
align button
2021-04-13 12:33:50 -07:00
meganrogge
71230441fa
get button to stay on the page
2021-04-13 12:20:48 -07:00
Connor Peet
090554355d
notebook: cache preferred mimetypes for renderers
...
Fixes https://github.com/microsoft/vscode/issues/119899
2021-04-13 11:58:57 -07:00
meganrogge
abf4835fd2
use tab instead of terminals
2021-04-13 11:38:14 -07:00
meganrogge
ab65074545
add instance connectors
2021-04-13 11:12:46 -07:00
Benjamin Pasero
a3444b1212
Theming for keybinding label ( #120727 )
...
* keybinding label: first cut extract colors and adopt in watermark
* styler - remove unused code
* standalone css, handle other label usages, mod stylesheet for quickinput
* order matters and fix CSS trampling
* ensure the style is scoped to quick input
* make labels better in high contrast
* fix hygiene
Co-authored-by: Tyler Leonhardt <me@tylerleonhardt.com >
2021-04-13 10:56:05 -07:00