Alex Dima
a7fcaffcf4
Do not install the watchdog if the extension host is debuggable ( #26445 )
2017-08-14 14:27:20 +02:00
Johannes Rieken
e5943cbcb0
fix #30652
2017-08-14 12:58:28 +02:00
Alex Dima
0a4b9f324a
Add a watchdog mechanism to detect when the extension host JavaScript event loop is unresponsive ( #26445 )
2017-08-14 12:15:16 +02:00
Joao Moreno
3007332134
fixes #32379
2017-08-14 11:52:36 +02:00
Dirk Bäumer
062a918396
Merge pull request #32390 from dlech/run-dev-problem-matcher
...
Add empty problem matcher to "Run Dev" task
2017-08-14 11:07:22 +02:00
Dirk Bäumer
5e54eb7bc9
Merge pull request #32393 from dlech/patch-5
...
Fix spelling of "registered"
2017-08-14 11:06:21 +02:00
Dirk Bäumer
eca4981b9a
Merge pull request #32394 from dlech/patch-6
...
Fix spelling of "taskDefinitions"
2017-08-14 11:06:02 +02:00
João Moreno
81d41b836f
Merge pull request #32341 from stevedesmond-ca/uninstall-first-messaging
...
Improve "uninstall first" messaging/grammar
2017-08-14 09:42:20 +01:00
Rob Lourens
b73b7df129
🎉 Change vscode launch configs to 'protocol: inspector' 🎆
2017-08-13 20:23:11 -07:00
Ramya Achutha Rao
9c86eb33f9
Fixes to getCurrentWord in emmet helper Fixes #32254
2017-08-13 12:41:55 -07:00
Ramya Achutha Rao
fa413ff008
Move the checks on abbreviations to helper module
2017-08-12 20:25:17 -07:00
Rob Lourens
747310ab90
Merge pull request #31488 from Microsoft/roblou/inspectEH
...
Enable extensionHost debugging with --inspect
2017-08-12 17:44:26 -07:00
Rob Lourens
77e2e9a4e8
Update PHP grammar
2017-08-12 17:34:43 -07:00
Rob Lourens
5f05e3a6d8
Fix #32325 , avoid **/** pattern in search glob
2017-08-12 17:21:10 -07:00
Rob Lourens
8a511a7690
Transfer extensionHost from node-debug to node-debug2
2017-08-12 16:51:38 -07:00
David Lechner
1d83796814
Fix spelling of "taskDefinitions"
2017-08-12 15:33:09 -05:00
David Lechner
3f02d6c106
Fix spelling of "registered"
2017-08-12 15:30:22 -05:00
David Lechner
0db81eeff4
Add empty problem matcher to "Run Dev" task
...
Without this, vscode always asks you what to do. When you select an option, it edits this file, so we might as well put a configuration here so it doesn't keep asking.
2017-08-12 14:24:23 -05:00
Martin Aeschlimann
c185e7d44e
[json] hover over color box doesn't show color picker. Fixes #32298
2017-08-12 16:40:09 +02:00
Martin Aeschlimann
5fce6df8a2
[json] Protect from incompete colors (for exception in #32298 )
2017-08-12 16:20:38 +02:00
Martin Aeschlimann
d3a80dc181
Using Color.fromHex with invalid input should return null
2017-08-12 13:31:59 +02:00
Martin Aeschlimann
eae6de3488
Ignore 'null' as color values
2017-08-12 13:06:41 +02:00
Ramya Achutha Rao
77d373e39b
Remove fallback to html as this will enable emmet everywhere
2017-08-11 23:45:25 -07:00
Rob Lourens
2076b2e4d4
Merge branch 'master' into roblou/inspectEH
2017-08-11 19:51:06 -07:00
Rob Lourens
955e2a1eb1
Merge branch 'master' into roblou/inspectEH
2017-08-11 19:28:26 -07:00
Rob Lourens
113737877e
Merge pull request #31942 from Microsoft/electron/1.7.4
...
Electron 1.7.x
2017-08-11 18:20:13 -07:00
Rob Lourens
611b1a591d
Fix #31956 - $(basename) globs ignored by filesearch.ts
2017-08-11 17:30:33 -07:00
rebornix
5c58b8cb2d
Fix #30358 . Run block comment when there are mulitple block comments inline.
2017-08-11 16:46:47 -07:00
rebornix
0137b24a8c
Fix #31166 . Re-validate input when toggling regex in find
2017-08-11 15:19:25 -07:00
Ramya Achutha Rao
e190b10074
When file cannot be parsed, dont try validations #32354
2017-08-11 15:02:05 -07:00
Christof Marti
23ca41bc4f
keytar should be a regular dependency
2017-08-11 12:45:20 -07:00
Rob Lourens
1180fa8e4d
Merge branch 'master' into electron/1.7.4
2017-08-11 12:11:30 -07:00
Christof Marti
0b6da14128
Add keytar back
2017-08-11 12:04:04 -07:00
Ramya Achutha Rao
78809b70fb
Fallback to tab for non empty selections
2017-08-11 11:25:54 -07:00
Ramya Achutha Rao
e3238c4583
Avoid error when tabbing on selection that is not abbreviation
2017-08-11 11:10:30 -07:00
Steve Desmond
d3a60eb4e7
Improve "uninstall first" messaging/grammar
2017-08-11 13:58:26 -04:00
Ramya Achutha Rao
bb9bbeb3dc
More checks on css abbr
2017-08-11 09:49:49 -07:00
Ramya Achutha Rao
eded868aa2
Fix for #1623 in new emmet when tab is back
2017-08-11 08:41:05 -07:00
Benjamin Pasero
da809dfcf4
Global settings: bad overflow behaviour ( fixes #27820 )
2017-08-11 17:30:10 +02:00
Ramya Rao
02bbc149cf
Option to trigger emmet expansion on tab ( #32334 )
2017-08-11 08:21:37 -07:00
Martin Aeschlimann
149cb6fade
Change name of scss mode to SCSS
2017-08-11 16:33:50 +02:00
Joao Moreno
fdcf26e8ae
fix recursive next color format
2017-08-11 14:47:55 +02:00
Martin Aeschlimann
ca3ca39354
unfolding selected groups of folded code issue. Fixes #31446
2017-08-11 14:42:10 +02:00
Joao Moreno
89fbba6edf
export color formatters in modes
2017-08-11 13:00:08 +02:00
Joao Moreno
c87e0d7629
fix css color formats
2017-08-11 13:00:08 +02:00
Joao Moreno
4c21fd5800
cleanup formatter can format
2017-08-11 13:00:08 +02:00
Joao Moreno
5f88278937
ColorFormatter tests
2017-08-11 13:00:08 +02:00
Andre Weinand
a07d535c09
add a missing 'no' to the WorkspaceFolder description
...
"All workspace folders are equal which means there is notion of an active or master workspace folder."
-> "All workspace folders are equal which means there is **no** notion of an active or master workspace folder."
2017-08-11 12:15:23 +02:00
Martin Aeschlimann
3e27c42d7a
Merge pull request #31405 from DustinCampbell/update-csharp-grammer
...
Update C# TextMate grammar with support for #r and #load directives
2017-08-11 12:02:31 +02:00
Joao Moreno
d38f7122f1
luminance != luminosity 2
2017-08-11 11:50:10 +02:00