Commit Graph

2676 Commits

Author SHA1 Message Date
Tyler Leonhardt
684fff706a initial unoptimized hasSession API 2021-10-14 13:39:11 -07:00
Matt Bierner
29d0c902a6 Include extension cdn in webview.cspSource 2021-10-14 09:32:36 -07:00
Johannes Rieken
cca2d71a82 restore previous runtime behaviour, https://github.com/microsoft/vscode/issues/134979, https://github.com/microsoft/vscode/issues/134892 2021-10-13 13:01:53 +02:00
Matt Bierner
757da367d3 Clean up types for Tab public api
- prefer using `| undefined` for managed types
- Add readonly
2021-10-12 12:11:34 -07:00
Daniel Imms
af376e98a8 Remove async promise executors
Part of #134873
2021-10-12 07:48:15 -07:00
Johannes Rieken
04bb52865a fix https://github.com/microsoft/vscode/issues/134892 2021-10-12 15:08:54 +02:00
Benjamin Pasero
3cda269c80 ESlint: enable no-async-promise-executor (#134873) 2021-10-12 10:50:44 +02:00
Johannes Rieken
c15218d09e use biased extUri when feeding data into extensions tst, https://github.com/microsoft/vscode/issues/134602 2021-10-11 17:13:16 +02:00
Johannes Rieken
8db8a07b4e use true casing rules when creating extensions tst, #134602 2021-10-11 15:24:29 +02:00
Johannes Rieken
547d92631e getExtensionPathIndex indexes extensions by URI, not just fsPath, fixes https://github.com/microsoft/vscode/issues/134602 2021-10-11 11:41:55 +02:00
Johannes Rieken
5dcc08052c change back onDidChaonDidChangeInlayHints, ignore events for model for which a request is currently pending, https://github.com/microsoft/vscode/issues/13043 2021-10-11 10:32:00 +02:00
Matt Bierner
91132cab87 Use | undefined instead of ? for some readonly properties on objects that we control
For #124362

This includes:

- Event objects
- Context objects passed to providers
- Managed objects such as `TextEditor`
2021-10-06 19:08:22 -07:00
Daniel Imms
4edb5c88d4 Remove proposed api check in terminal state event
Fixes #134376
2021-10-06 08:00:33 -07:00
Johannes Rieken
bbff19b5ba allow to send onDidChangeInlayHints-event for specific uris, https://github.com/microsoft/vscode/issues/130430 2021-10-04 12:17:10 +02:00
Johannes Rieken
9c6de0fb16 fix https://github.com/microsoft/vscode/issues/120898 2021-10-04 11:57:35 +02:00
Alex Dima
dd20472656 Fixes #129554: Do not leave the ExtensionsActivator in an attempt to activate descriptive extensions 2021-09-30 18:04:36 +02:00
Alex Dima
c037b74143 Improve logging 2021-09-27 20:39:07 +02:00
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