Johannes Rieken
622a8db6e2
app proposed API checks, fyi @eamodio
2021-09-27 16:54:50 +02:00
Eric Amodio
55c726b53e
Adds scm action button
...
Refs: #110882
2021-09-27 01:16:09 -04:00
Logan Ramos
7800296d17
Add close to tab model
2021-09-24 15:53:38 -04:00
Logan Ramos
cbe175f438
Fix tests attempt number two
2021-09-24 10:12:52 -04:00
Megan Rogge
8b9aed760a
Persist fixed dimensions on window reload ( #133691 )
2021-09-23 17:11:00 -07:00
Logan Ramos
927a28da01
Add tab move tests
2021-09-23 15:35:34 -04:00
Logan Ramos
3720741a11
Add move support to tabs
2021-09-23 14:21:57 -04:00
Johannes Rieken
94ffa6fc39
fix https://github.com/microsoft/vscode/issues/126172
2021-09-23 16:25:32 +02:00
Alex Ross
a15378a9db
Allow tunnel providers to define port privacy options ( #133677 )
2021-09-23 16:24:51 +02:00
Sandeep Somavarapu
a0a448f344
Fix #128280
2021-09-23 14:33:18 +02:00
Alex Ross
4a67ae2ade
Fix TaskGroup reference
...
Fixes #132279
2021-09-22 15:56:39 +02:00
Logan Ramos
6c5b3dfea1
Update proposed.d.ts
2021-09-21 15:39:36 -04:00
Logan Ramos
f713624feb
Add index to tab
2021-09-21 14:27:33 -04:00
Johannes Rieken
02e94bc19d
Revert "remove whitespaceBefore/After from InlayHint, https://github.com/microsoft/vscode/issues/16221 "
...
This reverts commit ee56349b8b .
2021-09-21 15:26:32 +02:00
Johannes Rieken
ee56349b8b
remove whitespaceBefore/After from InlayHint, https://github.com/microsoft/vscode/issues/16221
2021-09-21 14:23:00 +02:00
Logan Ramos
7eb84845c6
Sort by view column
2021-09-20 11:41:25 -04:00
Benjamin Pasero
b28b3c24f1
status bar API - filter out number values that cannot be serialised ( #133317 )
2021-09-20 11:21:12 +02:00
Johannes Rieken
cc365575fc
extract and reuse DocumentSelector-transformer, https://github.com/microsoft/vscode/issues/133331
2021-09-17 16:33:42 +02:00
Daniel Imms
9188559bd7
interactedWith -> isInteractedWith
...
Part of #127717
2021-09-17 05:56:50 -07:00
Martin Aeschlimann
57dde04b44
Can't read StatusBarItem.tooltip anymore. Fixes #133231
2021-09-16 11:57:26 +02:00
Connor Peet
36e2d87f2b
Merge pull request #133200 from microsoft/connor4312/binary-data-in-commands
...
commands: allow transferring arraybuffers/uint8arrays over commands
2021-09-15 17:10:23 -07:00
Connor Peet
35bba41595
commands: allow transferring arraybuffers/uint8arrays over commands
2021-09-15 17:09:21 -07:00
Joyce Er
d4d04e556c
Allow invoking kernel picker for inactive notebook given NotebookEditor in notebook.selectKernel command args ( #132879 )
...
* Allow invoking kernel picker for inactive notebook
`notebook.selectKernel` is now an API command that takes target `NotebookEditor` as an arg
* move select kernel command to extHost Kernel.
Co-authored-by: rebornix <penn.lv@gmail.com >
2021-09-15 14:35:02 -07:00
Johannes Rieken
28d1f0f1d7
enforce API as proposed, https://github.com/microsoft/vscode/issues/111371 fyi @chrmarti
2021-09-14 18:50:25 +02:00
Jean Pierre
ae0ec56d90
Fixes #133044 ( #133046 )
2021-09-14 08:24:39 -07:00
Megan Rogge
bc4d780fe2
Polish when cwdFolder is shown in terminal description and add ProcessCapabilities ( #133037 )
2021-09-13 15:11:05 -07:00
meganrogge
5bb272b312
use IProcessPropertyMap to ensure necessary properties are provided and rename Terminal -> Process
2021-09-13 13:34:38 -07:00
meganrogge
8d848923ca
don't return undefined
2021-09-13 10:36:53 -07:00
Megan Rogge
f62880a3e0
add refreshProperty ( #133010 )
2021-09-13 10:00:58 -07:00
Johannes Rieken
cbf8b411b9
move TypeHierarchy-API to stable, https://github.com/microsoft/vscode/issues/15533
2021-09-13 09:10:41 +02:00
Megan Rogge
13050e6203
follow up to TerminalProperty ( #132892 )
2021-09-10 14:58:20 -07:00
meganrogge
997c2725d2
Revert "follow up to TerminalProperty ( #132892 )"
...
This reverts commit 7238f3848f .
2021-09-10 14:33:58 -07:00
Megan Rogge
7238f3848f
follow up to TerminalProperty ( #132892 )
2021-09-10 14:24:07 -07:00
Johannes Rieken
0c2e315b45
better fix for https://github.com/microsoft/vscode/issues/128198
2021-09-10 18:00:42 +02:00
Anton Kosyakov
84ea7afc17
[vscode-ext-api] fix #111371 : expose remote authority
2021-09-10 09:20:23 +02:00
Megan Rogge
a23c56971e
#132774 ( #132808 )
2021-09-09 15:29:07 -07:00
Logan Ramos
65824647a6
Update tabs structure
2021-09-08 14:31:28 -04:00
Logan Ramos
65a8d1234c
Remove diff resource
2021-09-08 14:20:08 -04:00
Logan Ramos
9408062d1a
Add active tab test
2021-09-03 15:46:07 -04:00
Matt Bierner
8b7264a91d
Add MarkdownString.supportsHtml ( #132182 )
...
Fixes #40607
This change introduces a new `supportsHtml` property on `MarkdownString` that can be used to enable rendering of a safe subset of tags and attributes inside of markdown strings
For backwards compatibility, `supportsHtml` will default to false and must be explicitly enabled by extensions
This PR will need to go in after we adopt dompurify (#131950 ) which should provide better control over how we actually go about sanitizing rendered html
2021-09-03 12:33:00 -07:00
Logan Ramos
22ca6611bd
Add get tabs tests
2021-09-03 13:47:01 -04:00
Matt Bierner
0e52275271
Introduce WebviewOptions.forms
...
Fixes #132157
2021-09-02 13:24:49 -07:00
Logan Ramos
fe53ae0c9f
Add side by side editor to tab api proposal
2021-09-02 15:17:58 -04:00
Rob Lourens
cdc8e53cf3
Add DebugSessionOptions suppressSaveBeforeStart
...
See microsoft/vscode-jupyter#6898
2021-09-02 11:05:13 -07:00
Logan Ramos
c2d0a69f87
Implements a starting tab reading API ( #131998 )
...
* Clean up proposed.d.ts
* More API Polish
* Allow resource to be undefined
* Fix hygiene
* Address feedback
* Remove unnecessary iteration
* Use index from map
2021-09-02 10:48:38 -04:00
Johannes Rieken
02aeb6acca
Revert "replace severity with needsAttention, https://github.com/microsoft/vscode/issues/129037 "
...
This reverts commit e93a59545c .
2021-09-02 09:00:44 +02:00
Connor Peet
aac4d02082
make vscode.revealTestInExplorer an api command
2021-09-01 16:54:09 -07:00
Connor Peet
a59631868a
testing: test tag feedback
2021-09-01 14:52:18 -07:00
Tyler Leonhardt
ab8955c820
adds a proposed API for keeping scroll position. ref #132068
2021-09-01 11:25:13 -07:00
Johannes Rieken
4015f350bf
enforce that extension uses locally unique identifier, https://github.com/microsoft/vscode/issues/129037
2021-09-01 16:49:59 +02:00