Tyler James Leonhardt
4eef854ab4
Revert "Move bing settings to its own stage ( #123504 )" ( #123523 )
...
This reverts commit 62c975588654ee8e195d88598b434f10391ea762.
2021-05-10 16:54:10 -07:00
Peng Lyu
ae998a9261
Merge remote-tracking branch 'origin/notebook/dev' into main
2021-05-10 23:44:32 +00:00
Daniel Imms
e70eb682c5
Only use --login for bash/zsh on macOS
...
Fixes #123505
2021-05-10 16:21:11 -07:00
SteVen Batten
2bcb8dfb64
add workspace trust required editor ( #123181 )
...
* add workspace trust required editor
* address feedback
* some code 💄
* reopen editor control through group view APIs
* add test
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-05-10 15:27:30 -07:00
Megan Rogge
0b81045765
fire activeInstanceChanged when active instance is set and more migration from terminalTab -> terminalGroup ( #123339 )
2021-05-10 14:53:58 -07:00
Daniel Imms
36416c8236
Merge pull request #123502 from microsoft/tyriar/layout
...
Improve layout and resize events in terminal
2021-05-10 13:26:11 -07:00
Daniel Imms
07e7ecbb99
Fix integration tests
2021-05-10 13:10:10 -07:00
Tyler James Leonhardt
62c9755886
Move bing settings to its own stage ( #123504 )
...
* move bing to linux
* add displayName
2021-05-10 12:37:16 -07:00
Daniel Imms
387012dab4
Remove container from instance ctor
...
This wasn't being used anymore
2021-05-10 12:25:04 -07:00
Daniel Imms
39c4261bc5
Clean up
2021-05-10 12:12:19 -07:00
Jackson Kearl
5b58db6d75
Add hide option
2021-05-10 11:15:36 -07:00
Jackson Kearl
99b3724c1e
Fix #119620
2021-05-10 11:14:27 -07:00
Daniel Imms
1d1b902c11
Improved terminal layout
...
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2021-05-10 11:12:21 -07:00
Jackson Kearl
fbb11a9bf7
Fix #122621
2021-05-10 10:17:34 -07:00
Martin Aeschlimann
254c7dc359
Syntax token inspector doesn't show font-style changes caused by semantic highlighting. Fixes #123299
2021-05-10 18:17:21 +02:00
Martin Aeschlimann
05d22c6853
[html] duplicated onDocumentRangeFormatting handler ( #122994 )
2021-05-10 18:09:18 +02:00
Benjamin Pasero
e0065d4259
state service - harden the save code to try to prevent issues
2021-05-10 17:13:57 +02:00
Rob Lourens
8e6f4a3185
Fix markdown cell context key service warning.
...
Previously the CKS was leaking
2021-05-10 08:03:07 -07:00
Johannes Rieken
1199d1ae0f
jsdoc tweaks https://github.com/microsoft/vscode/issues/122647
2021-05-10 16:20:16 +02:00
Johannes Rieken
75640e9788
remove unused function, https://github.com/microsoft/vscode/issues/122647
2021-05-10 16:11:41 +02:00
João Moreno
0449a18b7b
cache layout calls to grid views
...
related to #112630
2021-05-10 16:03:24 +02:00
João Moreno
e0bf13685c
grid: latch view.onDidChange events
...
related to #112630
2021-05-10 16:03:24 +02:00
Johannes Rieken
559dae41ad
jsdoc
2021-05-10 15:59:18 +02:00
Benjamin Pasero
61129b2897
file upload 💄
2021-05-10 15:50:21 +02:00
Alex Ross
fbe3d1eeb9
Make PortAttributes API a class
...
Part of #115616
2021-05-10 15:47:36 +02:00
Logan Ramos
0148fdfc35
Much more aggressive setting conversion
2021-05-10 09:44:03 -04:00
Benjamin Pasero
3015e285e4
web - upload up to 20 files in parallle to speed things up
2021-05-10 15:38:25 +02:00
Daniel Imms
8c630ac16e
Move split terminal back to terminalActions
...
Needed to leverage icon?
Fixes #123347
2021-05-10 06:31:57 -07:00
Johannes Rieken
a1e4f1b91c
validate NotebookCellData before passing it to renderer
2021-05-10 15:17:23 +02:00
Alex Ross
8de5c819a1
Add test for C# grammar but
...
Part of https://github.com/microsoft/vscode/issues/123333
2021-05-10 15:05:52 +02:00
Alex Ross
66eb516dc3
Revert C# grammar
...
Part of https://github.com/microsoft/vscode/issues/123333
2021-05-10 14:59:58 +02:00
Johannes Rieken
6ac37fcd3c
implicit kernel selection upon: hover, notebook change, cell change, https://github.com/microsoft/vscode/issues/122647
2021-05-10 14:48:46 +02:00
Daniel Imms
d90709f3ee
Auto detect scoop git bash paths
...
Fixes #123205
2021-05-10 05:47:45 -07:00
Alex Ross
2fae6ffacd
Do port finding when there's a tunnel provider
...
Fixes https://github.com/microsoft/vscode-remote-release/issues/4923
2021-05-10 14:14:49 +02:00
Dirk Baeumer
2fc3214ba4
Fixes #123083 : Localization: starts with 'DE' locale and verifies title and viewlets text is in German
2021-05-10 13:57:43 +02:00
Johannes Rieken
a399a894df
let getMatchingKernel return selected and suggested kernels, https://github.com/microsoft/vscode/issues/122647
2021-05-10 13:43:42 +02:00
Alex Ross
27fe7f9dfb
Revert "Add an "always" options to port source setting"
...
This reverts commit 46a2b705831fb584283fd1c7c7c62e6faf2d6e59.
2021-05-10 12:06:11 +02:00
Alexandru Dima
04ef7cb985
Merge pull request #123294 from hediet/hediet/fix-link-detection-121438
...
Removes special character that terminates link recognition
2021-05-10 12:04:18 +02:00
Benjamin Pasero
5d1370af49
file editors - move the input to the editor (browser)
2021-05-10 11:34:52 +02:00
Johannes Rieken
06fa8b8543
API 💄 for NotebookCellData
2021-05-10 11:33:41 +02:00
Benjamin Pasero
4bcf463bc0
explorer - have "Download..." first
2021-05-10 11:28:02 +02:00
Johannes Rieken
a02047d706
remove notebook selector because it isn't needed anymore
2021-05-10 11:03:40 +02:00
Johannes Rieken
4089f9c660
💄 use {}-syntax instead of Record, https://github.com/microsoft/vscode/issues/122495
2021-05-10 11:00:57 +02:00
Henning Dieterichs
38a62d50f6
Removes 《, 》, “ and ” as well, as there are urls using these characters.
2021-05-10 10:58:22 +02:00
Johannes Rieken
7ea5b137ea
rename cell kind Markdown to Markup, https://github.com/microsoft/vscode/issues/105933
2021-05-10 10:56:13 +02:00
Benjamin Pasero
133ae5ecee
explorer - consolidate upload/download code and provide a "Upload..." action (web)
...
cc @isidorn
2021-05-10 10:55:39 +02:00
Benjamin Pasero
2a824d80cc
editors - adopt working copy handler for files
2021-05-10 09:50:17 +02:00
Benjamin Pasero
dc8155a3be
editors - adopt working copy handler for untitled
2021-05-10 09:39:55 +02:00
dependabot[bot]
7a004c6973
Bump hosted-git-info from 2.8.8 to 2.8.9 ( #123320 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 09:37:52 +02:00
Benjamin Pasero
d3092241f6
code editor - move untitled hint contribution
2021-05-10 09:31:10 +02:00