Commit Graph

2736 Commits

Author SHA1 Message Date
isidor
022daf992f debug: respect exceptionBreakpoint.default
fixes #3675
2016-03-04 11:47:37 +01:00
Andre Weinand
049f45d939 add a default value to exceptionBreakpointFilters 2016-03-04 11:29:19 +01:00
Joao Moreno
03f6001468 fixes #3679 2016-03-04 10:31:41 +01:00
isidor
cfb11783ff debug: change telemetry event names 2016-03-04 10:25:30 +01:00
isidor
25f45c9371 move telemetry click tracking logic back to debug land 2016-03-04 10:20:41 +01:00
Isidor Nikolic
cf4a2836ac Merge pull request #3687 from pieandcakes/users/piel/tele
Added telemetry for debugging scenarios
2016-03-04 10:12:26 +01:00
Benjamin Pasero
95e012b196 fix bom detection properly 2016-03-04 08:55:47 +01:00
Martin Aeschlimann
2ec1d09b2f Merge pull request #3696 from guillaumejenkins/ionicHtmlIntellisense
Ionic HTML Intellisense
2016-03-04 08:39:55 +01:00
Benjamin Pasero
0b981e1703 Merge branch 'master' into ben/utf8bom 2016-03-04 08:29:05 +01:00
Benjamin Pasero
710965e791 fix invalid utf 8 bom indicator 2016-03-04 07:16:08 +01:00
Benjamin Pasero
b7ba7b581f simplify 2016-03-04 07:02:22 +01:00
Pierson Lee
4575b49540 Refactor tree event code 2016-03-03 18:59:14 -08:00
isidor
3f2ee3abe5 debug: set noDebug only aftere null check 2016-03-04 01:27:03 +01:00
Guillaume Jenkins
4dcce12be3 Adding unit tests for Ionic HTML Intellisense 2016-03-03 14:50:19 -08:00
bgashler1@users.noreply.github.com
b500d683db Merge branch 'master' of https://github.com/Microsoft/vscode 2016-03-03 14:10:55 -08:00
bgashler1@users.noreply.github.com
358ec6c486 Fixes #3275 part of the outline of message-box appearing even after dismissal in hc-black theme. 2016-03-03 14:10:31 -08:00
isidor
e23c3339d9 debug: null guard when formating
fixes #3517
2016-03-03 22:52:46 +01:00
isidor
4a08023f29 debug: respect exit code also for watching tasks
fixes #3626
2016-03-03 22:50:09 +01:00
bgashler1@users.noreply.github.com
724060b25b Merge branch 'master' of https://github.com/Microsoft/vscode 2016-03-03 11:50:37 -08:00
bgashler1@users.noreply.github.com
e59c7d736d Fixes #3682 scrollbar thumb size is innacurate in hc-dark theme 2016-03-03 11:50:19 -08:00
bgashler1@users.noreply.github.com
e457c84801 Removed repetitive code to be more DRY 2016-03-03 11:49:41 -08:00
isidor
8e63756939 debug: support run command
fixes #2780
2016-03-03 19:37:55 +01:00
Benjamin Pasero
76164eeeb1 hide aria container 2016-03-03 18:57:17 +01:00
isidor
43ec71a66f show header actions on hover over the whole pane
fixes #3066
2016-03-03 18:17:16 +01:00
Benjamin Pasero
af91521c5c charset => encoding 2016-03-03 18:05:16 +01:00
Benjamin Pasero
3022d0a276 wip 2016-03-03 17:54:02 +01:00
isidor
ac7b3fa987 debug: protect against null variables from adapter
fixes #3499
2016-03-03 17:41:41 +01:00
isidor
60068521d9 panel top HC aware
fixes #3657
2016-03-03 17:24:12 +01:00
Alex Dima
189321eb12 Fix compile error 2016-03-03 16:19:53 +01:00
Alex Dima
ae4f1974fd Remove modes.Bracket 2016-03-03 16:17:12 +01:00
Alex Dima
10acbcc96f Reduce usage of modes.Bracket 2016-03-03 16:17:11 +01:00
Alex Dima
c8e3ea4879 Do not generate brackets when tokenizing monarch modes 2016-03-03 16:17:09 +01:00
Alex Dima
448e178d3e Do not generate brackets when tokenizing handlebars, json, php or razor 2016-03-03 16:17:07 +01:00
Alex Dima
3ac30c24fb Do not generate brackets when tokenizing CSS 2016-03-03 16:17:06 +01:00
Alex Dima
b2597ff2c0 Do not generate brackets when tokenizing JS/TS 2016-03-03 16:17:04 +01:00
Dirk Baeumer
74de3be44d Read locale information from environment 2016-03-03 15:07:21 +01:00
Alex Dima
cfe6cd90cd Fixes #3662: validate positions when converting them 2016-03-03 11:22:44 +01:00
Joao Moreno
a9d26d5926 damn it extension status bar 2016-03-03 09:59:11 +01:00
Joao Moreno
2c5444ba57 clean up extension tips css 2016-03-03 09:59:11 +01:00
Joao Moreno
b3107fbab9 I don't even 2016-03-03 09:59:11 +01:00
Joao Moreno
97ee8cd9bb Revert "status bar: do not consume space for hidden status"
This reverts commit 69fa46da90.
2016-03-03 09:59:04 +01:00
Benjamin Pasero
69fa46da90 status bar: do not consume space for hidden status 2016-03-03 09:41:36 +01:00
Benjamin Pasero
c8dbbefc72 Allow to save with UTF-8 + BOM encoding (fixes #751) 2016-03-03 09:01:43 +01:00
Benjamin Pasero
2ddf83aacc Close other files does not close diff editor, md previews (fixes #3405) 2016-03-03 07:47:02 +01:00
Benjamin Pasero
6f9385fb3d close file also works on non file editors (fixes #3439) 2016-03-03 07:32:52 +01:00
Daniel Imms
7e89b382ef Resolve path arg instead of normalize
Fixes #1579
2016-03-02 21:56:58 -08:00
Guillaume Jenkins
ef63356cf2 Adding HTML intellisense for Ionic framework tags and attributes 2016-03-02 17:03:41 -08:00
Pierson Lee
f4c6081fbc Added telemetry for debugging:
Added watchExpressions to debugSessionStart and debugSessionStop
Added an event for user entering command in Debug Console
Added events for users clicking on items in CallStack and Variables windows during debugging
2016-03-02 17:00:18 -08:00
Alex Dima
9c850946b6 Fixes #3559: C# folding error 2016-03-02 18:41:21 +01:00
Benjamin Pasero
1480351660 make sure the workbench does not fall over a runtime exception during startup 2016-03-02 17:29:44 +01:00