Commit graph

31323 commits

Author SHA1 Message Date
André Weinand f1404198c3 proposed logMessage API; fixes #45643 2018-03-16 17:08:46 +01:00
Johannes Rieken 8ae0b0cbf8 fix #45990 2018-03-16 17:08:08 +01:00
isidor e3b133124b Revert "explorer: introduce explorer.open command to be able to open multiple files via keyboard"
This reverts commit 52086ecf32.
2018-03-16 16:36:49 +01:00
Christof Marti 722149a26b Telemetry opt-out notice 2018-03-16 16:27:47 +01:00
Johannes Rieken 67efbbf5ca remote - use posix.dirname of uri.path 2018-03-16 15:32:06 +01:00
Johannes Rieken b1db74a470 keep focus really stable... #44414 2018-03-16 14:34:31 +01:00
Johannes Rieken a7466c7533 keep focused element stable, #44414 2018-03-16 14:34:31 +01:00
isidor 6275278ae9 debug: bring back toString it is used for copyAll action
fixes #45967
2018-03-16 13:51:17 +01:00
Martin Aeschlimann 1cec53cedd [html] folding for embedded JavaScript 2018-03-16 13:48:06 +01:00
Martin Aeschlimann 43392774fe [json] update sefeRunner 2018-03-16 13:48:05 +01:00
Martin Aeschlimann 18bde2a520 [html] validate: check if version is still current 2018-03-16 13:48:05 +01:00
Johannes Rieken 290c9d6140 make sure to reveal the current symbol in the references tree, #44414 2018-03-16 13:47:47 +01:00
Dirk Baeumer fc7051a897 Cleaner API to query tasks 2018-03-16 11:55:18 +01:00
isidor 52086ecf32 explorer: introduce explorer.open command to be able to open multiple files via keyboard
fixes #42573
2018-03-16 11:48:53 +01:00
Martin Aeschlimann 14eca3563b [html] enable strict, cancel support 2018-03-16 11:26:44 +01:00
Martin Aeschlimann 7c5f344a2b [html] use TextDocument.applyEdit 2018-03-16 11:26:44 +01:00
Martin Aeschlimann 4d78742a99 [html] test fold regions 2018-03-16 11:26:29 +01:00
Martin Aeschlimann 21d517efd6 [html] fold multi line comments 2018-03-16 11:25:52 +01:00
Martin Aeschlimann ff3c40353b [html] folding for self-closing tags 2018-03-16 11:25:52 +01:00
Johannes Rieken 294337b0dc remote - use posix-path-logic for path-math in URIs 2018-03-16 11:07:44 +01:00
isidor 08ba13246f debug: 'Add Log Point...' context menu action
#45128
2018-03-16 10:50:40 +01:00
Isidor Nikolic 1a24638ff3
Merge pull request #45935 from chryw/master
Conditional breakpoint icon polish for #45406
2018-03-16 10:16:44 +01:00
isidor 6251c95a0b debug: always remove the selected expression from the view model when wrapping up rename box
fixes #45896
2018-03-16 10:03:43 +01:00
Johannes Rieken d3cda9c633 fix #45861 2018-03-16 09:30:26 +01:00
Sandeep Somavarapu 84cb34fff8
Merge pull request #45929 from camilogiraldo/master
Better uninstall dialog for extensions with dependencies. Fix #45197
2018-03-16 13:33:01 +05:30
Johannes Rieken 234defc473
Merge pull request #45881 from pradeepmurugesan/home-end-keys-in-suggestion
added the key bindings for first and last selection in suggestions.
2018-03-16 09:01:20 +01:00
Benjamin Pasero 14aa73c448
update to electron 1.7.12 (#45953) 2018-03-16 07:18:53 +01:00
Peng Lyu 410abe91b4 Fix #45770. FindInNode should not cross node boundary. 2018-03-15 23:00:11 -07:00
Sandeep Somavarapu 9160e85b1a Fix #45053 2018-03-16 10:47:19 +05:30
Matt Bierner 4ebe821729 Move fix into getWordAtPosition 2018-03-15 22:08:19 -07:00
Matt Bierner 1714875bec Fix #40941 - Suggest trigger at language boundaries
Fixes #40941

**Bug**
Suggestions not auto triggered when you `x` in `const z = <div x>`. See https://github.com/Microsoft/vscode/issues/40941#issuecomment-354886756 for explaination of root cause

**Proposed fix**
In the case where suggestions are triggered at the boundary between two languages, I believe we should trigger. This change adds special logic to handle that case by making sure we check the word at the  previous character position instead of at the current character positon when at language boundaries
2018-03-15 22:08:19 -07:00
Matt Bierner c55926ac9d Update js/ts grmmar 2018-03-15 22:07:57 -07:00
Daniel Frankcom 63e6e4e26b Fixes #21423 | Add ANSI colour tokens as children of existing tokens 2018-03-15 21:20:34 -07:00
Sandeep Somavarapu 6cfedc71cd Fix #45733 2018-03-16 09:46:41 +05:30
Cherry Wang 9644ea6c2f Merge remote-tracking branch 'upstream/master' into chryw/debug-icon-consistency 2018-03-15 19:10:03 -07:00
Cherry Wang 9de4221a52 Pulled two lines closer 2018-03-15 19:09:29 -07:00
Peng Lyu ca666da08b Fix #45892. Null check 2018-03-15 17:58:30 -07:00
Rob Lourens 234d100603 Fix default search exclusions string 2018-03-15 17:32:01 -07:00
Rob Lourens 3fb65e7b65 Bump node-debug2 - fixes #45657 2018-03-15 16:53:11 -07:00
Camilo Giraldo 7e6c141542 Better uninstall dialog for extensions with dependencies. Fix #45197 2018-03-15 18:20:30 -05:00
André Weinand 4980c7d4c3 node-debug@1.22.4 2018-03-15 23:45:09 +01:00
isidor 1d026bbff9 debug: add log point support
#45128
2018-03-15 18:27:27 +01:00
Matt Bierner ab1669f898 Revert "Revert "Avoid using import x = require('...')""
This reverts commit 27256832f3 which turns out did not break the import of vs/nls
2018-03-15 10:17:18 -07:00
Dirk Baeumer a4cf2abe7e First cut of #45664: Add API to query and execute tasks 2018-03-15 18:02:04 +01:00
Pradeep Murugesan be5030b70c added the key bindings for first and last selection in suggestions. 2018-03-15 17:56:07 +01:00
Johannes Rieken 055ac07ca7 add goto next/prev reference command, #44414 2018-03-15 17:54:00 +01:00
isidor 6c8b65d1e8 debug: introduce IBaseBreakpoint 2018-03-15 17:27:38 +01:00
Alex Dima 0b71894240 Fix hygiene rules 2018-03-15 16:16:12 +01:00
isidor c05d427af7 select box: do not set height, make sure it is still centered
fixes #45606
2018-03-15 15:51:56 +01:00
isidor 366ed0d530 explorer: do not show error for roots since we already use an explorer decoration to notify user
fixes #44809
2018-03-15 15:32:05 +01:00