Commit Graph

27330 Commits

Author SHA1 Message Date
Sandeep Somavarapu e0978e3e21 #37189 - Fix remembering view sizes when a view is hidden and shown 2017-12-12 15:35:59 +01:00
Johannes Rieken a3b54d342b eng - less WinJS promise construction 2017-12-12 15:32:21 +01:00
Johannes Rieken 42cd98df93 eng - less WinJS-promise construction 2017-12-12 15:27:44 +01:00
Johannes Rieken ffd09fb496 check standalone editor also on tfs 2017-12-12 14:58:03 +01:00
isidor 678fae8e42 Double click in watch panel triggers to add a new watch expression
fixes #39719
2017-12-12 12:41:38 +01:00
isidor 18c18ddffa debug: do not display debug status when there are no launch configs
fixes #39833
2017-12-12 12:32:08 +01:00
isidor 146efa52f0 debug: add configuratino do not trigger suggest if launch.json just created
fixes #39908
2017-12-12 12:15:19 +01:00
Johannes Rieken f76e3da7ae eng - less TPromise use in tests 2017-12-12 11:41:49 +01:00
Alex Dima 14ac7514b6 Move license entries to root OSSREADME.json 2017-12-12 11:40:42 +01:00
Benjamin Pasero 9f0383f163 Add "(Administrator)" suffix to window title when running as administrator in Windows (fixes #19707) 2017-12-12 11:22:45 +01:00
Johannes Rieken db328de17a show generic progress message when running save hooks, #40030 2017-12-12 11:19:52 +01:00
Johannes Rieken d989c95558 withProgress should return the promise/thenable of the nested task 2017-12-12 11:19:52 +01:00
isidor 1005a523a3 fixes #40060 2017-12-12 10:57:41 +01:00
Benjamin Pasero 7639207583 status - add process.argv to output 2017-12-12 10:52:06 +01:00
Joao Moreno feb80a6de8 Merge branch 'pradeepmurugesan-unsaved-files-warning-when-commit' 2017-12-12 10:48:10 +01:00
Joao Moreno d56cea79f1 Merge branch 'unsaved-files-warning-when-commit' of https://github.com/pradeepmurugesan/vscode into pradeepmurugesan-unsaved-files-warning-when-commit 2017-12-12 10:47:53 +01:00
Johannes Rieken 41ba9e6632 fix #40078 2017-12-12 10:37:14 +01:00
Johannes Rieken eef38a2e15 log failures of on-will-save-listener, #40030 2017-12-12 10:28:55 +01:00
Joao Moreno 3023911908 scm.diffDecorations config setting
fixes #21795
2017-12-12 10:22:54 +01:00
Kai Maetzel 0af8e38d39 adding pid to --status, implements #40055 (#40058) 2017-12-12 09:51:17 +01:00
Daniel Imms ceea046d27 Merge pull request #39674 from njbmartin/patch-1
Support current user install of Git Bash
2017-12-11 16:14:28 -08:00
kieferrm 9b0764b653 short names windows processes, fixes #39895 2017-12-11 15:00:08 -08:00
Ramya Achutha Rao 0419dfb7b7 Skip extension recommendations during extension development Fixes #29673 2017-12-11 14:58:01 -08:00
Nico 4b6a988173 Fix LocalAppData location 2017-12-11 22:55:47 +00:00
Peng Lyu ef7c07d87b Carefull with autoimports as it doesn't handle imports order. 2017-12-11 14:08:54 -08:00
Peng Lyu ef4b5fff7e Merge pull request #40049 from TeeSeal/master
Handle Ruby auto-indent issues
2017-12-11 14:02:20 -08:00
Peng Lyu 838189f2f1 Test case for #39750. 2017-12-11 13:57:07 -08:00
Peng Lyu 95814990bf Merge pull request #39845 from AiryShift/39750
Fixes #39750
2017-12-11 13:56:10 -08:00
TeeSeal 18f96925bc Move that along with the others 2017-12-11 23:38:24 +02:00
TeeSeal c8ef588869 Update regexp 2017-12-11 23:28:55 +02:00
TeeSeal 267136923e Handle Ruby auto-indent issues 2017-12-11 22:55:51 +02:00
Daniel Imms d8aec33ba6 Remove some unused terminal code
Part of #38414
2017-12-11 11:20:47 -08:00
Rob Lourens b2287c52c0 Merge pull request #39443 from RMacfarlane/ramacfar-search
Support '../' and '..\' for specifying relative paths in search, fixes #38144
2017-12-11 10:59:18 -08:00
Peng Lyu 380dc6349f Fix #40040. we don't necessarily need to check whether we should trigger suggestions immediately after type. Postpone it to next tick. 2017-12-11 10:48:12 -08:00
Sandeep Somavarapu d52302cd1a Fix logging 2017-12-11 19:39:19 +01:00
Sandeep Somavarapu 97876fc0f5 add logs to extension management service 2017-12-11 19:39:19 +01:00
Sandeep Somavarapu b82b1cd1b9 Add logs to extension management service 2017-12-11 19:39:19 +01:00
colinfang d09e6ef353 Fix md block under a list is recognized as a paragraph (#39952) 2017-12-11 10:32:05 -08:00
Daniel Imms 55a37ab871 Merge pull request #39832 from zemafaz/terminalScrollCursor
terminal scroll cursor set to default
2017-12-11 10:07:19 -08:00
Sandeep Somavarapu 29aeb102dc Error code while scanning extensions 2017-12-11 18:15:06 +01:00
Benjamin Pasero 24ce0dfa70 adopt lifecycleservice in integrity check 2017-12-11 18:00:48 +01:00
Joao Moreno 9408d421cf fixes #22769 2017-12-11 17:59:51 +01:00
Sandeep Somavarapu c76eefbf4a Do not filter unisntalled extensions again. Scanned extensions does it already 2017-12-11 17:57:41 +01:00
Johannes Rieken 43f2e0706c know the extension id when calling on-will-save, #40030 2017-12-11 17:55:42 +01:00
Joao Moreno 530765e0d8 Merge branch 'BattleBas-newAutoRepositoryDetection' 2017-12-11 17:51:59 +01:00
Joao Moreno 6793990e25 move autoRepositoryDetection implementation 2017-12-11 17:51:40 +01:00
Sandeep Somavarapu 67e8f78134 Fix #37268 2017-12-11 17:47:47 +01:00
Sandeep Somavarapu f7765c1c27 more detailed error code while extracting and install 2017-12-11 17:47:47 +01:00
Sandeep Somavarapu 88c117e5ac Mark an extension as uninstalled when Uninstalled and do not delete it. 2017-12-11 17:47:47 +01:00
Joao Moreno 7ae85acb65 Merge branch 'newAutoRepositoryDetection' of https://github.com/BattleBas/vscode into BattleBas-newAutoRepositoryDetection 2017-12-11 17:42:25 +01:00