Commit Graph

41 Commits

Author SHA1 Message Date
Joao Moreno
ac035214a7 fix broken SCM view 2021-12-09 21:58:06 +01:00
Johannes Rieken
8d3536c7f7 extract auth#session into its own proposal file, make isProposedApiEnabled and checkProposedApiEnabled more strict by forcing them to be called with undefined or a proposal name, https://github.com/microsoft/vscode/issues/131165 2021-11-12 10:03:53 +01:00
Johannes Rieken
a4d426a1c2 split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165 2021-11-12 09:48:17 +01:00
Johannes Rieken
f01a1e991d move isProposedApiEnabled and checkProposedApiEnabled-util back to workbench-layer 2021-11-10 12:02:04 +01:00
Matt Bierner
6816d7ea7a Remove scm.focus proposal
As discussed in #119904, we're going to use commands for this instead. Removing the proposal
2021-11-09 18:16:27 -08:00
Johannes Rieken
799d82fcc3 add isProposedApiEnabled-util, move checkProposedApiEnabled-util, use utils instead of reading the enableProposedApi-property, https://github.com/microsoft/vscode/issues/129037 2021-11-09 14:13:32 +01: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
Eric Amodio
a4e75b4ec1 Adds MarkdownString support to SCM validations 2021-08-04 18:40:44 -04:00
Eric Amodio
55868691ef Closes #128258: Adds ThemeIcon support 2021-07-08 18:56:30 -04:00
Connor Peet
751f8729dc protocol: refactor to use enum for marshalled object ids 2021-06-22 18:47:25 -07:00
Eric Amodio
d993d5d555 Adds proposed api checks and splits proposal 2021-04-09 15:16:55 -04:00
Eric Amodio
3622dafdc0 Adds new proposed api for scm input validation 2021-04-08 19:24:53 -04:00
Benjamin Pasero
44ddde116f adopt checkProposedApiEnabled
//cc @joaomoreno
2020-11-27 10:42:38 +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
mjcrouch
6a112d1893 Clear list of created groups once they are added
This prevents them being re-added again next time
fixes #105483
2020-08-28 14:25:03 +01:00
João Moreno
c466365768 Merge branch 'master' into pr/90952 2020-08-09 11:04:43 +02:00
João Moreno
6c7ff2bb3a scm: throttle resource group creation 2020-08-05 18:10:35 +02:00
mjcrouch
43d5d68fdd Merge remote-tracking branch 'upstream/master' into scm-resource-context 2020-08-04 17:29:01 +01:00
João Moreno
4b9c19ab03 fixes #101277 2020-06-29 15:46:35 +02:00
Matt Crouch
0df59550e7 Merge branch 'master' into scm-resource-context 2020-05-11 22:11:37 +01:00
João Moreno
b1a50cbc8c add telemetry event for createSourceControl 2020-04-17 10:44:37 +02:00
João Moreno
6c143da1a8 check for change 2020-04-16 16:19:32 +02:00
Matt Crouch
7701913031 Merge branch 'master' into scm-resource-context 2020-04-09 21:45:49 +01:00
João Moreno
8ceb90a807 fixes #93493 2020-04-09 15:22:27 +02:00
mjcrouch
11f523c6d7 Support scmResourceState in when clauses
fixes #86180

* Adds `contextValue?: string` to the SourceControlResourceState
* Allows when clause in scm/resourceState/context menus to use scmResourceState
2020-02-19 09:15:35 +00:00
Joao Moreno
788cfa0767 use UriComponents for SCMRawResource
fixes microsoft/vscode-remote-release#2115
2020-02-04 10:58:40 +01:00
Matt Bierner
1b70625f8c Use import type when importing vscode under src
When the core references `vscode`, we only want to import the types and never generate a real import (which will fail to load). Use `import type` to better enforce this
2020-01-10 14:25:21 -08:00
Joao Moreno
44a7079ed1 fix console.warn
related to #84283
2019-11-13 10:41:46 +01:00
Joao Moreno
d5664e35ed cleanup commit template, merge
related to #66522
2019-10-15 17:43:33 +02:00
Joao Moreno
4a81920398 Revert "scm: make tree rendering opt-in via proposed API"
This reverts commit afa911d942.
2019-10-11 19:10:27 +02:00
Joao Moreno
afa911d942 scm: make tree rendering opt-in via proposed API
fix #82203
2019-10-10 18:37:38 +02:00
Matt Bierner
40e0f496f9 Use equals helper function instead of re-implementing it so many places 2019-10-07 14:18:58 -07:00
Johannes Rieken
53d6601137 strict init 2019-10-03 16:51:03 +02:00
Matt Bierner
029009eafd Marking most private emitters as readonly
Emitters should generally not be reassigned as their corresponding event would also be lost. Marking these as readonly just to enforce this
2019-09-23 17:31:18 -07:00
Johannes Rieken
07d19b90a5 remove automatic merging/overwriting of decorations, simplify proposed API, #54938 2019-09-04 11:16:11 +02:00
Johannes Rieken
32da48e7a0 consistent dto namings 2019-08-05 16:50:13 +02:00
Matt Bierner
1ef4a75ff9 Replace IDisposable with DisposableStore in a few more simple cases 2019-07-19 17:36:17 -07:00
Johannes Rieken
c8843e3b0d final touch at heap service removal, #74846 2019-06-19 10:58:24 +02:00
Joao Moreno
08bb5a13c0 use toInternal2
related to #74846
2019-06-12 15:19:44 +02:00
Johannes Rieken
c0821aa5e9 move extHost-files to common 2019-04-10 10:26:52 +02:00