Commit graph

83403 commits

Author SHA1 Message Date
Alexandru Dima a573bc0b8d
Merge remote-tracking branch 'origin/main' into alex/update-playwright 2021-06-09 15:56:09 +02:00
isidor a12af58ad6
touch events: context menu support across workbench
fixes #120956
2021-06-09 15:45:21 +02:00
Logan Ramos b5d6d7e62e
Bump telemetry extractor 2021-06-09 09:14:42 -04:00
isidor cf212bfb03
Stop / disconnect of child session should always respect the parent session
fixes #125230
2021-06-09 13:40:37 +02:00
dependabot[bot] 48bcb4a831
Bump glob-parent from 5.1.1 to 5.1.2 in /build/lib/watch (#125832)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 04:38:40 -07:00
dependabot[bot] 1c80951eca
Bump normalize-url from 4.5.0 to 4.5.1 in /build (#125829)
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 04:38:09 -07:00
Isidor Nikolic a5279d2b4f
Merge pull request #125487 from microsoft/isidorn/rootContext
empty space should be root context also in MR workspace
2021-06-09 13:32:45 +02:00
Martin Aeschlimann 23863841df
clarify nls comment 2021-06-09 12:35:52 +02:00
Martin Aeschlimann edcd499235
fix localization strings with command:. For #125786 2021-06-09 12:35:51 +02:00
Henning Dieterichs 83d889c27f
Merge pull request #125749 from microsoft/hediet/update-sinon
Updates sinon from 1.17 to 11.1.
2021-06-09 12:08:41 +02:00
isidor 6bf4b4f6dd
use unique translation id 2021-06-09 12:01:37 +02:00
Henning Dieterichs 00123b32a7
Updates sinon from 1.17 to 11.1. 2021-06-09 10:03:46 +02:00
Johannes Rieken dd1373fff1
Merge pull request #125734 from hantatsang/issue/125633-DocumentFilter-jsdoc
Improve DocumentFilter doc
2021-06-09 09:27:17 +02:00
hantatsang f3ba77fb47 Merge branch 'main' into issue/125633-DocumentFilter-jsdoc 2021-06-09 17:06:23 +10:00
hantatsang 730a80866e Resolve pr comment 2021-06-09 17:04:01 +10:00
Nicholas Rayburn 66579f083e
add hover css to the hover element (#123384)
Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-06-08 19:13:58 -07:00
Connor Peet 4d7ea8c62b
testing: improve support for lines with multiple tests in gutter decorations
Fixes #125222
Fixes #125789
2021-06-08 18:17:30 -07:00
Connor Peet 711a920e93
testing: peek failure message for any child of tests in open files
Fixes #125224
2021-06-08 18:17:29 -07:00
Matt Bierner 11d9ddbfbd
markdown -> markup 2021-06-08 18:12:00 -07:00
Matt Bierner 550c3ff481
MarkdownCell -> MarkupCell 2021-06-08 18:12:00 -07:00
Matt Bierner 1cae09dd7e
Register emitters 2021-06-08 18:11:59 -07:00
Matt Bierner 5b150d7e50
Markdown -> markup 2021-06-08 18:11:59 -07:00
Matt Bierner cc749e1219
Move MarkdownRenderer creation into MarkdownCellViewModel
Also make sure we register it
2021-06-08 18:11:59 -07:00
Matt Bierner 6100a89586
Move selection logic into MarkdownCell 2021-06-08 18:11:59 -07:00
Matt Bierner 268b213932
💄 2021-06-08 18:11:59 -07:00
Mark Oude Elberink 6987abd16e
Optimize english please actions (#125154) 2021-06-09 00:34:23 +00:00
Jackson Kearl 6075e48f3c
Use interpolation to keep special syntax out of strings to be translated
Ref #125786
2021-06-08 16:30:13 -07:00
Jackson Kearl 02e4397b58
Dont use exp service for choosing first content behaviour 2021-06-08 16:28:21 -07:00
Tyler Leonhardt ec9aa7c0d2
add newline 2021-06-08 15:50:42 -07:00
Matt Bierner ed9bd5919e
Move show/hide/unhide into markdown cell 2021-06-08 15:26:50 -07:00
Matt Bierner a336b7a424
Avoid getting the cell again when updating dimensions 2021-06-08 15:20:50 -07:00
Matt Bierner ff112aa7e2
Move show/hide/unhide into notebootdocument
This lets us hide the implementation and go directly to the cell instead of through the dom
2021-06-08 15:20:50 -07:00
Matt Bierner 28f3fa2b28
Move markdown rendering into markdown cell 2021-06-08 15:20:50 -07:00
Matt Bierner f7d0accf7b
Don't require passing element to updateMarkupDimensions
We should already have this now internally
2021-06-08 15:20:50 -07:00
Matt Bierner 78f2960b14
Move the markdown cell creation logic into MarkdownCell 2021-06-08 15:20:50 -07:00
Matt Bierner db59e84dde
Introduce the concept of a notebookDocument to hold all markup cells in the webview
This is a step towards making sure we can maintain a list of markup cells inside the webview
2021-06-08 15:20:49 -07:00
Matt Bierner 8ea89f2857
Require passing an output item to updateMarkupContent 2021-06-08 15:20:49 -07:00
SteVen Batten a219db3da2 trust the empty window by default 2021-06-08 15:03:29 -07:00
rebornix bffe6fdf12 Merge branch 'notebook/dev' into main 2021-06-08 14:18:30 -07:00
Matt Bierner 39dc60dec6
Move notebook empty markdown cell logic into markdown extension 2021-06-08 13:50:10 -07:00
Matt Bierner 30ed48f190
Move notebook markdown styles and shadow root to markdown-it extension 2021-06-08 13:08:44 -07:00
Matt Bierner 078acba108
Remove unused css 2021-06-08 12:57:45 -07:00
Matt Bierner 0db94f5278
Mark most webview message properties are readonly 2021-06-08 12:22:11 -07:00
Matt Bierner f3f1b226c5
Extract webview messages to own file
This makes it more clear that these types are only meant to be used as types in `webviewPreloads`
2021-06-08 12:16:42 -07:00
Matt Bierner d99cdc9134
Renaming notebook -> webview messages to be more about markup instead of specific to markdown 2021-06-08 12:08:57 -07:00
Matt Bierner 75df790cb9
Working to make markdown cells less special 2021-06-08 12:02:20 -07:00
Jackson Kearl 04861b41eb
Close #125577 2021-06-08 11:54:24 -07:00
Matt Bierner 97b5db8dba
'vs code' -> 'the editor' in d.ts
Fixes #124361

Also adds a lint rule for this
2021-06-08 11:35:42 -07:00
SteVen Batten ce87fa4984 fixes #125722 2021-06-08 10:45:37 -07:00
SteVen Batten a1e83e707b revert to reapply safely 2021-06-08 10:43:39 -07:00