Commit graph

97008 commits

Author SHA1 Message Date
rebornix f9b9f42034
update layout troubleshooting 2022-05-24 11:14:12 -07:00
Rich Chiodo b79d02db5c Add test for scrolling 2022-05-24 11:01:51 -07:00
Alex Dima fa120bbacd
Have the renderer side decide if it wants to use UtilityProcess 2022-05-24 19:46:45 +02:00
Ladislau Szomoru bf6971ac46
Fix enablement check (#150297) 2022-05-24 17:43:27 +00:00
meganrogge b6aaee8c61
remove a bunch of casts 2022-05-24 10:39:21 -07:00
Song Xie 397fa12a6c
[easy] Fix a typo for "synchronizing" in log string (#150236)
* [easy] Fix a typo for "synchronizing" in log string

* Include artifacts from yarn build compile
2022-05-24 10:33:48 -07:00
meganrogge 1b88f28b49
pass in registry 2022-05-24 10:32:27 -07:00
Rich Chiodo 9322fd543d Fix test to pass 2022-05-24 10:13:04 -07:00
Alex Dima 9950ba00d9
Extract connection strategies to two classes 2022-05-24 18:52:13 +02:00
Raymond Zhao ac0a282547
Fix default override model value (#150232) 2022-05-24 08:33:53 -07:00
Ladislau Szomoru 54cf6a154f
SCMInput enablement proposed api (#150270) 2022-05-24 15:01:41 +00:00
Johannes Rieken 15d3e26a36
Merge pull request #150263 from microsoft/hediet/inline-completion-finalization 2022-05-24 16:59:56 +02:00
Alexandru Dima dfa06b84f8
Use an UtilityProcess for the extension host (#150167) 2022-05-24 16:42:47 +02:00
Johannes Rieken 4613cb6174
Merge pull request #150282 from microsoft/joh/distinct-sailfish
move `USER_TASKS_GROUP_KEY` into tasks.ts, out of taskService.ts, and prevent cyclic dependency
2022-05-24 16:24:10 +02:00
Logan Ramos d097ca3f0c
Don't run code review bot on draft PR (#150280) 2022-05-24 14:19:03 +00:00
Johannes 0844d7c996
move USER_TASKS_GROUP_KEY into tasks.ts, out of taskService.ts, and prevent cyclic dependency
fixes https://github.com/microsoft/vscode/issues/150178
2022-05-24 16:13:37 +02:00
Sandeep Somavarapu ffb503f65a
Fix #149632 (#150278) 2022-05-24 14:11:47 +00:00
Alexandru Dima 339c3a9b60
Fixes #150176: Extract code related to encoded token attributes to a separate file (#150275) 2022-05-24 13:51:23 +00:00
Sandeep Somavarapu 903c5c6cc9
- Remove Show Extension button (#150274)
- Add Open Alternative Extension or Configure Settings button
2022-05-24 13:50:36 +00:00
Johannes Rieken a3a7f52f7c
Merge pull request #150264 from microsoft/joh/wide-wombat
joh/wide wombat
2022-05-24 15:17:42 +02:00
Ladislau Szomoru 3e83fa95b0
Fix #150266 (#150267) 2022-05-24 15:06:34 +02:00
Johannes 0e8b6a43b0
show correct description for input2 2022-05-24 15:00:51 +02:00
Henning Dieterichs 3ab95815b5
Fixes nits. 2022-05-24 14:57:08 +02:00
Johannes 34a75f45d6
use CSS variables for colors 2022-05-24 14:45:09 +02:00
Henning Dieterichs 705b635c5e
Merge pull request #150265 from microsoft/hediet/fix-inline-completion-bracket-fixing-bug
Fixes bracket fixing bug for inline completions.
2022-05-24 14:21:10 +02:00
Johannes c87131372a
Merge branch 'main' into 3wm 2022-05-24 14:09:17 +02:00
Henning Dieterichs 753fc8a044
Fixes bracket fixing bug for inline completions. 2022-05-24 13:16:43 +02:00
Johannes 67c79ededd
clarify when/how setting is effective 2022-05-24 12:57:38 +02:00
Johannes 957a9dc194
rename titleMenu to commandCenter
This changes hows types and variables are called but also theme colors and the setting name are changing
2022-05-24 12:53:25 +02:00
Henning Dieterichs 9ef07308ea
Finalizes inline completions 2022-05-24 12:52:19 +02:00
Alexandru Dima faa736ed0e
Fixes #150177: Extract LinePartMetadata to a separate file (#150259) 2022-05-24 12:22:02 +02:00
Sandeep Somavarapu 927f12f067
Merge pull request #150065 from justanotheranonymoususer/alternative-fix-148993
Add extension output label to url
2022-05-24 10:29:06 +02:00
Johannes Rieken 695e856c9a
Merge pull request #150255 from microsoft/joh/confused-lion
well defined order for command center bwd/fwd buttons
2022-05-24 09:48:48 +02:00
Johannes ebcbd3d636
well defined order for command center bwd/fwd buttons
This isn't https://github.com/microsoft/vscode/issues/150208 but was seen in its screen capture
2022-05-24 09:38:47 +02:00
Sandeep Somavarapu 6099f88ce7
fine tune message (#150251) 2022-05-24 09:15:40 +02:00
Peng Lyu 27ea5e48ae
Merge pull request #150146 from microsoft/rebornix/source-commands
Notebook kernel source menu contribution
2022-05-23 18:11:33 -07:00
Rob Lourens 300060066d
Show watch value in expression tooltip (#150237)
Fixes #150081
2022-05-24 01:01:54 +00:00
rebornix 568d036b38
shim for menu service in more tests. 2022-05-23 17:50:03 -07:00
rebornix 11d269da26
update tests 2022-05-23 17:27:21 -07:00
Rich Chiodo 5d8bd23756 Add a test 2022-05-23 17:25:00 -07:00
Matt Bierner 1c7991f1e8
Markdown ignoreLink should apply to paths in header links (#150223)
This change lets you ignore all links to a given file, even if those links include a header. For example: `[text](/path/to/file#some-header)` can be ignored using `/path/to/file`
2022-05-23 17:07:15 -07:00
Matt Bierner 6a9108155f
Finalize some interactive contribution points (#150234)
Follow up on #149271

Finalizing these two contributions based on https://github.com/microsoft/vscode/pull/149767#issuecomment-1135164600

We're leaving the `notebook/cell/executePrimary` point for now as we don't plan to finalize it
2022-05-23 16:57:06 -07:00
Rich Chiodo e2816721e1 Fix scrolling to happen on execution too 2022-05-23 16:50:27 -07:00
Matt Bierner 91923bab48
Cleanup data transfer types (#149774)
This change attempts to clean up our internal data transfer types

- Replace `IDataTransfer` (which was just an alias for map) with a `VSDataTransfer` helper class.

    This lets us add helpers and also restrict what you can do on a datatransfer

- Move `DataTransferDTO` types into `protocol`

- Move `DataTransferTypeConverter` into `typeConvert`

- Don't return internal types to ext host callers

     For example, previously we leaked `IDataTransfer` out into providers / controllers. Instead we should always return an instance of `vscode.DataTransfer` to extensions
2022-05-23 23:28:02 +00:00
Matt Bierner 45304da73d
Finalize NotebookEditor api proposal (#149767)
* Finalize NotebookEditor api proposal

Fixes #149271

This finalizes most parts of the NotebookEditor api proposal. I haven't removed the proposal entirely as there are still a few parts being left behind:

- The deprecated properties/functions
- A few contribution points such as `notebook/cell/executePrimary`

* remove extra quote
2022-05-23 23:27:17 +00:00
Raymond Zhao 7075f2db1e
Move out Settings editor indicator label impl (#150230)
This PR reduces technical debt.
2022-05-23 23:05:31 +00:00
Rich Chiodo 033e4eadda Always watch resize so can handle post execute resizes 2022-05-23 15:42:51 -07:00
Matt Bierner b8420578fd
Add additional allowed tags in untrusted notebook markdown (#150228)
This adds some extra allowed tags when rendering markdown in notebooks. Additions are:

```
  "b",

    "br",

    "caption",

    "center",

    "col",

    "colgroup",

    "details",

    "em",

    "font",

    "i",

    "kbd",

    "sub",

    "summary",

    "sup",

    "table",

    "tbody",

    "tfoot",

    "thead",

    "td",

    "th",

    "tr",

    "tt",

    "u",

    "video"
```
2022-05-23 22:30:42 +00:00
Rich Chiodo 21d518d10d Merge remote-tracking branch 'upstream/main' into rchiodo/iw_output_scrolling 2022-05-23 14:59:59 -07:00
Sandeep Somavarapu a6eb00568f
- Add Show Extension option to Install Anyway dialog (#150218)
- Provide Migrate extension action for deprecated extensions
2022-05-23 14:59:17 -07:00