Commit graph

120 commits

Author SHA1 Message Date
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
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
Joao Moreno
f4d81bc7e1 reverting proxy support for extensions, for now
need to fix layer breakers

Revert "fix build"

This reverts commit 9f5068a299.

Revert "proxy support for extensions"

This reverts commit 612efb5ded.
2015-11-19 11:47:43 +01:00
Johannes Rieken
626a518f7a express node version dependency, tackles #142 2015-11-19 11:38:05 +01:00
Joao Moreno
9f5068a299 fix build 2015-11-19 11:27:39 +01:00
Benjamin Pasero
2c08cb8512 Flash between opening of workspaces, reload #8 2015-11-19 11:25:31 +01:00
Martin Aeschlimann
d112a774d0 Merge pull request #61 from mogemimi/fix-typo
Fix small typo
2015-11-19 11:11:55 +01:00
João Moreno
bf35ff2159 Merge pull request #186 from punker76/69-Proxy-support-for-extension-gallery
Proxy support for extensions #69
2015-11-19 10:57:51 +01:00
Jan Karger
612efb5ded proxy support for extensions 2015-11-19 10:37:16 +01:00
Benjamin Pasero
6a43144013 introduce forceActive flag as option for opening editors (fixes #182) 2015-11-19 10:33:42 +01:00
Benjamin Pasero
c703e36c0b fix NPE when running "Startup Performance" command 2015-11-19 09:27:55 +01:00
Alexandru Dima
6a6d2ed21f Merge pull request #124 from Microsoft/weinand-patch-1
fix for #39
2015-11-19 09:27:35 +01:00
João Moreno
436151922a Merge pull request #72 from joeskeen/master
Add text/ng-template to the HTML mime types
2015-11-19 09:21:35 +01:00
Benjamin Pasero
3605e5dba1 support null, undefined and errors in extension output (fixes #9) 2015-11-19 09:11:22 +01:00
Benjamin Pasero
57a1b92b1b Merge pull request #83 from lucaslra/master
Changed the adapters separation from "," to "and"
2015-11-19 08:30:38 +01:00
Andre Weinand
014193f504 fix for #39
https://github.com/Microsoft/vscode/issues/39
2015-11-19 00:44:12 +01:00
Erich Gamma
254b1653ea Merge pull request #97 from Enet4/bug/grunt-task-detector
Fix grunt task detector retrieving task names improperly
2015-11-18 17:57:31 -05:00
Eduardo Pinho
e89f4eb51b use Gruntfile.js instead of gruntfile.js 2015-11-18 22:41:24 +00:00
Eduardo Pinho
6e5ddd3e7e fix grunt task detector not considering description line wraps 2015-11-18 19:54:24 +00:00
Lucas Araujo
c1fbdcceec Changed the adapters separation from "," to "and" 2015-11-18 16:26:43 -02:00
Joe Skeen
d2f506845e Add text/ng-template to the HTML mime types to enable HTML highlighting/help in Angular templates with in <script> blocks 2015-11-18 10:41:34 -07:00
Benjamin Pasero
8ff94eaf27 Merge pull request #70 from shadowfacts/patch-1
choice of tool --> type of tool
2015-11-18 18:36:09 +01:00
Sofian Hnaide
689deed610 Fix api doc link 2015-11-18 09:30:59 -08:00
Joao Moreno
5fc7cc270e fix #67 2015-11-18 18:30:13 +01:00
Shadowfacts
a10f477734 choice of tool --> type of tool 2015-11-18 12:25:05 -05:00
mogemimi
760d0a5ef9 Fix small typo 2015-11-19 01:50:25 +09:00
João Moreno
f1b948dfe3 Merge pull request #49 from caioproiete/fix-typo-participate
Fix typo particpate -> participate
2015-11-18 17:15:09 +01:00
Caio Proiete
d8ff10f065 Fix typo particpate -> participate 2015-11-18 12:10:10 -04:00
Johannes Rieken
eecc3d8a3e Merge pull request #45 from lszomoru/master
Fixed Runnning typo
2015-11-18 17:03:14 +01:00