14425 Commits

Author SHA1 Message Date
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
Martin Aeschlimann
95368092a9 [css] update service 2017-01-24 00:49:16 +01:00
Matt Bierner
a9424c71e4 Improve markdown preview line indicator colors 2017-01-23 15:24:53 -08:00
roblou
a2498d6cc9 node-debug2@1.9.9 2017-01-23 14:52:38 -08:00
Sandeep Somavarapu
eb4ed01485 Fix #19075 2017-01-23 23:18:20 +01:00
Christof Marti
80634bad38 Filter embedded markers from problems view and statusbar (fixes #18897) 2017-01-23 14:16:58 -08:00
Matt Bierner
93c4b5f077 Fixes #19093 2017-01-23 14:12:52 -08:00
Matt Bierner
0309c46454 Sort markdown settings 2017-01-23 14:08:14 -08:00
Matt Bierner
a18fe04303 Add throttle for markdown scroll sync 2017-01-23 13:51:28 -08:00
Christof Marti
4e83daf341 Remember vertical scroll position (fixes #18868) 2017-01-23 13:45:41 -08:00
Matt Bierner
6053021a6c Split up and rename Markdown Scroll Sync Settings (#19077)
Splits the markdown scroll sync settings to be more granular.
2017-01-23 11:59:12 -08:00
Matt Bierner
0451361010 Fixes #19070 2017-01-23 11:55:35 -08:00
Daniel Imms
d49e617cf6 Uplevel xterm.js
Fixes #19074
2017-01-23 11:37:11 -08:00
Christof Marti
c5fac5007d Dismiss overlay on Esc (fixes #18869) 2017-01-23 10:54:59 -08:00
Daniel Imms
90a52e87bc Remove waitOnExit option from Terminal API
This may turn into an enum or change behavior soon pending on the result of
task-terminal integration. Removing from the API until more thought has been
put into it.

Part of #15583
Part of #18661
2017-01-23 10:25:16 -08:00
Sandeep Somavarapu
375f32d553 #1587 A global command to configure language specific settings 2017-01-23 19:21:07 +01:00
Sandeep Somavarapu
8d5e9b5905 Move configuring language based settings to preferences and expose it as an API from preferences service 2017-01-23 19:21:07 +01:00
Christof Marti
66b0baa21f Hide overlay on any command (#18869) 2017-01-23 10:13:39 -08:00