Commit graph

15663 commits

Author SHA1 Message Date
Johannes Rieken adc3a33e1a fix #14107 2017-02-21 16:45:52 +01:00
isidor 00104cc62d introduce alternative column syntax for variable replacment
fixes #16064
2017-02-21 16:45:14 +01:00
Christof Marti db8a4cbd78 Cleanup (#20671) 2017-02-21 07:42:17 -08:00
Sandeep Somavarapu 160bd44795 Fix #19023 2017-02-21 16:41:16 +01:00
Martin Aeschlimann 255a8cec27 Merge pull request #16339 from elemeht/jenkinsfile
Jenkinsfile are groovy too
2017-02-21 16:40:25 +01:00
Martin Aeschlimann 3071d139f5 Simplify PR #17841 2017-02-21 16:41:34 +01:00
Martin Aeschlimann 9e5eab91b5 [html] update formatter (fixes #20844) 2017-02-21 16:38:24 +01:00
Martin Aeschlimann 818253740b Merge pull request #17841 from soncodi/colorize-template-variable
Add syntax highlighting for JS/TS template string interpolation (Monokai built-in theme)
2017-02-21 16:36:01 +01:00
Sandeep Somavarapu 7b76b74e4c #20878 add string checks 2017-02-21 16:30:00 +01:00
Joao Moreno 24e37966be fixes #20989 2017-02-21 16:20:49 +01:00
Alexandru Dima 66f06e0d56 Merge pull request #20565 from rebornix/DragNDrop
Drag and drop selection in editor
2017-02-21 16:04:24 +01:00
Alex Dima dccc72832b Use typed view events from the view model to the view 2017-02-21 15:09:29 +01:00
Alex Dima f77d443061 Consistent view event handler ordering 2017-02-21 15:09:29 +01:00
Alex Dima e0f14b580f Consistent naming for view events 2017-02-21 15:09:29 +01:00
Alex Dima 77ceff4a45 Use proper types for all view events 2017-02-21 15:09:29 +01:00
Sandeep Somavarapu d9e83c0476 Fix #20923 2017-02-21 15:01:19 +01:00
Joao Moreno 4f7ea3032a remove console.log 2017-02-21 14:58:44 +01:00
Martin Aeschlimann 279256887b [html] add document symbols. Fixes #20956 2017-02-21 14:52:15 +01:00
Isidor Nikolic 8cc2b9aa03 Merge pull request #20807 from michelkaporin/exception-widget
Fixes #16860: Improving exception experience
2017-02-21 14:45:30 +01:00
Isidor Nikolic 57f33e1c50 Merge pull request #20985 from michelkaporin/debug-view-listener
Select box debug configuration listener
2017-02-21 14:34:55 +01:00
Sandeep Somavarapu a808ce94e6 Fix #16492 2017-02-21 14:24:04 +01:00
Michel Kaporin 87eed2092e Added column pointer for exception widget. 2017-02-21 13:54:53 +01:00
Johannes Rieken c04b0754f5 statusbar - command, color, tooltip can be undefined or a string 2017-02-21 13:52:01 +01:00
Michel Kaporin 706773bb34 Removed wrongly inherited background on peek/references widgets. 2017-02-21 12:53:49 +01:00
Benjamin Pasero 8cb1facf17 path.dirname is wrong for files in root (fixes #20911) 2017-02-21 12:47:14 +01:00
isidor b1cc72e504 Doubleclick on debug views (stack, breakpoint) should open pinned and move focus
fixes #20984
2017-02-21 12:39:59 +01:00
Isidor Nikolic 95b377fc1a Merge pull request #20979 from michelkaporin/debug-launch
Ability to select and launch debug configuration
2017-02-21 12:21:38 +01:00
Michel Kaporin 4c8ba8abd9 Added launch configuration listener for debug configs select box. 2017-02-21 12:16:46 +01:00
Michel Kaporin 70010515a0 Newline added. 2017-02-21 12:11:56 +01:00
Michel Kaporin 7bacf5dafc Tidy up after PR review. 2017-02-21 12:10:25 +01:00
Joao Moreno ca1deee166 git: give up on using the editor
fixes #20983
2017-02-21 11:55:27 +01:00
Benjamin Pasero 6595091690 fix ugly import 2017-02-21 11:50:37 +01:00
Benjamin Pasero 4ea410ef62 Merge pull request #20967 from dan-silver/remove-empty-function-param
Callback parameter for TestEditorService() is optional
2017-02-21 11:34:06 +01:00
Benjamin Pasero 6831b25c61 use command casing 2017-02-21 11:22:23 +01:00
Benjamin Pasero 66238c6036 Debug variable value double click seems broken (fixes #20604) 2017-02-21 11:19:31 +01:00
Michel Kaporin c0c00dd2b9 Removed redundant methods, corrected aria label. 2017-02-21 10:36:27 +01:00
Sandeep Somavarapu 8957add5eb Fix #20748 2017-02-21 10:28:50 +01:00
Michel Kaporin 7fec350428 Merge remote-tracking branch 'upstream/master' into debug-launch 2017-02-21 09:58:24 +01:00
Michel Kaporin a369897c24 Changed label for the launch action. 2017-02-21 09:53:51 +01:00
Michel Kaporin 2e7af33663 Code amends per PR review. Fixed arrow colouring and gotoError warning/error class application. 2017-02-21 09:31:10 +01:00
Martin Aeschlimann d59d5791ea [hlsl] fix update script 2017-02-21 09:20:48 +01:00
João Moreno 318d528e18 Merge pull request #20969 from Microsoft/kieferrm/gitTelemetryUpgrade
upgrade telemetry package used by git extension
2017-02-21 09:15:11 +01:00
João Moreno 37cd928dd2 Merge pull request #20966 from IFTTT/fix-monaco-editor-371
Remove dependency on window.event in ListView
2017-02-21 09:14:29 +01:00
Martin Aeschlimann 41d3eac8e5 Merge pull request #20970 from Microsoft/kieferrm/jsonTelemetryUpgrade
upgrade telemetry package used by json and html extensions
2017-02-21 09:13:58 +01:00
Johannes Rieken 9be23e726a Merge pull request #19546 from Gama11/patch-1
Typo fix
2017-02-21 08:36:02 +01:00
Benjamin Pasero 25c5563834 Merge pull request #20938 from Microsoft/ben/16820
Hot Exit: Opens the same file twice in two separate windows
2017-02-21 07:44:17 +01:00
Daniel Imms 89877dd3cc Clean up terminal LANG variable 2017-02-20 21:34:57 -08:00
Benjamin Pasero 646133ce61 comments 2017-02-21 06:09:34 +01:00
kieferrm ccefc7747a upgrade telemetry used by html ext 2017-02-20 20:17:07 -08:00
kieferrm 3f26922adb upgrade telemetry used by json ext 2017-02-20 20:16:47 -08:00