Alex Dima
|
6136c815bc
|
Renames
|
2022-02-04 15:01:44 +01:00 |
|
Johannes Rieken
|
4a130c40ed
|
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
|
2022-02-02 14:35:33 +01:00 |
|
Johannes Rieken
|
7d1f0fda8b
|
tweak vscode.open command and its test, https://github.com/microsoft/vscode/pull/141944
|
2022-02-01 18:35:12 +01:00 |
|
Johannes Rieken
|
fc1511ecd0
|
allow vscode.open to be called with a string in additon to an Uri
|
2022-02-01 15:34:12 +01:00 |
|
Benjamin Pasero
|
579e0a39c2
|
Cleanup GlobPattern handling in extension host (#140689)
* rewrite `NotebookExclusiveDocumentPattern` handling (#140491)
* 💄
* also fix #140707
* address feedback
|
2022-01-17 14:21:10 +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 |
|
Alex Dima
|
973684056e
|
Rename modes to languages
|
2021-12-30 18:52:15 +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 |
|
Johannes Rieken
|
409041b7ff
|
dedupe workspace symbols results
|
2021-11-16 14:07:03 +01:00 |
|
Alex Dima
|
21b22af19e
|
Add support for invoking multiple equal scored DocumentRangeSemanticTokensProviders
|
2021-10-25 23:39:10 +02:00 |
|
Johannes Rieken
|
94ffa6fc39
|
fix https://github.com/microsoft/vscode/issues/126172
|
2021-09-23 16:25:32 +02:00 |
|
Connor Peet
|
aac4d02082
|
make vscode.revealTestInExplorer an api command
|
2021-09-01 16:54:09 -07:00 |
|
Yan Zhang
|
8135848f77
|
add type hierarchy provider
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
|
2021-07-15 11:48:28 +08:00 |
|
Johannes Rieken
|
2b164efb0e
|
fix https://github.com/microsoft/vscode/issues/125545
|
2021-06-07 10:34:57 +02:00 |
|
Martin Aeschlimann
|
91b7e6027a
|
Move vscode.newWindow & vscode.removeFromRecentlyOpened out of apiCommands. For #110583
|
2021-05-31 20:09:12 +02:00 |
|
Rachel Macfarlane
|
79bd573d9e
|
Move OpenIssueReporter api command registration out of extHostApiCommands (#124068)
|
2021-05-18 12:46:42 -07:00 |
|
Johannes Rieken
|
a1e69b746f
|
rename InlineHint to InlayHint, make it InlayHint only and keep OverlayHint as a future, separate feature, remove hover message
|
2021-04-30 14:51:40 +02:00 |
|
Johannes Rieken
|
9784c7a0ef
|
fix compile errors
|
2021-04-21 15:37:45 +02:00 |
|
rebornix
|
8711b2dc92
|
remove deprecated transientMetadata.
|
2021-04-20 16:53:09 -07:00 |
|
gjsjohnmurray
|
a910986998
|
fix #121509 documentation error for two API command results
|
2021-04-16 22:13:36 +01:00 |
|
rebornix
|
8629b48030
|
rename transientMetadata to transientCellMetadata.
|
2021-04-15 17:24:47 -07:00 |
|
Johannes Rieken
|
d8e1c802f7
|
add some override https://github.com/microsoft/vscode/issues/120675
|
2021-04-09 15:29:47 +02:00 |
|
Johannes Rieken
|
6dc076b5c4
|
debt - tackle an old todo
|
2021-03-01 11:23:38 +01:00 |
|
gregvanl
|
7d143f7942
|
Fix typos
|
2021-02-21 21:27:50 -08:00 |
|
Andre Weinand
|
e537fd9e31
|
first cut of proposed "inline values provider" API
|
2021-02-16 16:31:33 +01:00 |
|
Alexandru Dima
|
c3746fa0ae
|
Fixes #114983
|
2021-01-26 17:13:23 +01:00 |
|
Wenlu Wang
|
30f17c9572
|
Merge branch 'master' into signaure_arguments_label
|
2021-01-19 11:16:41 +08:00 |
|
Johannes Rieken
|
a40b4e72d0
|
add API command vscode.executeInlineHintProvider and some end-to-end tests
|
2021-01-18 18:41:49 +01:00 |
|
Alexandru Dima
|
f101028176
|
Fixes #114299: Add commands for invoking semantic tokens provider
|
2021-01-18 17:05:47 +01:00 |
|
rebornix
|
6f11d34f67
|
resolveNotebook API command takes no argument
|
2020-12-21 14:06:41 -08:00 |
|
Matt Bierner
|
b854c0bffd
|
Make vscode.openWith a proper api command (#111006)
For #110583
|
2020-11-30 17:40:15 -08:00 |
|
Benjamin Pasero
|
fbf7566d39
|
tests - add test suite for native modules
|
2020-11-28 11:33:23 +01:00 |
|
Benjamin Pasero
|
504b891937
|
move commands to their locations (#110714)
|
2020-11-16 11:47:10 +01:00 |
|
Johannes Rieken
|
f3efe70c9a
|
don't attempt to convert API types inside the renderer, break up mainThread-api arguments (and plan future removal)
|
2020-11-13 16:00:17 +01:00 |
|
Johannes Rieken
|
2ac7284762
|
add api argument stubs for strings and numbers
|
2020-11-13 13:55:01 +01:00 |
|
Johannes Rieken
|
63ac48bf6d
|
debt - move api command things into extHostCommand so that they can be contributed from anywhere
|
2020-11-13 12:56:20 +01:00 |
|
Johannes Rieken
|
70061a8b22
|
modernize vscode.resolveNotebookContentProviders-command, fyi @rebornix didn't find a unit-test for this!
|
2020-11-13 12:15:07 +01:00 |
|
Johannes Rieken
|
443c0db7c9
|
modernize vscode.executeColorPresentationProvider-command
|
2020-11-13 11:56:27 +01:00 |
|
Johannes Rieken
|
e25b8819f7
|
modernize vscode.executeCodeActionProvider-command
|
2020-11-13 11:56:27 +01:00 |
|
Johannes Rieken
|
f3439ece09
|
modernize vscode.executeCodeLensProvider-command
|
2020-11-13 11:56:27 +01:00 |
|
Johannes Rieken
|
94a57406aa
|
deprecate old api command story
|
2020-11-13 11:56:27 +01:00 |
|
Johannes Rieken
|
74703883e3
|
modernize vscode.executeSignatureHelpProvider-command
|
2020-11-13 11:56:27 +01:00 |
|
Johannes Rieken
|
883936de2e
|
modernize vscode.executeCompletionItemProvider-command
|
2020-11-13 11:56:27 +01:00 |
|
rebornix
|
c185f7ab93
|
command for fetching all notebook content providers.
|
2020-09-21 12:00:35 -07:00 |
|
Johannes Rieken
|
f8ad845310
|
Allow executeCodeActionProvider API command to set the number of items to resolve, unit test to check that and the whole resolve machinery
|
2020-09-16 13:52:26 +02:00 |
|
Johannes Rieken
|
d2da7e966e
|
fix https://github.com/microsoft/vscode/issues/106308
|
2020-09-09 09:26:56 +02:00 |
|
Johannes Rieken
|
6a9f98bc86
|
debt - migrate rename api command
|
2020-07-16 11:51:36 +02:00 |
|
Dirk Baeumer
|
839ddf9b6d
|
Update do for location based API commands.
|
2020-04-27 14:37:26 +02:00 |
|
Dirk Baeumer
|
6f09d743b7
|
Add support for LocationLink in API commands
|
2020-04-21 17:08:30 +02:00 |
|
Johannes Rieken
|
fd487a7ed6
|
fix https://github.com/microsoft/vscode/issues/91852
|
2020-03-03 11:02:23 +01:00 |
|