Daniel Imms
|
7f2580fa2e
|
Remove ProcessCapability
|
2022-01-13 07:36:11 -08:00 |
|
Johannes Rieken
|
d528769c4d
|
don't send full ExtensionDescription when using message API
|
2022-01-11 13:57:30 +01:00 |
|
Benjamin Pasero
|
913952ac2e
|
progress - do not send entire IExtensionDescription around
|
2022-01-11 12:59:56 +01:00 |
|
Johannes Rieken
|
1cfc360e4b
|
drop and warn when inlay hint has empty label, https://github.com/microsoft/vscode/issues/16221
|
2022-01-11 09:36:29 +01:00 |
|
Connor Peet
|
fe0e9a96d3
|
testing: allow canceling test refresh
|
2022-01-10 15:09:08 -08:00 |
|
Sandeep Somavarapu
|
375506823f
|
Merge branch 'main' into sandy081/fix140120
|
2022-01-08 00:37:53 +01:00 |
|
Sandeep Somavarapu
|
2766a74d2a
|
- move migration into a util function
- extract extension storage methods to a separate service
|
2022-01-08 00:36:52 +01:00 |
|
Johannes Rieken
|
2586299c42
|
experiment with InlayHintLabelPart and source location as "anchor action",
https://github.com/microsoft/vscode/issues/129528
|
2022-01-07 20:47:33 +01:00 |
|
Connor Peet
|
a87cdeaec7
|
testing: add refresh action
For #139737
|
2022-01-06 13:02:51 -08:00 |
|
Johannes Rieken
|
3677cc48a8
|
support to resolve inlay hints for hover and for future display parts, https://github.com/microsoft/vscode/issues/129528
|
2022-01-06 16:30:04 +01:00 |
|
Johannes Rieken
|
0c933120f6
|
add InlayHint#tooltip and wire it up with hover participant, https://github.com/microsoft/vscode/issues/129528
|
2022-01-06 14:39:21 +01:00 |
|
João Moreno
|
5e630c145f
|
Enable IPC API for web (#138054)
* wip: ipc api
* wip: send message ports upfront
* address both inside and outside iframe
* fix build
* relay MessagePort to worker
* address api discussion feedback
* check for proposed api
* fix layer breakage
Co-authored-by: Alex Dima <alexdima@microsoft.com>
|
2022-01-05 02:11:12 -08:00 |
|
Sam Estep
|
faaeb6be41
|
Add option to not pass --no-ignore-parent to rg
|
2022-01-02 23:11:16 -05:00 |
|
Rob Lourens
|
a2655c2e5f
|
prefer-const in notebooks
|
2021-12-30 14:25:09 -08:00 |
|
Alex Dima
|
973684056e
|
Rename modes to languages
|
2021-12-30 18:52:15 +01:00 |
|
Benjamin Pasero
|
4cd3294855
|
rename mode => language in many places (#139920)
|
2021-12-30 12:40:30 +01:00 |
|
Rob Lourens
|
6ef8167fa8
|
Merge branch 'roblou/executionService'
|
2021-12-29 17:11:42 -08:00 |
|
Rob Lourens
|
f944a56538
|
Remove runState from cell internalMetadata. Expose execution state data from service.
For #125668
|
2021-12-29 15:46:36 -08:00 |
|
Connor Peet
|
90b1267d89
|
tests: fix not exiting if tests rejected with undefined
Fixes https://github.com/microsoft/vscode-test/issues/119
|
2021-12-29 09:09:39 -08:00 |
|
Rob Lourens
|
25d41d15f9
|
Split Execution and ExecutionState services
|
2021-12-28 13:44:18 -08:00 |
|
Rob Lourens
|
33d81fdc8c
|
Improve NotebookExecutionService and cancel executions when closing the notebook, deleting cells, and changing the kernel
|
2021-12-28 13:42:01 -08:00 |
|
Alex Dima
|
365a3c23be
|
Rename mode to language
|
2021-12-28 10:51:35 +01:00 |
|
Benjamin Pasero
|
47f88eb547
|
vscode.open and vscode.openWith fail to convert ViewColumn in some cases (fix #139713)
|
2021-12-24 09:40:17 +01:00 |
|
Alex Ross
|
30e8da8a0f
|
Enable tree drag and drop across trees (#139567)
|
2021-12-21 11:25:10 +01:00 |
|
Tyler Leonhardt
|
c02a8deaa1
|
use a different value for Separator and make API check more strict
|
2021-12-20 10:29:53 -05:00 |
|
Ladislau Szomoru
|
85694fcf4d
|
Do not leak rpc proxies (#139498)
|
2021-12-20 11:50:49 +01:00 |
|
Alex Dima
|
704ff15396
|
Adopt vscode-textmate@6.0.0
|
2021-12-17 10:42:59 +01:00 |
|
Alex Dima
|
bd12165fd2
|
Fixes #138804: Improve logging to contain also the extension id
|
2021-12-15 14:53:32 +01:00 |
|
Matt Bierner
|
12ff67ad9d
|
Use SerializableObjectWithBuffers instead of spread
Fixes #137757
|
2021-12-10 17:20:44 -08:00 |
|
Megan Rogge
|
bba344e4e5
|
disablePersistence for editor terminals
|
2021-12-10 15:28:21 -08:00 |
|
Megan Rogge
|
e1c0b0dd25
|
allow extension terminals to opt-out of persistence #118726 (#138884)
|
2021-12-10 14:53:06 -08:00 |
|
Joao Moreno
|
ac035214a7
|
fix broken SCM view
|
2021-12-09 21:58:06 +01:00 |
|
Johannes Rieken
|
3d13b9aeb4
|
expose CancellationToken on onWill-file events
|
2021-12-07 11:27:33 +01:00 |
|
Megan Rogge
|
08fe3f2247
|
finalize terminal location API (#138530)
|
2021-12-06 12:03:15 -08:00 |
|
Johannes Rieken
|
84fce54d28
|
send file system info with dummy uri, https://github.com/microsoft/vscode-remote-release/issues/5714
this ensures uris undergo transformation and therefore file and vscode-remotes are handled correctlly
|
2021-12-06 10:35:48 +01:00 |
|
Sandeep Somavarapu
|
7549d51a10
|
Fix #138192
|
2021-12-01 15:47:18 +01:00 |
|
Raymond Zhao
|
f8756d07ef
|
Add clarification to title schema
Fixes #138194
|
2021-11-30 14:01:40 -08:00 |
|
Sandeep Somavarapu
|
4ee3ed1ff2
|
Fix #138154
|
2021-11-30 14:57:17 +01:00 |
|
Sandeep Somavarapu
|
212deea1cc
|
#46851 passing extension description breaks intellisense as it is not serializable.
Pass only id and display name as extension info
|
2021-11-26 14:54:17 +01:00 |
|
Sandeep Somavarapu
|
49fc9c109e
|
#46851 pass extension description as source
|
2021-11-26 14:02:48 +01:00 |
|
Johannes Rieken
|
6b2aa3abfd
|
allow to mark a language status item as busy, https://github.com/microsoft/vscode/issues/129037
|
2021-11-26 11:42:02 +01:00 |
|
Sandeep Somavarapu
|
5e5bb86a25
|
take extension id while registering defaults
|
2021-11-25 11:37:31 +01:00 |
|
Sandeep Somavarapu
|
4eb6b3832d
|
Fix #46851
|
2021-11-24 17:39:40 +01:00 |
|
Henning Dieterichs
|
075ba020e8
|
Fixes #137000. SelectedCompletionInfo now has the members completionKind and isSnippetText.
|
2021-11-23 15:31:04 +01:00 |
|
Johannes Rieken
|
dc52700a60
|
make sure to await remote file reading in vscode.workspace.fs.readFile so that error handling is correct.
|
2021-11-23 09:45:52 +01:00 |
|
Raymond Zhao
|
963c5fdb6d
|
Add descriptions for order properties
|
2021-11-22 17:18:37 -08:00 |
|
Alex Dima
|
9fd6ee7095
|
Fixes #73656: Do not activate extensions if the search for glob patterns from workspaceContains times out
|
2021-11-19 09:57:45 +01:00 |
|
Alex Dima
|
7fbe563c0a
|
Fixes #136937: Do not log extension activation canceled error if the extension host is going down
|
2021-11-19 00:45:29 +01:00 |
|
Johannes Rieken
|
8c64e1ec31
|
Merge pull request #136657 from microsoft/joh/shortcut_fs
Add shortcut between file system provider and consumer
|
2021-11-18 12:28:30 +01:00 |
|
Alex Ross
|
61913650d8
|
Enable file dnd in tree views
Part of #32592
|
2021-11-17 14:00:08 +01:00 |
|