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
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
Pranav Senthilnathan
fb80351278
prune the refactor not applicable reasons if there are too many ( #103203 )
...
* prune the refactor not applicable reasons if there are too many
* Add in appendInvalidActions for older TS versions
Co-authored-by: Matt Bierner <matb@microsoft.com >
2020-08-31 15:37:02 -07:00
Robert Jin
47a3a6c60b
Modify setting message to match options ( #88795 )
...
Co-authored-by: Peng Lyu <penlv@microsoft.com >
2020-08-31 15:21:19 -07:00
deepak1556
ca919fd644
chore: update distro
2020-08-31 15:18:55 -07:00
Jean Pierre
8b1aca7255
Fixes #105202 ( #105664 )
2020-08-31 14:54:51 -07:00
Eric Amodio
cd7b645699
Bumps version of github-browser
2020-08-31 17:47:53 -04:00
Sandeep Somavarapu
e0c4a9b222
update distro
2020-08-31 23:30:19 +02: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
Martin Aeschlimann
bdcf7e10cd
update seti theme
2020-08-31 22:25:47 +02:00
Martin Aeschlimann
9b6d13d298
update services
2020-08-31 22:18:06 +02:00
rebornix
d3cfbddde1
fix tests.
2020-08-31 12:16:35 -07: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
Rachel Macfarlane
3bb3e7ae75
Update ThirdPartyNotices.txt
2020-08-31 11:37: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
Martin Aeschlimann
747d667946
add file associations for ".c++" and ".h++" file extensions. Fixes #104320
2020-08-31 20:09:27 +02:00
Eric Amodio
0090101fa8
Bumps version of github-browser
2020-08-31 13:00:32 -04: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
João Moreno
b6071d2204
Merge pull request #105228 from marvinruder/master
...
Changed description of “Commit Signing” configuration label to include X.509.
2020-08-31 16:52:42 +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
Christof Marti
d08e158b8d
Investigate #104554
2020-08-31 16:30:58 +02:00
Benjamin Pasero
7f3d8fc32f
debt - move keyboard settings for touchbar into desktop.contribution
2020-08-31 16:30:35 +02:00
João Moreno
3b8ce6b4f1
Merge pull request #105587 from mjcrouch/scm-fix-duplicates
...
SCM: Clear list of created resource groups once they are added
2020-08-31 16:27:14 +02:00
Alex Ross
def4753d5e
Use appendText for markdown when tree tooltip is string
...
Fixes #105646
2020-08-31 15:35:50 +02:00
isidor
4b543447ae
debug: respect __vscodeVariableMenuContext
...
#70377
2020-08-31 15:32:52 +02:00
João Moreno
6aafc4b7aa
fixes #104762
2020-08-31 15:21:15 +02:00
Alexandru Dima
29e9717d34
Merge pull request #104310 from stnrepin/trailing-option-for-render-whitespace
...
Add 'trailing' option to 'editor.renderWhitespace'
2020-08-31 15:01:26 +02:00
Alex Ross
20c94eb37c
Fix tooltip + hover on icon in tree view
...
Fixes #105647
2020-08-31 14:57:59 +02:00
Sandeep Somavarapu
9ef110d0fd
Show config based tips in workspace recommendations
2020-08-31 13:56:49 +02:00
Ladislau Szomoru
8ed071bc44
Set marker properties only when settings change
2020-08-31 12:07:09 +02:00
isidor
d177a392d9
fixes #105677
2020-08-31 11:46:45 +02:00