Commit Graph

3403 Commits

Author SHA1 Message Date
isidor 3f2ee3abe5 debug: set noDebug only aftere null check 2016-03-04 01:27:03 +01: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
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
João Moreno 505e954a4f only disable console attachment when in TFS 2016-03-03 17:20:48 +01:00
Dirk Baeumer 5354309a24 Converted json extension to new vscode-nls npm module 2016-03-03 16:54:36 +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
Martin Aeschlimann 63c9d46cde Fixes #3204: [json] project.json intellisense broken due to server change 2016-03-03 16:09:26 +01:00
Dirk Baeumer c29826b209 Add compile-build-extensions tasks 2016-03-03 16:02:30 +01:00
Dirk Baeumer a6a72d908a Localize task extension 2016-03-03 15:27:35 +01:00
Dirk Baeumer 24254ce4dd Add dependency to vscode-nls npm module 2016-03-03 15:20:46 +01:00
Dirk Baeumer 6270510ef3 Localize TS extension 2016-03-03 15:12:48 +01:00
Dirk Baeumer 27b12afea4 Localize PHP plugin 2016-03-03 15:12:19 +01:00
Dirk Baeumer 74de3be44d Read locale information from environment 2016-03-03 15:07:21 +01:00
Joao Moreno 5f33168479 Merge branch 'winbuild' 2016-03-03 11:45:23 +01:00
Joao Moreno 6d5c0f017b fix the test 2016-03-03 11:34:57 +01:00
Joao Moreno 2139bfece6 refactor 2016-03-03 11:26:05 +01:00
Alex Dima cfe6cd90cd Fixes #3662: validate positions when converting them 2016-03-03 11:22:44 +01:00
Joao Moreno 3249f6960e make batch file return non zero on test fail 2016-03-03 11:17:48 +01:00
Dirk Baeumer 2e26466979 Enable optimze-vscode again for vscode-win32 2016-03-03 11:16:19 +01:00
Joao Moreno 3b378b1339 fail a test 2016-03-03 11:09:25 +01:00
Joao Moreno d4083f3dac use ELECTRON_NO_ATTACH_CONSOLE 2016-03-03 11:00:56 +01:00
Joao Moreno 8c34045f0f use start 2016-03-03 10:50:52 +01:00
Joao Moreno 5705c820bb remove echo off from tests 2016-03-03 10:33:05 +01:00
João Moreno 862a92de39 Merge pull request #3649 from phillipj/avoid-global-gulp
Use local version of gulp in build steps
2016-03-03 10:05:30 +01:00
Joao Moreno a9d26d5926 damn it extension status bar 2016-03-03 09:59:11 +01:00
Joao Moreno 86fba6d0cc reload javascript project activation event
fixes #3635
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