Commit Graph

1195 Commits

Author SHA1 Message Date
Benjamin Pasero 35c19d0478 scorer: reuse hash variable 2015-12-30 17:09:04 +01:00
Benjamin Pasero 1f64a0be8d add search test with unicode and spaces 2015-12-30 16:29:56 +01:00
Benjamin Pasero 92c9ef84e6 fix an issue where all inputs with getResource method are mistaken as file input 2015-12-30 16:19:28 +01:00
Benjamin Pasero 6319a1e050 workaround constructor issue 2015-12-30 15:46:07 +01:00
Benjamin Pasero a60946da55 add more search test cases 2015-12-30 15:29:14 +01:00
Benjamin Pasero eecaddcc9a delete unused getHttpStatus from errors 2015-12-30 15:10:41 +01:00
Benjamin Pasero 1d58387b56 auto save: fix race condition with setting a model to auto save or not 2015-12-30 15:05:52 +01:00
Benjamin Pasero e43f0ce984 fix issue with absolute paths and line/col information in path on windows for quick open 2015-12-29 16:28:51 +01:00
Benjamin Pasero d5592d5829 optimize glob.match call
- do not use try/catch in function body as it prevents method optimization in V8
- skip over disabled expressions
2015-12-29 08:47:11 +01:00
isidor afbca7b2df allow to set breakpoints in .tsx
fixes #1675
2015-12-28 17:00:34 +01:00
isidor 55df7e3477 debug: use source.origin
fixes #1621
2015-12-28 16:35:47 +01:00
Benjamin Pasero 62fbc4c87a give user a hint about new auto save setting 2015-12-28 16:33:23 +01:00
Isidor Nikolic 8b2287e216 Merge pull request #1676 from Microsoft/isidorn/conditional-breakpoints
Isidorn/conditional breakpoints
2015-12-28 16:06:43 +01:00
isidor fbf16c703e debug: use 'condition' instead of 'expression' 2015-12-28 16:04:04 +01:00
isidor e4089c3b6f Merge branch 'master' into isidorn/conditional-breakpoints 2015-12-28 16:03:24 +01:00
isidor 197c6d6512 debug: more orange for breakpoint widget 2015-12-28 16:02:10 +01:00
Andre Weinand 3f329325ac change SourceBreakpoint attribute 'expression' to 'condition' 2015-12-28 16:00:46 +01:00
isidor 9a34865c44 debug: make conditional breakpoints orange for now. 2015-12-28 15:55:05 +01:00
isidor 670f60ff61 debug: send the breakpoint condition to adapter
fixes #1671
2015-12-28 15:46:11 +01:00
isidor 160250ccbf debug: timeout workaround to set focus for conditional breakpoint input 2015-12-28 15:33:19 +01:00
isidor 1fec2448a3 Merge branch 'master' into isidorn/conditional-breakpoints 2015-12-28 14:09:21 +01:00
isidor b6393b9219 debug: clone chosen configuration to avoid conflicts with configuration service caching
fixes #1667
2015-12-28 10:37:44 +01:00
Benjamin Pasero 9b3308e1ed rename auto save options to shorter words 2015-12-28 10:37:07 +01:00
Benjamin Pasero cda49edff7 Call app.clearRecentDocuments when clearing recent paths 2015-12-28 09:50:19 +01:00
Benjamin Pasero c06efa68ed Sanity check file names before writing to disk (fixes #1579) 2015-12-28 09:37:31 +01:00
Andre Weinand 543f07dc17 update node-debug (support for conditional breakpoints) 2015-12-27 22:57:20 +01:00
Andre Weinand a85882a96c add support for conditiona breakpoints (see Microsoft/vscode-debugadapter-node#6) 2015-12-27 22:43:38 +01:00
Andre Weinand d3f458159b update node-debug (for Microsoft/vscode-node-debug#32) 2015-12-27 17:23:24 +01:00
Benjamin Pasero 0cb9065c9b Merge pull request #1610 from Microsoft/ben/autosave-plus
Improve auto save
2015-12-24 10:20:50 +01:00
Andre Weinand 11eb2c583b update node-debug (windows offline debugging) 2015-12-24 01:11:08 +01:00
Andre Weinand a26f9d7658 update node-debug (inlined source) 2015-12-23 22:48:18 +01:00
Andre Weinand 469b53c0f6 debugProtocol: add attribute "origin" to Source (fix Microsoft/vscode-debugadapter-node#5) 2015-12-23 22:46:12 +01:00
isidor 5d2f320b87 debug: nicer font in breakpoint widget 2015-12-23 19:51:47 +01:00
isidor 9704fc8fdc debug: initial text in breakpoint widget. 2015-12-23 19:46:04 +01:00
Benjamin Pasero 8b2d9439b3 naming 2015-12-23 19:14:41 +01:00
Benjamin Pasero 91504b4420 add option to auto save on focus change 2015-12-23 18:47:25 +01:00
Benjamin Pasero 7c79fbd928 when auto save is enabled, save all files on shutdown and avoid confirm dialogs 2015-12-23 17:58:20 +01:00
Benjamin Pasero b82fa1485a log auto save configuration to telemetry 2015-12-23 17:41:45 +01:00
Benjamin Pasero d73be06c6b save all dirty when enabling auto save 2015-12-23 17:28:24 +01:00
isidor 2035661184 debug: plugin breakpoints widget 2015-12-23 17:12:38 +01:00
isidor 4a6b7078db debug: breakpoints widget 2015-12-23 17:12:13 +01:00
Benjamin Pasero 235bce75e3 remove the auto save option from the file menu and provide guidance 2015-12-23 13:58:31 +01:00
Johannes Rieken 1da94d28ee Add preserveFocus flag to showTextDocument and OutputChannel.show, fixes #1045 2015-12-23 11:03:51 +01:00
Benjamin Pasero 66c081aa2e first cut introduce new setting to control auto save delay 2015-12-23 10:50:34 +01:00
Johannes Rieken 0444705b2f also remove @Uses from instantiation service 2015-12-23 10:16:25 +01:00
isidor 99b354ee4a debug: surface conditional breakpoint actions 2015-12-23 10:12:21 +01:00
Johannes Rieken a014663a6a debt - remove unused @Uses decoration 2015-12-23 10:11:10 +01:00
Johannes Rieken 0f84102b34 debt - remove last 'offical' use of IServicesContext 2015-12-23 10:05:44 +01:00
Johannes Rieken 58b5cd1435 it's ServiceAccessor not ctx, fixes #1599 2015-12-23 09:40:10 +01:00
Johannes Rieken f82ea07ca0 add highligths to errors and warnings list. implements #1606 2015-12-23 09:31:10 +01:00