Commit graph

8073 commits

Author SHA1 Message Date
Joao Moreno 3af5b69e9e fix open recent shortcut 2016-07-21 09:14:13 +02:00
Martin Aeschlimann 5067f31f10 Merge pull request #9469 from gontadu/patch-4
Added more T-SQL keywords
2016-07-21 08:54:29 +02:00
Joao Moreno 8c38fca346 don't restore git message on reset 2016-07-21 08:30:11 +02:00
chrmarti 3abddec358 #55: Add performance test for QuickOpen (#9545) 2016-07-20 15:18:41 -07:00
isidor 713338ddff debug: be less picky about debug evaluate enablement 2016-07-20 21:40:45 +02:00
Martin Aeschlimann d9c376a213 fixes #1778: [less] mixins ") expected" errors 2016-07-20 18:27:17 +02:00
isidor 8cb983631a fixes #9243 2016-07-20 18:14:28 +02:00
Joao Moreno 2545370a00 document extensionHomePath 2016-07-20 17:54:16 +02:00
Sandeep Somavarapu eaf2aa9884 Merge pull request #9536 from Microsoft/sandy081/linesViewPort
Implement lineViewTop, lineViewBottom, lineViewCenter
2016-07-20 17:31:30 +02:00
João Moreno bff0bad5d9 create setup.exe in .build folder 2016-07-20 17:28:01 +02:00
Johannes Rieken 3c4ae57c99 debt - remove unsed 'shouldAutotriggerSuggest' 2016-07-20 17:21:32 +02:00
Johannes Rieken 4d37b86195 move definition of 'wordBasedSuggestions' to editor 2016-07-20 17:16:25 +02:00
João Moreno 65b2a4e0db move inno setup recipe file to oss repository 2016-07-20 17:15:50 +02:00
Kai Maetzel 480850fe31 Merge pull request #9538 from bradyholt/patch-1
Fix minor spelling mistake in comment: Iff > If
2016-07-20 08:00:30 -07:00
Joao Moreno 6d6d4d1aca add inno bitmaps 2016-07-20 16:58:14 +02:00
Johannes Rieken fccc1f9e48 compare functions are hard, fix #9421 2016-07-20 16:54:29 +02:00
Johannes Rieken fc0260d242 simplify snippet registry 2016-07-20 16:48:19 +02:00
Andre Weinand e5fef0e5b8 debug protocol: add variables paging 2016-07-20 16:29:54 +02:00
Martin Aeschlimann 349c4ddf60 [json] hover in JSON documents hides '*', fixes #8068 2016-07-20 16:29:31 +02:00
Brady Holt a00260bb41 Fix minor spelling mistake in comment: Iff > If 2016-07-20 09:18:01 -05:00
Johannes Rieken 9b3d529474 first cut of tab completion, #9286 2016-07-20 16:12:48 +02:00
Sandeep Somavarapu 35d592de03 tests 2016-07-20 16:09:14 +02:00
Sandeep Somavarapu 73551134d5 Cleam up 2016-07-20 15:13:34 +02:00
Sandeep Somavarapu 6f94a1fd12 Implement lineViewTop, lineViewBottom, lineViewCenter 2016-07-20 15:10:09 +02:00
Joao Moreno b7cfce2c26 set Ctrl R to open recent 2016-07-20 12:09:27 +02:00
Joao Moreno e4f63e5cdd add jsconfig.json 2016-07-20 12:09:27 +02:00
isidor a9cd4ddfbb don't load source for stack frames without source
fixes #9420
2016-07-20 12:05:00 +02:00
isidor 082cfeee65 debug: introduce breakpoints extension point
fixes #9037
2016-07-20 11:48:32 +02:00
Joao Moreno 2bc3457789 win32 setup skeleton 2016-07-20 11:17:52 +02:00
Joao Moreno 63973d483e eslint 2016-07-20 11:17:23 +02:00
Joao Moreno 9b3f9d7648 extract vscode linux build scripts 2016-07-20 11:00:50 +02:00
Joao Moreno e48ffc1d71 dynamically require gulp files 2016-07-20 11:00:50 +02:00
Joao Moreno 407259bdb0 es6ify gulpfile.vscode.js 2016-07-20 11:00:50 +02:00
Joao Moreno 64f4fd7302 remove some file extensions 2016-07-20 11:00:50 +02:00
isidor f368e01cd9 debug: only hide the hover widget if the mouse leave event is outside the hover
fixes #3528
2016-07-20 10:42:04 +02:00
Martin Aeschlimann 524aa37e33 Merge pull request #9497 from pmkary/patch-1
Added missing "rem" unit
2016-07-20 09:18:45 +02:00
Pouya Kary 675275a309 Added missing "rem" unit 2016-07-19 22:01:32 +04:30
Martin Aeschlimann 0aa920603e fixes #8612: Editor inherits Abyss theme in find widget 2016-07-19 17:37:05 +02:00
Martin Aeschlimann 802d562fdc fixes #8977: package.json dependency hover can break with links 2016-07-19 16:37:11 +02:00
isidor 5713403add Fix successive attempts to run Debug:Evaluate
fixes #9417
2016-07-19 16:10:22 +02:00
isidor a7409d1377 debug: remove context menu action 'add to watch' 2016-07-19 15:58:27 +02:00
Martin Aeschlimann a87026dec5 Fixes #8986: Double tab tag closing removes one space from the tab 2016-07-19 15:50:30 +02:00
isidor a07bcd6732 debug: differentiate telemetry and user visible message 2016-07-19 15:50:23 +02:00
Joao Moreno 00826ade84 rename electron helper 2016-07-19 15:10:11 +02:00
Joao Moreno 1db12a0c45 implement retry in rimraf 2016-07-19 15:10:11 +02:00
isidor e50fe199a4 debug: listen on 'continued' event
fixes #9149
2016-07-19 15:02:40 +02:00
isidor e55338a1f6 debug polish: use full name 2016-07-19 14:43:47 +02:00
isidor f15f320a79 open editors: null guards 2016-07-19 14:43:47 +02:00
Andre Weinand 577fe47c20 add ContinuedEvent to debug protocol 2016-07-19 14:26:13 +02:00
Sandeep Somavarapu 77b19e5024 Implement line up and down for cursor move #9143 2016-07-19 12:54:36 +02:00