Matt Bierner
d1998fef44
Remove logging call
2017-01-24 14:59:45 -08:00
Matt Bierner
77fbceeb1e
Use selection active for initial line as well
2017-01-24 14:58:36 -08:00
Matt Bierner
a765a1a298
Fixes #19133
2017-01-24 14:55:02 -08:00
Matt Bierner
c8196b5ee5
Fixes #19126
2017-01-24 13:58:52 -08:00
Matt Bierner
57e77e4171
rename ( #19282 )
2017-01-24 13:32:35 -08:00
rebornix
ae7b1ab1c1
take care of unIndent lines in Reindent Lines action
2017-01-24 11:53:59 -08:00
Martin Aeschlimann
1d79099ed1
fix wording for #9003
2017-01-24 20:54:13 +01:00
Matt Bierner
4e7666da14
Fix relative links in markdown preview
2017-01-24 11:41:18 -08:00
rebornix
2854996ca5
fix #19160 . Explain restriction of formatters for formatOnPaste
2017-01-24 09:51:37 -08:00
rebornix
9b5aa6ec15
fix #19223
2017-01-24 09:38:46 -08:00
Alex Dima
4e196ffb9a
Fixes #19225 : Have \n match EOL sequence regardless of model's EOL sequence
2017-01-24 18:20:00 +01:00
Johannes Rieken
5c31cac04b
before writing check if the socket has been destroyed, fixes #19176
2017-01-24 16:47:14 +01:00
Alex Dima
1823bc0c95
Fixes #17444 : Electric Character interceptor does nothing if the matching bracket is on the same line
2017-01-24 16:41:28 +01:00
Johannes Rieken
fe73f61960
more random pipe names, #19188
2017-01-24 16:21:32 +01:00
Alexandru Dima
5119778e91
Merge pull request #18757 from rebornix/FixPairMatching
...
Fix #17645 .
2017-01-24 16:18:54 +01:00
Benjamin Pasero
9384ee14f5
better settings description for #19123
2017-01-24 16:01:17 +01:00
Alex Dima
c016d86b21
Fixes #17939 : URLs with parens not recognized as full URL
2017-01-24 15:44:56 +01:00
Alex Dima
8ac4bfdbac
Fixes issue #19207 : Link in Monokai is not rendered correctly
2017-01-24 15:44:56 +01:00
Benjamin Pasero
0e7ffee956
fixes #19132
2017-01-24 15:03:11 +01:00
isidor
4265f5e35c
scroll lock icons
2017-01-24 11:21:16 +01:00
Sandeep Somavarapu
c3f2b87c06
Fix #19121
2017-01-24 11:19:31 +01:00
Isidor Nikolic
9c9a615d07
Merge pull request #18768 from ArtemGovorov/master
...
Add Toggle Output Scroll Lock action
2017-01-24 11:16:08 +01:00
Sandeep Somavarapu
05e49f78d4
Fix #19130
2017-01-24 11:05:19 +01:00
Joao Moreno
b38c908076
update distro
2017-01-24 10:22:24 +01:00
Alex Dima
516a348de7
Fixes #17140 : Cursor is hard to distinguish from selection in high contrast theme
2017-01-24 09:54:47 +01:00
Dirk Baeumer
61a56dbf6e
Remove cmd.exe specific quoting code.
2017-01-24 08:58:45 +01:00
Dirk Baeumer
16cd042941
Added test for tasks.
2017-01-24 08:58:43 +01:00
Christof Marti
97a1d7eacd
Adopt release notes CSS ( fixes #18984 )
2017-01-23 22:46:18 -08:00
kieferrm
288254a96d
adding telemetry for workspace executables
2017-01-23 21:44:26 -08:00
Kai Maetzel
8c6dfd7e01
Merge pull request #19107 from Microsoft/kieferrm/workspaceExecutables
...
Safe handling of workspace executables
2017-01-23 21:14:13 -08:00
kieferrm
5df8553bef
improve wording
2017-01-23 21:06:19 -08:00
kieferrm
6c4322469d
use upper letter drives on windows
2017-01-23 21:06:18 -08:00
kieferrm
420006456e
mark external terminals as executable properties
2017-01-23 21:06:18 -08:00
kieferrm
0c2148239a
use fspath instead of path
2017-01-23 21:06:18 -08:00
kieferrm
b8390826ea
Improve dialog
2017-01-23 21:06:18 -08:00
kieferrm
c8f2b6d915
Introduce trust-workspace action
2017-01-23 21:06:17 -08:00
kieferrm
34fd1c67e4
Improve wording of error
2017-01-23 21:06:17 -08:00
kieferrm
2d5f006581
fix tests
2017-01-23 21:06:17 -08:00
Sandeep Somavarapu
06c73e797b
Consolidate workspace config model after refiltering
2017-01-23 21:06:17 -08:00
Sandeep Somavarapu
03c15847b3
Add error markers to executable settings in untrusted workspace settings
2017-01-23 21:06:16 -08:00
kieferrm
97b08a7ce4
adapt contributions
2017-01-23 21:05:17 -08:00
kieferrm
d3c6036fcc
show notification
2017-01-23 21:05:17 -08:00
kieferrm
5c53ddbbe2
model support
2017-01-23 21:05:17 -08:00
Christof Marti
96579057b3
Cannot access localStorage from main process ( #19035 )
2017-01-23 20:33:35 -08:00
Matt Bierner
20f3a9f11b
Rename TypeDefinitionProvider to TypeImplementationProvider ( #19101 )
...
* Rename TypeDefinitionProvider to TypeImeplementationProvider
**bug**
In #18346 , I originally called the new go to implementation provider api `ImplementationProvider` which we then decided to rename to `TypeDefinitionProvider`. At the time, I didn't realize that a type definition was actually its own, unrelated concept.
**Fix**
Rename `TypeDefinitionProvider` to `TypeImplementationProvider` to make it clear what the purpose and use of this api is.
* Fix a few names in comments
2017-01-23 16:25:37 -08:00
Christof Marti
779700d709
Statically read welcome experience enablement ( fixes #19035 )
2017-01-23 16:23:22 -08:00
roblou
918c9c695a
node-debug2@1.9.10
2017-01-23 16:11:23 -08:00
Martin Aeschlimann
8f18cb3538
Merge pull request #19069 from Microsoft/waderyan/extension-packs
...
Extension Packs
2017-01-24 00:52:35 +01:00
Martin Aeschlimann
c5f8be74bd
[json] update service
2017-01-24 00:52:02 +01:00
Martin Aeschlimann
3880d0cc3d
[html] update services
2017-01-24 00:51:22 +01:00