Commit graph

148 commits

Author SHA1 Message Date
Andre Weinand 60d10f9ae3 update debug adapters 2015-11-20 15:34:13 +01:00
isidor ccc4c18231 debug: trim down IRawDebugSession 2015-11-20 15:22:19 +01:00
Benjamin Pasero 6cdd5a9a7f support to work with search results even when search was canceled 2015-11-20 15:13:36 +01:00
Alex Dima 046b87e067 Better editor build tasks 2015-11-20 14:54:11 +01:00
Benjamin Pasero 19888e6822 support console.log string substitution in PH 2015-11-20 13:00:28 +01:00
Benjamin Pasero 2c7bfe53b2 a little less use of mime in file editor model and input 2015-11-20 12:46:22 +01:00
isidor 38aecbbb5e debug: remove unnecessery checks when revealing editors.. 2015-11-20 12:16:30 +01:00
isidor 76ae2e08a4 Fix for [debug] inconsistency in greyed out stack frames 2015-11-20 12:16:30 +01:00
Benjamin Pasero 3893f9f6f7 Middle clicking a working file in the working file list should close it and remove it from working files (fixes #56) 2015-11-20 12:15:39 +01:00
Benjamin Pasero 7ac523b99a Diff editor: restore the action to quickly toggle between inline and normal diff (fixes #175) 2015-11-20 12:11:15 +01:00
Andre Weinand 783155223d add 'context' attribute to evaluate request. Partial fix for #252. 2015-11-20 11:24:59 +01:00
Benjamin Pasero df479d0a6f False positive in file path pattern matching in Output Channel (fixes #232) 2015-11-20 11:17:58 +01:00
isidor 300756f300 debug: move debug service into electron-browser
fixes #317
2015-11-20 11:10:27 +01:00
Benjamin Pasero fb8c66d99f add comment on the new update.channel setting 2015-11-20 11:06:52 +01:00
Benjamin Pasero ed139191d6 allow to set the update channel from settings 2015-11-20 11:04:59 +01:00
Benjamin Pasero e57d6db414 Proxy support for extensions (fix #69) 2015-11-20 10:32:25 +01:00
João Moreno 171f2c1008 Merge pull request #308 from Tyriar/307_fix_git_status_bar_cursor
Use default cursor for .git-statusbar-item
2015-11-20 09:58:31 +01:00
Benjamin Pasero d8a325a83f extract reusable userSettings library 2015-11-20 09:42:10 +01:00
Benjamin Pasero b703e6779c make sure to console.error startup errors 2015-11-20 09:42:09 +01:00
Joao Moreno 9731e5287c quieter build 2015-11-20 09:24:36 +01:00
Joao Moreno a0c6a74e24 quiet build 2015-11-20 09:10:06 +01:00
Joao Moreno cc24139a40 VSCODE_BUILD_QUIET 2015-11-20 08:48:59 +01:00
Benjamin Pasero 6e94b27e06 fix layer breakers 2015-11-20 08:42:27 +01:00
Daniel Imms 84d654ef1f Use default cursor for .git-statusbar-item
Prevent the text selection cursor from showing on .git-statusbar-item. This is
happening because there is an   being used currently to position the
element.

Fixes #307
2015-11-19 21:12:03 -08:00
Chris Dias 01751b0559 Merge pull request #209 from lucaslra/master
Small changes to improve document readabilty
2015-11-20 00:43:02 +01:00
Chris Dias 1537bb1e6e Merge pull request #190 from W4RH4WK/master
Center screenshot in README
2015-11-20 00:39:14 +01:00
Alex Dima d7177d6539 Generate different header in editor build 2015-11-20 00:08:13 +01:00
Benjamin Pasero 321ccd5a32 unify file/folder picker path under one storage key 2015-11-19 18:53:33 +01:00
João Moreno 48e3c937c8 Add build status 2015-11-19 18:28:05 +01:00
João Moreno 5cfe21e75a Merge pull request #245 from Microsoft/travis-ci
Setup Travis CI
2015-11-19 18:26:38 +01:00
Joao Moreno 7cd8b82c86 use github token in travis ci builds 2015-11-19 18:18:43 +01:00
Joao Moreno 078aa5ebdd Travis CI build
initial travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

test script
2015-11-19 18:00:13 +01:00
isidor 68704d9a6b Fix for [debug] "label" attribute of debuggers doesn't have hover help and intellisense 2015-11-19 17:09:54 +01:00
isidor 3e5f59bacf Fix for Promise without error handling when failing to connect to extension 2015-11-19 16:57:25 +01:00
Benjamin Pasero b853633084 fix issue when extension tests fail to execute and no output message is shown 2015-11-19 16:51:10 +01:00
Benjamin Pasero 14c5007e2b hide message bar when quick open shows 2015-11-19 16:28:25 +01:00
isidor 8f28a80ba8 debug: do not automatically open the explorer when session ends. 2015-11-19 16:24:21 +01:00
isidor acfa668404 debug: rename some rawDebugSession methods to align with debug protocol specification. 2015-11-19 16:23:11 +01:00
Benjamin Pasero 9ea2f14958 picker: make sure it calls the onShow() event also on first open 2015-11-19 16:22:51 +01:00
Benjamin Pasero 2804413940 quick open: remove unused "checked" option and related CSS 2015-11-19 16:11:11 +01:00
Benjamin Pasero 4a549a0039 extension tests: disable workbench storage in this case 2015-11-19 15:56:49 +01:00
Joao Moreno 2a29c3b6b5 ➡ gulpfiles into build
fixes #196
2015-11-19 15:47:33 +01:00
Benjamin Pasero 3c12981e6d less ascii art for dirty file prompt 2015-11-19 15:46:07 +01:00
Benjamin Pasero 55870109db distro: extract env.product.win32AppUserModelId 2015-11-19 15:41:48 +01:00
isidor 546befe0d1 debug: remove request:'attach' missing warning. 2015-11-19 15:34:31 +01:00
isidor 7568a9c562 Fix for debugging: when stopping debugger from toolbar, switch back to explorer viewlet 2015-11-19 14:59:38 +01:00
isidor 68a8a8be2c Fix for Bug [debug] offer initial 2 templates in intellisense 2015-11-19 14:25:40 +01:00
Lucas Araujo 22f05dff89 Small changes to improve document readabilty 2015-11-19 11:14:33 -02:00
Benjamin Pasero f490377510 vscode "--extensionHomePath" option does not work when used with the vscode proxy (fixes #37) 2015-11-19 13:45:27 +01:00
Alex Dima 8883fcd03b Leading whitespace fixes 2015-11-19 12:56:08 +01:00