Commit Graph

1630 Commits

Author SHA1 Message Date
rebornix
23e7e2fef0 showNotebookDocument. 2020-11-24 10:29:07 -08:00
David Sanders
5987e40765 Add vscode.Uri to types for vscode.RelativePattern's base parameter (#111155) 2020-11-24 18:04:03 +01:00
Alex Ross
950c942b7c TunnelCreationInformation -> TunnelCreationOptions
Fixes #110795
2020-11-24 17:52:13 +01:00
Alex Ross
c4b7d10912 Use property bag for tunnel creation elevation
Fixes #110795
2020-11-24 16:04:54 +01:00
Alex Ross
ea989da383 Feedback from resolveTreeItem API proposal review
Part of #100741
2020-11-23 15:36:32 +01:00
Benjamin Pasero
4e1eff7083 web - turn the home indicator into a menu 2020-11-23 15:00:43 +01:00
Connor Peet
06be9f4029 testing: tests and speed improvements 2020-11-20 15:14:35 -08:00
Connor Peet
7265dfb6d7 testing: smarter change event 2020-11-20 13:03:45 -08:00
Connor Peet
d1280418d7 testing: initial api implementation
* wip

* wip

* wip

* wip

* wip

* wip
2020-11-20 08:31:35 -08:00
Johannes Rieken
5876a5e4ae Merge pull request #110930 from microsoft/joh/undoOpts
Undo/redo, bulk edit and onWill-file events
2020-11-19 15:10:00 +01:00
Johannes Rieken
3665005621 add undo options (undo group id, isUndoing) to working copy service and bulk edit logic 2020-11-19 11:16:16 +01:00
Alex Ross
8374d6a4c7 Detect ports to forward more often
Part of microsoft/vscode-remote-release#4021
2020-11-19 10:55:04 +01:00
Johannes Rieken
d04f3178dc proper name for register function: registerFileDecorationProvider, #54938 2020-11-19 08:13:18 +01:00
Andre Weinand
4ef843ec02 Merge pull request #97203 from bzarco/launch-multi-root-args
Don't fail when resolving config variables without a `folderUri`.
2020-11-18 13:21:00 +01:00
Martin Aeschlimann
8513f398c4 command for open external 2020-11-18 13:03:15 +01:00
Johannes Rieken
20d2857142 fix wrong file decoration check 2020-11-18 11:56:33 +01:00
Andre Weinand
93a0ad81c3 Merge branch 'master' into launch-multi-root-args 2020-11-18 11:48:37 +01:00
Johannes Rieken
12b808cf08 make event optional, event naming, relax badge length a little, https://github.com/microsoft/vscode/issues/54938 2020-11-18 10:04:30 +01:00
Martin Aeschlimann
8134d8c9e7 rename to OnTypeRenameRangeProvider. For #109923 2020-11-16 18:07:15 +01:00
João Moreno
62e830be77 Git/SCM: Use vscode.open and vscode.diff for a better editor opening experience (#110733)
* wip: try to use vscode.open and vscode.diff in git/scm

related to #110397

* 💄

* revert change to commands.converter.toInternal

* complete usage os vscode.open and vscode.diff in git extension
2020-11-16 16:19:26 +01:00
Andre Weinand
876d1f09cc introduce new variable ${fileWorkspaceFolder}; fixes #84162 2020-11-16 13:09:50 +01:00
Benjamin Pasero
504b891937 move commands to their locations (#110714) 2020-11-16 11:47:10 +01:00
Johannes Rieken
8f9aeb83da fix invalid command converter behaviour 2020-11-16 11:39:17 +01:00
Johannes Rieken
2b06004f0d 💄 2020-11-16 11:31:56 +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
Alex Ross
19c93615dd Properly call dispose on extension created tunnels
Part of microsoft/vscode-remote-release#3961
2020-11-13 15:40:28 +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
01dd9f0307 💄 2020-11-13 12:49:25 +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
David Sanders
76a8ea640e Add undefined to TaskProcessEndedDTO.exitCode (#110508) 2020-11-13 10:26:02 +01:00
Benjamin Pasero
630e706ad2 Add open context to certain commands (#110475)
* editor commands - move API commands to workbench core

* rename EditorViewColumn => EditorGroupColumn

* mixin context to open commands

* address some feedback

* add comment
2020-11-12 17:01:13 +01:00
Christof Marti
ea5e971611 Tolerate strings again (fixes #110432) 2020-11-12 16:22:56 +01:00
Alex Ross
b785be4c73 Finalize TreeItemLabel API
Fixes #61579
2020-11-12 15:58:52 +01:00
Johannes Rieken
e4da961570 Merge pull request #110455 from microsoft/joh/open
let CommandsConverter actually convert commands
2020-11-12 10:44:42 +01:00
Johannes Rieken
94d3497dac 💄 2020-11-12 10:38:14 +01:00
David Sanders
f1c6ce7c9e clarify effect of command enablement 2020-11-11 11:21:27 -08:00
Johannes Rieken
6a8fe0a8da let CommandsConverter actually convert commands, make sure "magic" commands handle uri components 2020-11-11 18:14:49 +01:00
Martin Aeschlimann
e69d768e53 adopt feedback for #109923 2020-11-11 15:44:49 +01:00
Alex Dima
14140d2a19 Revert "Merge pull request #109049 from digeff/searchView/context/extensionPoints"
This reverts commit a1bb5ac207, reversing
changes made to 9a08a10708.
2020-11-11 09:46:47 +01:00
Johannes Rieken
31c034604e remove old forUris, rename forUris2 to forUris, https://github.com/microsoft/vscode/issues/110241 2020-11-11 08:43:08 +01:00
digeff
86f773db82 Merge remote-tracking branch 'origin/master' into searchView/context/extensionPoints 2020-11-10 12:58:25 -08:00
digeff
559f9b60d1 Applied feedback 2020-11-10 12:56:12 -08:00
Sandeep Somavarapu
50416be1c6 #110241 Adopt TernarySearchTree.forUris2 2020-11-10 18:36:54 +01:00