Alex Dima
fcfec9f8ce
Fixes #23335 : classic keybindings editor shows warning for cmd+shift+_ bindings
2017-03-29 22:10:44 +02:00
Martin Aeschlimann
3664ebf5b2
[theme] fix quietlight theme path
2017-03-29 22:03:37 +02:00
Martin Aeschlimann
65819f9580
[theme] change setting to workbench.experimental.colorCustomizations
2017-03-29 21:59:11 +02:00
Sandeep Somavarapu
ef3853fd2f
#23379 - Make action bar visible on row focused
2017-03-29 21:37:01 +02:00
Alex Dima
df0566c636
Fixes #23354 : Word navigation does not reveal cursor
2017-03-29 21:19:11 +02:00
Rob Lourens
92ecb814e6
node-debug2@1.11.11
2017-03-29 11:46:20 -07:00
Rob Lourens
787e0229ea
Fix #23548
2017-03-29 11:30:24 -07:00
Rob Lourens
9c20a6dc01
Fix #23529 - wait on async result handling before finishing search
2017-03-29 11:27:42 -07:00
Sandeep Somavarapu
18632f5a8a
Add defineKeybinding action to the context menu
2017-03-29 20:26:20 +02:00
Sandeep Somavarapu
603d8771a7
Fix #23285
2017-03-29 20:15:43 +02:00
Rob Lourens
51e58cc5b3
Don't search files.exclude when disregardExcludeSettings is set
2017-03-29 11:10:37 -07:00
Alex Dima
95d4e101bc
Fixes #23415 : show message if a kb layout is impacted by the new logic
2017-03-29 19:12:59 +02:00
Benjamin Pasero
4be4a427ab
Merge pull request #23586 from Microsoft/weinand-patch-1
...
prevent reload window closes the debuggee; fixes #23390
2017-03-29 10:11:25 -07:00
Benjamin Pasero
ddbeb849d4
💄
2017-03-29 10:11:05 -07:00
Johannes Rieken
32a836a82f
gap penalty, -Number.MIN_VALUE is smaller then -1, fixes #23581
2017-03-29 18:36:06 +02:00
Andre Weinand
97f95d2752
prevent reload window closes the debuggee; fixes #23390
...
I cannot reproduce the problem when running out of source, so I could not really verify that the fix works.
`environmentService.debugExtensionHost.break` is used for two things: 1) as an indication that debug mode is active and 2) it indicates that break mode is active. The first use is now broken, because debug mode can be enabled with the command line flag `--debugPluginHost` too. This dual use forbids that we can just add a test for `--debugPluginHost` when parsing the value from the command line. For this reason I'm following @bpasero's suggestion to use the `debugExtensionHost.port` as an indication that debug mode is active.
2017-03-29 18:24:06 +02:00
Alex Dima
8e32c9103e
Fixes #23561 : Toggle word wrap affects all tabs in an editor slot
2017-03-29 18:19:20 +02:00
Benjamin Pasero
5f2dd90d72
Cannot save file "deleted from disk" ( fixes #23349 )
2017-03-29 08:42:35 -07:00
Alex Dima
543f956377
Fixes #23445
2017-03-29 17:33:19 +02:00
Sandeep Somavarapu
3db0796add
Fix #23369
2017-03-29 17:20:54 +02:00
Sandeep Somavarapu
0c7629b86e
Fix #23489
2017-03-29 17:03:51 +02:00
isidor
f83cf487cb
quitLight theme: tmTheme no longer needed
2017-03-29 16:56:05 +02:00
Martin Aeschlimann
b361eb13f9
editorLineHighlightBorderCox should be BorderBox. Fixes #23456
2017-03-29 16:51:23 +02:00
Sandeep Somavarapu
b63cd5422d
Fix #23395
2017-03-29 16:39:16 +02:00
Dirk Baeumer
a9544249b5
Fixes #23578 : Handle bash under Windows in terminal task runner.
2017-03-29 16:38:03 +02:00
Dirk Baeumer
d5fa376c28
Fixes #23577 : Send run task activation even whnen task open handler is used.
2017-03-29 16:38:02 +02:00
Isidor Nikolic
dbaf7ec59f
Merge pull request #23545 from Microsoft/isidorn/quietlight
...
quitelight theme update fixes #23523
2017-03-29 16:30:46 +02:00
Johannes Rieken
c4ed98f3de
undo monaco.d.ts api breakages and keep using enum #23293
2017-03-29 16:26:46 +02:00
Martin Aeschlimann
805905dfe1
Inconsistent terminology for "finding additional items in the marketplace". Fixes #23490
2017-03-29 16:16:14 +02:00
Benjamin Pasero
f79cba94b8
fix #23472
2017-03-29 07:08:12 -07:00
Alex Dima
5e234bf101
Fixes #23460
2017-03-29 16:06:54 +02:00
Benjamin Pasero
265c96b275
fix #23469
2017-03-29 07:01:34 -07:00
Benjamin Pasero
1fa676a0e3
consistent color names ( #23464 )
2017-03-29 06:58:19 -07:00
Benjamin Pasero
6d2cd6c13f
fix #23441
2017-03-29 06:47:13 -07:00
isidor
7e26ba1a3d
fixes #22928
2017-03-29 15:43:05 +02:00
Benjamin Pasero
56d3f11376
encoding normalization (reported in #23322 )
2017-03-29 06:19:31 -07:00
Johannes Rieken
b712ca9783
revert selector changes, #21886
2017-03-29 14:34:42 +02:00
Sandeep Somavarapu
4d9d400568
Fix #23376
2017-03-29 14:27:00 +02:00
Alex Dima
24f219194a
vscode-textmate@3.1.2
2017-03-29 13:45:51 +02:00
Johannes Rieken
527276a476
createMatches should handle no matches, #23190
2017-03-29 13:10:23 +02:00
Johannes Rieken
c05b6aa8ac
add single/double quotes as boost character, #23190
2017-03-29 13:10:23 +02:00
Sandeep Somavarapu
e13a91580f
Fix #23381
2017-03-29 13:09:46 +02:00
isidor
7891c6956d
debug: do not allow compound to start if some process is already running which the compound wants to launch
...
fixes #23477
2017-03-29 13:01:17 +02:00
isidor
9d95c27bd6
debug: better error handling for missing task
2017-03-29 12:50:51 +02:00
Johannes Rieken
9e5a741d3f
attempt with full encoding, #23346
2017-03-29 12:29:20 +02:00
Sandeep Somavarapu
ff9372cba6
Fix #23363
2017-03-29 12:19:08 +02:00
Johannes Rieken
15dd45ca92
use file-uri in css, #23346
2017-03-29 12:13:44 +02:00
Joao Moreno
12470dccf6
🐛 make askpass work in no-workspace environment
...
fixes #23474
2017-03-29 12:11:33 +02:00
Sandeep Somavarapu
d4d039f78b
Fix #23361
2017-03-29 12:10:26 +02:00
Dirk Baeumer
da5e2892e0
Fixes #23427 : Staged changes / Changes not localized
2017-03-29 12:07:31 +02:00