Commit graph

39474 commits

Author SHA1 Message Date
Alex Ross 8fb29586c4
Update the drag into terminal path used to be the fsPath (#58460) 2018-09-11 15:36:31 -07:00
SteVen Batten 9849693bb1 fixes #53479 2018-09-11 15:13:37 -07:00
Andre Weinand 15facaa945 simplify rawDebugSession 2018-09-11 23:06:23 +02:00
Andre Weinand c13f9695c1 fix DA error message 2018-09-11 23:06:23 +02:00
Andre Weinand 168b1e5e03 reset ELECTRON_RUN_AS_NODE properly 2018-09-11 23:06:23 +02:00
Joao Moreno 732825ecc5 fix yarn.lock change 2018-09-11 22:50:16 +02:00
Matt Bierner e6443c6220 Fix description 2018-09-11 12:54:46 -07:00
Rob Lourens 60b4b9939e Show HTML setting descriptions as markdown, remove wrapAttributesIndentSize from #55743 2018-09-11 11:46:03 -07:00
Rik Smeets 7bca3fb9c0 Add missing access keys (mnemonics) for menu items (#58412)
* Add missing access keys (mnemonics) for Update menu items, Add Configuration, Enable All Breakpoints and Auto Save

* adding mnemonics to native menu system
2018-09-11 11:40:37 -07:00
Rob Lourens 3291fd3663 Update yarn.lock from #52119 2018-09-11 11:26:59 -07:00
Matt Bierner 1ff383c64f Split useCodeSnippetsOnMethodSuggest into js and ts specific settings
Splits the old setting into `javascript.suggest.insertParametersForFunctionCalls` and `typescriptscript.suggest.insertParametersForFunctionCalls`

Fixes #58385
2018-09-11 11:20:38 -07:00
Matt Bierner cb1768b61f Fix commit charactes not working if you trigger them manually after a .
Cases like: `console.|` should have commit characters while, `...|` should not
2018-09-11 11:14:18 -07:00
Matt Bierner f8486f95a7 Reject renames with string message directly 2018-09-11 10:49:40 -07:00
Matt Bierner 3d011dea44 Catch errors on navto requests
Fixes #58421
2018-09-11 10:48:45 -07:00
Matt Bierner 33db532608 Show error early on invalid rename in js/ts
Fixes #58393
2018-09-11 10:48:45 -07:00
kieferrm 2b459378da update out-of-scope bot message 2018-09-11 10:48:11 -07:00
Matt Bierner bca6f51d8a Make sure lower case paths in a consistent way
Fixes #56582
2018-09-11 10:43:34 -07:00
rebornix d698ce60ce Fix #53415. Line break should match \W in Find Widget. 2018-09-11 10:42:24 -07:00
Alex Dima 07ecc5610e Move OnEnterRule.oneLineAboveText to proposed API to respect API process (#58440) 2018-09-11 18:59:11 +02:00
Alex Dima a4a5b590ec Reimplement word part operations (#53899) 2018-09-11 18:37:36 +02:00
Alex Dima e4a3eb83b3 Improve test names 2018-09-11 18:37:36 +02:00
João Moreno 25832c19c0
Merge pull request #58436 from headmelted/master
Adding electron ARM and ARM64 tasks for cross-compiling
2018-09-11 17:43:41 +02:00
Joao Moreno 0301c96ae2 smoke: dont open dev tools on verbose 2018-09-11 17:31:38 +02:00
Joao Moreno 1914120000 remove cp 2018-09-11 17:29:46 +02:00
Joao Moreno 44572b18ea smoke: cleanup workspaceOrFolder 2018-09-11 17:29:24 +02:00
Joao Moreno c29fef0aa0 smoke: cleanup multiroot tests 2018-09-11 17:29:24 +02:00
Maarten Fonville 2ba2fa5d3c Update Electron to 2.0.9 (#58382) 2018-09-11 17:28:06 +02:00
Rob Lourens b3b54477ce Fix #52105 2018-09-11 08:23:41 -07:00
Martin Aeschlimann 6ae58634e9 "files.associations" does not override file icons defined in "fileExtensions" or "fileNames" icon theme tables. Fixes #58366 2018-09-11 17:20:18 +02:00
Joao Moreno d6f67eb943 Merge remote-tracking branch 'origin/master' 2018-09-11 17:13:59 +02:00
Joao Moreno 9c17721e7f should not refresh children which are collapsed 2018-09-11 17:13:37 +02:00
Joao Moreno 61a3e0d397 Merge commit 'refs/pull/57806/head' of github.com:Microsoft/vscode into pr/57806 2018-09-11 17:04:01 +02:00
Johannes Rieken 9982055873 debt - replace winjs.promise#join with promise#all 2018-09-11 17:03:19 +02:00
Sandeep Somavarapu 78ba7cdcca Fix #58097 2018-09-11 16:49:13 +02:00
Johannes Rieken 798549bff7 ignore layout info when developing an extension, #55959 2018-09-11 16:29:14 +02:00
Johannes Rieken 2dd809dcb5 don't save parts layout when developing extensions, #55959 2018-09-11 16:29:13 +02:00
Alexandru Dima 1026e5fb65
Merge pull request #51557 from limerickgds/master
fixed:generator method of class autocomplete causes star(*) to be add…
2018-09-11 16:09:26 +02:00
Alex Dima 0c68c6063f Add tests for oneLineAboveText and consolidate rules 2018-09-11 16:08:30 +02:00
João Moreno fcfe771403
Merge pull request #50526 from beauallison/correct-git-light-check-icon
Align GIT light colored check icon with dark
2018-09-11 16:05:31 +02:00
João Moreno e9ed38cd30
Merge pull request #49747 from manixate/exclude_scrollbar_drop
Prevent scrollbar to be considered as a drop target for drag-and-drop
2018-09-11 16:03:11 +02:00
Johannes Rieken ffa0993cb2 fix #56245 2018-09-11 16:01:47 +02:00
Martin Aeschlimann e6d95f460d removeFromRecentlyOpened Command Broken. Fixes #58131 2018-09-11 15:53:57 +02:00
Jay Rodgers 1453ad4b23
Adding electron ARM and ARM64 tasks
Adding tasks to allow for explicitly download ARM and ARM64 versions of Electron when it is not the native architecture of the build machine (for cross-compiling).
2018-09-11 14:40:52 +01:00
Alex Dima f9d8addc07 Merge remote-tracking branch 'origin/master' into pr/limerickgds/51557 2018-09-11 15:30:40 +02:00
Johannes Rieken 120fe2e1bc debt - less WinJS.Promise usage 2018-09-11 15:27:46 +02:00
Johannes Rieken a3026efb1a debt - less WinJS.Promise usage 2018-09-11 15:27:46 +02:00
João Moreno f3dca9ad03
Merge pull request #52119 from ava1ar/master
Added ARM64 build support
2018-09-11 15:25:26 +02:00
Johannes Rieken 6887b7c828 fix #47842 2018-09-11 15:13:11 +02:00
Johannes Rieken bacf6a13f2 fix #47842 2018-09-11 15:13:11 +02:00
Alex Dima 51ea3ac804 Fixes #51869 2018-09-11 15:00:16 +02:00