Alex Dima
3ba93e8aac
Move more code to /common/
2019-03-25 19:05:36 +01:00
Alex Dima
02b8857896
Fix monaco compilation
2019-03-25 18:46:22 +01:00
Joao Moreno
6ff5ec216c
fixes #68117
2019-03-25 17:54:42 +01:00
Martin Aeschlimann
014c366fdc
add _workbench.addToRecentlyOpened command
2019-03-25 17:52:42 +01:00
Martin Aeschlimann
ee2f23192c
open new window with reuse
2019-03-25 17:52:42 +01:00
Martin Aeschlimann
0f45c39d97
status from ext host cli
2019-03-25 17:52:42 +01:00
Alex Ross
9eb5669101
File picker undo should work ( #70302 )
...
Use execCommand to ensurse that file picker auto complete is added to undo buffer
2019-03-25 17:41:37 +01:00
Joao Moreno
a774363de1
fixes #68772
2019-03-25 17:27:37 +01:00
Andre Weinand
6876fcedc9
release debug API: parentSession arg for startDebugging
2019-03-25 17:14:30 +01:00
Sandeep Somavarapu
81a7dff142
Fix #67273
2019-03-25 16:12:36 +01:00
isidor
61c990fb6f
null guard for repl: copy
2019-03-25 15:53:00 +01:00
Alex Dima
8292829248
Explorations
2019-03-25 15:34:08 +01:00
Sandeep Somavarapu
1876bd1d38
fix compilation errors
2019-03-25 15:30:37 +01:00
Sandeep Somavarapu
5e90625082
fix tests
2019-03-25 15:18:11 +01:00
Alex Dima
31ddfc05b9
Move remoteAgentEnvironmentChannel to /common/
2019-03-25 15:10:21 +01:00
Benjamin Pasero
3342525669
fix #71073
2019-03-25 15:08:02 +01:00
Johannes Rieken
8399f4ae80
Have 'Format Document' and 'Format Document With...' at the same time, show message when formatting document with first provider, #41882
2019-03-25 14:29:57 +01:00
Sandeep Somavarapu
c98431ec76
#59478 Use file service to read user configuration
2019-03-25 14:23:18 +01:00
Christof Marti
0c50802a7a
Reference proper npm package ( fixes #52880 )
2019-03-25 13:13:15 +01:00
Alex Dima
2f38e3e72a
Minor tweaks
2019-03-25 12:56:33 +01:00
Alex Dima
78d62636f0
Move standalone editor nls calls to standaloneStrings which will be translated via VS Code
2019-03-25 12:41:32 +01:00
Alex Ross
1c21692315
Fix task key creation
...
Not sure why this wasn't a compile error
Fixes #70958
2019-03-25 12:26:05 +01:00
Sandeep Somavarapu
78e61c63f0
register nodeless remote agent service
2019-03-25 11:40:55 +01:00
Johannes Rieken
eaaf586d82
some jsdoc for #70231
2019-03-25 11:30:59 +01:00
Martin Aeschlimann
fc7d4787ea
proposed menu id: improve wording
2019-03-25 11:30:46 +01:00
Benjamin Pasero
480d54b546
fix #71055
2019-03-25 11:27:49 +01:00
Alex Dima
bef602e832
Extract /common/ code
2019-03-25 11:13:20 +01:00
Benjamin Pasero
f3f8c576f9
enable forceConsistentCasingInFileNames
2019-03-25 11:06:19 +01:00
Benjamin Pasero
a8c7492752
fix casing issue
2019-03-25 11:02:59 +01:00
Benjamin Pasero
2c386fa9a3
Revert "Revert "debugToolbar -> debugToolBar""
...
This reverts commit 9bb443d153 .
2019-03-25 10:55:00 +01:00
SteVen Batten
afafc16dc4
fixes #69597 ( #69628 )
...
* fixes #69597
* adopt focusWindow everywhere
2019-03-25 10:53:49 +01:00
Alex Ross
c4344fcd20
Make automatic task notification show up after a task has been run
...
Fixes #67463
2019-03-25 10:46:29 +01:00
Sandeep Somavarapu
21afd814cd
Merge pull request #70521 from Microsoft:rmacfarlane/hidden-viewlet
...
Fix custom viewlet not being shown when its cached views are not active on registration
2019-03-25 09:45:10 +01:00
Sandeep Somavarapu
56c0b50c09
Complete fix
2019-03-25 09:43:53 +01:00
Benjamin Pasero
f35466ac34
bulk edit - check for trash capability before using it
2019-03-25 09:24:25 +01:00
Benjamin Pasero
8288794f50
files2 - add trash capability (for #48259 )
2019-03-25 09:11:32 +01:00
Benjamin Pasero
deab785846
files2 - implement copyFile across providers
2019-03-25 08:09:55 +01:00
Benjamin Pasero
3c136df8a2
move comments to browser ( #70319 , #69103 ) ( #70939 )
2019-03-25 07:56:48 +01:00
Rob Lourens
5688d00dd5
Fix #70156 - reveal pcre2 regex parse error
2019-03-23 21:57:05 +00:00
Rob Lourens
9231a581e6
Fix #70132 - allow opening files with ~ path in quickopen
2019-03-23 21:44:55 +00:00
Rob Lourens
65c437f085
Fix #70618 - show gear when hovering bool setting
2019-03-23 21:17:56 +00:00
Rob Lourens
01233c8ed7
Fix #70555 - don't hardcode panelInput border color
2019-03-23 21:10:14 +00:00
Rob Lourens
c840573f7f
Handle an absolute path in quickopen for non-file scheme workspaces
2019-03-23 19:54:49 +00:00
Daniel Imms
fb0573a38f
Enable winpty compat only on Windows
2019-03-23 11:28:13 -07:00
Matt Bierner
d25ea61e0c
Add telemetry around localhost loading inside of webview
...
This is needed to understand which extension should enable the new port forwarding feature. Only logs that some extension is accessing localhost in a webview, not which port/resource is accessed
2019-03-22 17:03:12 -07:00
SteVen Batten
1d4c7fa5b7
some dialog fixes
2019-03-22 15:45:42 -07:00
Matt Bierner
33a1b96391
Add explicit index type
2019-03-22 15:06:43 -07:00
Matt Bierner
2f0271b33e
Fix a few implicit index accesses
2019-03-22 15:06:43 -07:00
Alex Dima
eda154a129
Fix compilation error
2019-03-22 22:38:33 +01:00
Alex Dima
7d0d7861a7
Introduce NodeSocket
2019-03-22 22:26:40 +01:00