Ramya Achutha Rao
d52cc1bd0a
Stop sending OSVersion as PlatformVersion is used post Nova
2018-04-20 10:30:05 -07:00
Joao Moreno
1421074796
inactive extension url handler
2018-04-20 19:00:40 +02:00
Joao Moreno
9c4ad2db68
rename uri api
2018-04-20 19:00:40 +02:00
Joao Moreno
d9d5663a69
scm viewlet: call setVisible on contributed panels
2018-04-20 19:00:40 +02:00
Benjamin Pasero
3df75e9194
back to IWorkbenchEditorService for creating file input (for #48275 )
2018-04-20 17:42:30 +02:00
isidor
2a54d2960c
minor rename
2018-04-20 17:38:12 +02:00
Isidor Nikolic
c857328768
Merge pull request #47090 from pradeepmurugesan/reveal-in-finder-root-folder
...
#46785 open root folder when no file is in focus and reveal in finder
2018-04-20 17:35:42 +02:00
Benjamin Pasero
aaa191d9a2
localStorage: restore from backup if any
2018-04-20 17:22:31 +02:00
Benjamin Pasero
6cb06b7cb5
Revert "Electron v2.0.0 ( #47289 )"
...
This reverts commit f7ec491c3e .
2018-04-20 17:22:31 +02:00
Benjamin Pasero
1aa0bb83bc
Revert "Require gtk 3 on Linux"
...
This reverts commit 2e6a761f8c .
2018-04-20 17:22:30 +02:00
Benjamin Pasero
8617a38a5d
💄
2018-04-20 17:21:34 +02:00
Pradeep Murugesan
97aaae1277
fix for deleting multiple directory message 47892 ( #47956 )
...
* fix for deleting multiple directory message 47892
* 47892 code review comments
2018-04-20 17:17:30 +02:00
Benjamin Pasero
1ecc9b31b3
fix #48209
2018-04-20 16:58:34 +02:00
Alex Dima
01169b1617
Fixes #48280
2018-04-20 16:32:04 +02:00
Alex Dima
996c55e4a1
Fixes #48281
2018-04-20 16:26:44 +02:00
Alex Dima
de661083eb
Fixes #20050 : Handle the case where dragging over a view zone which is outside the viewport
2018-04-20 16:22:41 +02:00
Johannes Rieken
11cb1c3814
remote - pushing down more methods to the IFileService interface
2018-04-20 15:53:05 +02:00
Johannes Rieken
b7e8a4f43e
add dev-warning, adjust FileEditorInputFactory-deserialization, #48275
2018-04-20 15:43:36 +02:00
Johannes Rieken
914ba60c0e
add registration change event, #48275
2018-04-20 15:17:07 +02:00
Johannes Rieken
32ef7f3258
remote - only remember last known schemes, not all known schemes
2018-04-20 14:51:14 +02:00
Johannes Rieken
4a27ac8498
inlineFileType2 as booleans into IStat, #47475
2018-04-20 14:11:34 +02:00
Johannes Rieken
9bcb7a0cfe
remote, todo update, #48269
2018-04-20 13:53:50 +02:00
Johannes Rieken
80759012c0
remote - one todo less
2018-04-20 13:53:50 +02:00
Joao Moreno
21e0fa8103
expose scm view location
2018-04-20 13:43:08 +02:00
Joao Moreno
d6b38359e6
proposed open url api
2018-04-20 13:43:08 +02:00
Andre Weinand
cf44fd6498
remove getEnvironmentService from IVariableAccessor
2018-04-20 13:17:59 +02:00
isidor
4cce36adf5
eh debug: Do not end process on initial attach
...
fixes #43516
2018-04-20 12:54:29 +02:00
Johannes Rieken
a877d74d3e
fix compile error
2018-04-20 12:36:19 +02:00
Johannes Rieken
2d9528ab55
only allow events from a provider's scheme, #47475
2018-04-20 12:34:25 +02:00
Andre Weinand
3569b1d385
improve error handling in variableResolver
2018-04-20 12:29:45 +02:00
Sandeep Somavarapu
fac18e5ba8
Fix #46609
2018-04-20 12:03:45 +02:00
Johannes Rieken
6988c29d50
less bitmasks, replace FileOpenFlags with FileOptions, #47475
2018-04-20 12:00:26 +02:00
Dirk Baeumer
bcfb7d4f16
Fixes 47563: Provide an API to fetch running task executions
2018-04-20 11:53:41 +02:00
Sandeep Somavarapu
54322a1ea1
Fix #47180
2018-04-20 11:40:28 +02:00
Sandeep Somavarapu
fecd1ec677
Migrate pinned states fix. Do not add new composistes if it is old data.
2018-04-20 11:26:46 +02:00
Johannes Rieken
799bd3b682
fix #48210
2018-04-20 11:08:30 +02:00
Johannes Rieken
3c6836816b
fix #48138
2018-04-20 11:08:29 +02:00
isidor
ebeeea7998
explorer: FileViewletState use an object map since ExplorerItem objects do not change and resources have a bad difference between rename and new child
...
fixes #47474
2018-04-20 11:08:00 +02:00
Johannes Rieken
bffdc6a15d
a bit of error polish, #47475
2018-04-20 10:39:44 +02:00
Johannes Rieken
9f752b989e
make ResourceMap always strict, #48258
2018-04-20 10:29:33 +02:00
Johannes Rieken
b0ede6c91b
allow file system providers to express that they are case-sensitive
2018-04-20 09:45:41 +02:00
Johannes Rieken
41538f2c75
Merge pull request #48244 from mjbvz/cancel-provideSignatureHelp-in-some-cases
...
Cancel ongoing provideSignatureHelp requests in some cases
2018-04-20 08:49:50 +02:00
Johannes Rieken
45b1679035
rename FileError to FileSystemError, #47475
2018-04-20 08:36:13 +02:00
Ramya Achutha Rao
c1cd4378c5
Upstream bug fixes
2018-04-19 20:40:52 -07:00
Matt Bierner
dffaa5d295
Cancel ongoing provideSignatureHelp requests in some cases
...
Part of #48237
Cancels on to call out to the extension host for `provideSignatureHelp` on:
- provideSignatureHelp retriggered
- curor changed using mouse
- model changed
- Language changes
2018-04-19 18:52:02 -07:00
Matt Bierner
e866449e61
Pick up TS 2.8.3
...
Fixes #48008
2018-04-19 18:51:08 -07:00
Daniel Ye
cb5ed4a20d
Merge branch 'master' of https://github.com/microsoft/vscode
2018-04-19 17:41:12 -07:00
Daniel Ye
30a82b4ada
2018-04-19. Merged in translations from Transifex.
2018-04-19 17:29:20 -07:00
Ramya Achutha Rao
cfb6059563
Refactoring few emmet unit tests
2018-04-19 17:26:47 -07:00
Matt Bierner
d770ce503a
Make sure we handle webview position updates when an entire editor group moves
2018-04-19 16:35:17 -07:00