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