96564 Commits

Author SHA1 Message Date
Alexandru Dima
8463cd27b3
Reduce usages of editor.deltaDecorations (#149718) 2022-05-17 10:06:59 -04:00
Martin Aeschlimann
caa463191f
add telemetry event comments and owner (#149070) 2022-05-17 15:20:02 +02:00
Ladislau Szomoru
f2380f2c90
Engineering - Run PR pipeline for the main branch (#149700)
* Add trigger for the main branch

* Add trigger for release branches
2022-05-17 12:49:52 +02:00
Ladislau Szomoru
38de430140
Add scope for settings (#149696) 2022-05-17 12:41:45 +02:00
Sandeep Somavarapu
ae1a59aa40
Merge pull request #149697 from microsoft/sandy081/deprecatedExtensions
Support deprecated extensions
2022-05-17 12:28:48 +02:00
Sandeep Somavarapu
4904c88c9d
update distro 2022-05-17 11:04:38 +02:00
Sandeep Somavarapu
d728de2e8d
fix wordings 2022-05-17 10:51:23 +02:00
Ladislau Szomoru
83213f7bac
Switch agent pools (#149691) 2022-05-17 10:42:31 +02:00
Jackson Kearl
9be07b370b
Post old version comment as bot rather than "github actions" (#149687) 2022-05-17 09:34:27 +02:00
David Dossett
5f3e9c120a
Update custom menu styles (#149187)
* Initial updates

* Add border radius

* Address PR feedback

* Fix typo

* Update shadow blur

* Update LR padding and use description foreground for shortcuts

* Typo

* Fix separator padding/margin

* fix jumpy items in hc themes

* Fix shadow and border radius

* Use opacity for keybinding for better color blend

* Update min width and container padding T/B

* Revert actionbar margin and remove unnecessary menu css file

* Ensure menus respect 0 horizontal margin rule

* set bg/fg color on menu container

* better fix for jumpy menu items

* use outline instead of border

* clean up dead css in style.css
fix opacity for separators in menus

* bring back vertical action bar margins

* Remove old CSS import

Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2022-05-16 18:40:33 -07:00
Matt Bierner
c2b064538b
Don't detect links in markdown code blocks (#149680)
Fixes #149678
2022-05-16 17:35:16 -07:00
Matt Bierner
d71f6ec0d9
Update markdown diagnostics when linked files change (#149672)
For #146303

This PR updates the markdown diagnostic reporter to watch linked to files. If one of these linked to files is created or deleted, we recompute the diagnostics for all markdown files that linked to it
2022-05-16 17:30:39 -07:00
Jackson Kearl
77aebb7f5c
Add bot comment on issues mentioning old vscode version (#149669) 2022-05-16 15:35:18 -07:00
Daniel Imms
1bbc5f2198
Merge pull request #149499 from microsoft/tyriar/149495
Update xterm for contrast ratio luminance change
2022-05-16 14:21:52 -07:00
Matt Bierner
101f6fb31d
Enable enabling js/ts.implicitProjectConfig.checkJs by default (#149660)
Fixes #149659
2022-05-16 11:52:27 -07:00
Matt Bierner
3f531a7de3
Add notebookWorkspaceEdit api proposal (#149128)
* Add notebookWorkspaceEdit api proposal

Splits a new `notebookWorkspaceEdit` out of the existing `notebookEditorEdit` proposal.

The notebookWorkspaceEdit reflects the api that we believe should be finalized instead of `notebookEditorEdit`. It lets extensions use workspaceedits to change cells in a notebook or replace the metadata for a notebook document

As part of this change, I've also marked all of the `notebookEditorEdit` apis as deprecated (except for `replaceNotebookMetadata` which exists in the new proposal too)

* Export type from extHost
2022-05-16 11:25:14 -07:00
Matt Bierner
cfbf3d5dd7
Refine notebookEditor proposal (#149656)
For #149271

- `NotebookEditor.document` -> `NotebookEditor.notebook`

- Add `selection` to for setting primary selections. Matches `TextDocument.selection`

- Deprecate `showNotebookDocument`
2022-05-16 11:17:36 -07:00
Jackson Kearl
a3164a3219
Move to new bot name (#149658) 2022-05-16 11:16:18 -07:00
Johannes Rieken
17299e64de
Merge pull request #149657 from microsoft/joh/organisational-bovid
define HC border colors, also suppress default dashed-outlined
2022-05-16 20:13:04 +02:00
Johannes
729de0a3cf
define HC border colors, also suppress default dashed-outlined 2022-05-16 20:09:23 +02:00
Jean Pierre
4f2785ebd3
Fixes #147289 (#149594)
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-05-16 10:17:56 -07:00
Daniel Imms
5997361d48
Merge pull request #149494 from microsoft/tyriar/149493
Add a high contrast border around simple find widget
2022-05-16 08:56:26 -07:00
Alexandru Dima
33b4013ecb
Avoid using deltaDecorations in cases where it could recurse (#149644)
* Add a safer alternative to `editor.deltaDecorations` (#148423)

* Adopt `IEditorDecorationsCollection` in `wordHighlighter` (fixes #149636)

* Adopt `IEditorDecorationsCollection` in `contentHover` (fixes #149640)

* Go through a change accessor to change decorations (fixes #149642)

* Adopt `IEditorDecorationsCollection` in `goToDefinitionAtPosition`
2022-05-16 17:41:44 +02:00
Daniel Imms
a0aa224aad
Merge pull request #149509 from Raymo111/patch-1
Fix typo
2022-05-16 08:36:37 -07:00
Rob Lourens
5c122c1634
Sort already-activated debug extensions to the top when clicking "Run and Debug". Towards #146338 (#149517) 2022-05-16 08:28:02 -07:00
Sandeep Somavarapu
f5f8a85c87
support deprecated extensions 2022-05-16 17:09:01 +02:00
Johannes Rieken
aaa4480447
Merge pull request #149639 from microsoft/joh/evolutionary-tick
fire event when command center hides/show so that it can be relayouted
2022-05-16 17:04:43 +02:00
Johannes
5105e45bb3
fire event when command center hides/show so that it can be relayouted 2022-05-16 15:56:27 +02:00
Johannes Rieken
d4f60f15cc
Merge pull request #149637 from microsoft/joh/stale-muskox
use ellipsis when workspace name overflows command center
2022-05-16 15:42:54 +02:00
Johannes
bdc760f6e1
fix with-calc 2022-05-16 14:33:23 +02:00
Johannes
3c56578552
use ellipsis when workspace name overflows command center 2022-05-16 14:30:43 +02:00
Johannes Rieken
1040ad85e0
Merge pull request #149626 from microsoft/joh/blushing-crocodile
use search-icon instead of "Search" prefix
2022-05-16 12:34:34 +02:00
Matt Bierner
dd9dca9825
Fixing some html tags detected as autolinks for diagnostics (#149511)
For markdown such as `<scope:tag>b</scope:tag>`, we currently detect `<scope:tag>` as an uri (an autolink) and then try validating it as a file path

This change doesn't fix `<scope:tag>` being detected as a link (which is actually correct if there isn't closing html), but does fix the us trying to validate it by marking the uri as external
2022-05-16 12:19:29 +02:00
Johannes
3455ae7800
use search-icon instead of "Search" prefix 2022-05-16 12:15:16 +02:00
Jackson Kearl
c23f0305db
Migrate test repo to service principal's account (#149510) 2022-05-13 17:13:00 -07:00
Raymond Li
781a09af07
Fix typo
Idenfifier -> Identifier
2022-05-13 18:58:07 -04:00
Rob Lourens
169b3cd35f
Force matching file filter to be added to save dialog (#149504)
Fixes #147657
2022-05-13 15:08:47 -07:00
Daniel Imms
d3637bb804
Update xterm for contrast ratio luminance change
Fixes #149495
2022-05-13 13:06:02 -07:00
Daniel Imms
0f0dd70d39
Merge pull request #149486 from microsoft/tyriar/147013
Update xterm and make term find styles consistent with editor
2022-05-13 12:02:12 -07:00
Daniel Imms
7a3fb4b936
Add a high contrast border around simple find widget
Fixes #149493
2022-05-13 11:27:59 -07:00
David Dossett
f2a64e1522
Update foreground color of extension list item descriptions (#149485)
* Update extension list description color

* Apply only to non-hc themes
2022-05-13 11:08:15 -07:00
Daniel Imms
99e15df830
Update xterm and make term find styles consistent with editor
- A bunch of changes to xterm.js including bg/fg decoration overrides
- Tweak find colors to use background instead of border, align with the editor
- Change high contrast themes to also align, including selection bg
- Clear the find active result decoration on blur and when the selection changes

Fixes #147013
Fixes #145751
2022-05-13 10:17:33 -07:00
Daniel Imms
9c29becfad
Disable shell integration smoke tests on Linux (#149376) 2022-05-13 16:47:10 +02:00
Ladislau Szomoru
42ec698ec9
Git - Add trace level telemetry to repository discovery (#149469)
* Add trace level telemetry to help investigate repository scan issues

* Remove empty line

* Switch back to the localized warning message
2022-05-13 16:31:28 +02:00
Johannes Rieken
62bd3d754a
Merge pull request #149468 from microsoft/joh/yeasty-pike
joh/yeasty pike
2022-05-13 15:39:10 +02:00
Johannes
d092cb8e5f
use custom hover for title menu aka command center 2022-05-13 15:25:59 +02:00
Johannes
1fcf5bacd1
support custom hover for simple ActionBar and simple ActionViewItem 2022-05-13 15:23:12 +02:00
Isidor Nikolic
575bf6b4fd
Merge pull request #149456 from microsoft/isidorn/willowy-panther
update distro to inclcude new rust recommendation
2022-05-13 14:31:30 +02:00
Ladislau Szomoru
3b4fb8e3b1
Add branch protection settings (#149437) 2022-05-13 05:15:14 -07:00
isidor
dd4f49256d
update distro to inclcude new rust recommendation 2022-05-13 14:06:31 +02:00