Johannes Rieken
6d22bbd6c7
make sure to transform edits output, https://github.com/microsoft/vscode/issues/105624
2020-09-01 15:27:42 +02:00
isidor
f31055f40e
fixes #105810
2020-09-01 15:21:20 +02:00
Alex Ross
27f7eba78d
Fix variable resolving in arrays for custom execution tasks
...
Fixes #105815
2020-09-01 15:19:38 +02:00
Daniel Imms
5d814daac1
Hide terminal commands in menu
...
Fixes #1348
2020-09-01 06:17:09 -07:00
Ladislau Szomoru
f549daa842
Fixes #105811
2020-09-01 14:45:59 +02:00
Sandeep Somavarapu
d1ce0eb43b
Revert "Get authentication session info from workbench html in dev mode"
...
This reverts commit 2e8152ce75 .
2020-09-01 12:26:21 +02:00
Alex Ross
5f0a1f3b47
Preserve all new lines in MarkdownString appendText ( #105732 )
...
Preserve all new lines in MarkdownString appendText
2020-09-01 10:53:47 +02:00
Johannes Rieken
7d3489ca09
mark renderCodicons as deprecated, https://github.com/microsoft/vscode/issues/105588
2020-09-01 10:45:02 +02:00
Johannes Rieken
11479ca759
Merge pull request #105589 from annkamsk/render-codicons-elements
...
Make renderCodicons function return HTMLElement instead of string
2020-09-01 10:42:54 +02:00
Benjamin Pasero
fee01671a9
Activity bar: visibility of things is not synced ( fix #105793 )
2020-09-01 10:33:29 +02:00
Rob Lourens
98fe9425f2
Fix bad width on markdown editor
2020-08-31 16:55:45 -07:00
rebornix
8343b9b425
💄
2020-08-31 16:55:08 -07:00
rebornix
11d2e9625e
fix notebook document filter pattern npe.
2020-08-31 16:53:03 -07:00
Rob Lourens
ee804b5533
Include deprecated sync settings in settings UI
...
Fixes #104401
2020-08-31 16:39:34 -07:00
Matt Bierner
aeb3537706
Updating docs
2020-08-31 16:30:28 -07:00
Rob Lourens
3c448ca5b3
Merge branch 'roblou/revertSettingsEditorChanges'
2020-08-31 16:28:06 -07:00
Matt Bierner
8ce1c41cb9
Default webview background to transparent
...
Webviews can now be show in places besides the editor (such as custom views). `transparent` is a better default since this lets the webiew automatically pick up the color from whatever it is shown over
2020-08-31 16:24:51 -07:00
Rob Lourens
eb6cb1d53e
Revert "Original settings editor as list implementation:"
...
This reverts commit b3c102bb6c .
2020-08-31 16:23:36 -07:00
Rob Lourens
2039639323
Revert "Tweaks to settings editor as list implementation:"
...
This reverts commit e8c0b5043d .
2020-08-31 16:15:19 -07:00
Rob Lourens
64ae69eabc
Revert "Tweaks to the list row focus settings list"
...
This reverts commit 7e868f45dd .
2020-08-31 16:15:10 -07:00
Rob Lourens
387b961799
Revert "Don't take over 'enter' in split json editor"
...
This reverts commit 3613fc981b .
2020-08-31 16:14:59 -07:00
Rob Lourens
f9baedea64
Revert "Force horizontalScrolling=off for SettingsTree"
...
This reverts commit d28477e20f .
2020-08-31 16:14:36 -07:00
Rob Lourens
846e29ae58
Revert "Force horizontal scrolling off in settings TOC tree"
...
This reverts commit 24b55a196a .
2020-08-31 16:14:30 -07:00
Eric Amodio
6fded22e74
Avoids focusing a view, instead focus container
2020-08-31 19:07:30 -04:00
Eric Amodio
dc2d2ef3bc
Moves command into vscode. namespace
...
Stops using moveViewsToContainer in 1 shot
2020-08-31 19:07:30 -04:00
Eric Amodio
0d99d8ad1c
Adds move views command
2020-08-31 19:07:30 -04:00
Matt Bierner
22f157d01c
Remove old select all command impl
...
Select all should now be using `overrideCommandForWebview` instead
2020-08-31 15:46:39 -07:00
Matt Bierner
6d773cfeae
Only enable webview override commands when webview is focused
...
Fixes #105670
These commands should not apply if you are focused on the explorer or other views
2020-08-31 15:46:39 -07:00
Vuong
c1967ff92e
Fix #104311 ( #104833 )
...
- Increased z-index for replace box to avoid overlapping from autocomplete box.
2020-08-31 15:42:20 -07:00
Daniel Imms
5c3fdb8d42
Move window border widget into layout service
...
Part of #104508
2020-08-31 15:41:56 -07:00
Robert Jin and Peng Lyu
47a3a6c60b
Modify setting message to match options ( #88795 )
...
Co-authored-by: Peng Lyu <penlv@microsoft.com >
2020-08-31 15:21:19 -07:00
Connor Peet
a288b1f1ea
debug: improve language for noDebugAdapter
...
Fixes #105436
2020-08-31 13:55:53 -07:00
Alex Dima
40cb0f3433
Increase initial connection timeout
2020-08-31 22:27:06 +02:00
rebornix
23faaa293b
add details to notebook kernel.
2020-08-31 12:07:11 -07:00
rebornix
311b7d1ce7
💄
2020-08-31 12:03:36 -07:00
rebornix
c887ae1b6d
remove legacy registerKernel
2020-08-31 12:00:21 -07:00
rebornix
2518d2c44d
update kernel per document.
2020-08-31 11:49:19 -07:00
rebornix
774e868b25
fix #105376 .
2020-08-31 11:41:58 -07:00
isidor
7f79730cb6
Revert "Run menu does not remember dynamic launch configurations"
...
This reverts commit d4248f3df5 .
2020-08-31 20:27:33 +02:00
Alex Dima
94b05d07cb
Remove some globals
2020-08-31 17:47:38 +02:00
Sandeep Somavarapu
2e8152ce75
Get authentication session info from workbench html in dev mode
2020-08-31 17:41:37 +02:00
Johannes Rieken
779436d981
fix another cycling types reference
2020-08-31 17:22:52 +02:00
Johannes Rieken
a1df84ad20
💄 strict typings, namings
2020-08-31 17:16:55 +02:00
Benjamin Pasero
e2d5e90ec4
debt - move extension debug IPC channel closer to interface
2020-08-31 17:10:19 +02:00
Benjamin Pasero
bc797a3b0b
sandbox - remove dependency to native keymap on startup
2020-08-31 16:58:26 +02:00
isidor
d4248f3df5
Run menu does not remember dynamic launch configurations
...
fixes #96293
2020-08-31 16:45:39 +02:00
Johannes Rieken
523034152d
💄
2020-08-31 16:45:02 +02:00
Johannes Rieken
c0f7444243
remove unused interface
2020-08-31 16:42:56 +02:00
Johannes Rieken
38d8d797ec
debt - ExtHostWindow implements ExtHostWindowShape, not itself
2020-08-31 16:33:07 +02:00
Benjamin Pasero
7f3d8fc32f
debt - move keyboard settings for touchbar into desktop.contribution
2020-08-31 16:30:35 +02:00