Commit Graph
6508 Commits
Author SHA1 Message Date
Sandeep Somavarapu ed58bb8e36 fix #8169 2016-07-25 18:32:14 +02:00
Johannes Rieken f7cdcfe25f update 'open' doc, #9651 2016-07-25 17:44:02 +02:00
Johannes Rieken da56a2cd40 workaround missing config change event, #9705 2016-07-25 17:16:31 +02:00
Sandeep Somavarapu 6d5c3be3d4 Fix center positioning of tab 2016-07-25 16:48:31 +02:00
Sandeep Somavarapu 0ddfe2ba39 use 'value' instead of 'amount' 2016-07-25 16:48:31 +02:00
Sandeep Somavarapu 85bb5a1ef7 Use position starting from 1 instead of Zero to align with existing api 2016-07-25 16:48:31 +02:00
Johannes Rieken 54e0329611 debt - remove strings.localeCompare for native localeCompare 2016-07-25 16:25:18 +02:00
Johannes Rieken b82d730c20 'inline' sorting demotes snippets when labels are equal, #9286 2016-07-25 16:16:22 +02:00
Joao Moreno 7ee12f6cde improve unhappy path when installing extensions 2016-07-25 16:14:54 +02:00
Joao Moreno 8ae904ffea use gzip in gallery API query 2016-07-25 16:14:54 +02:00
Martin Aeschlimann 8803a655dc Remove schema-schema (already part of the JSON language service) 2016-07-25 16:00:32 +02:00
Johannes Rieken 81a071df39 Revert "Revert "Revert "Revert "don't filter on codeSnippet but only on label and filterText, fixes #6320""""
This reverts commit 0c5f6e8867.
2016-07-25 15:08:18 +02:00
isidor 1faad2d42c debug: do not cancel 'disconnect' promise on end of session
fixes #9550
2016-07-25 15:02:57 +02:00
Johannes Rieken d9067043bc add 'vscode.executeLinkProvider' command 2016-07-25 14:57:03 +02:00
Johannes Rieken c1b999fdb0 honor order when merging contributed menu items with legacy items, legacy items have order zero, #9153 2016-07-25 14:08:56 +02:00
Johannes Rieken 0c2d41b39f more menu sorting tests, #9153 2016-07-25 14:08:56 +02:00
Joao Moreno b3ace48664 💄 NPS 2016-07-25 14:07:31 +02:00
Joao Moreno 74af3ff7b4 use url parameters for NPS 2016-07-25 14:02:14 +02:00
Joao Moreno 5bcde31162 wip: NPS
related to #9686
2016-07-25 13:57:35 +02:00
Johannes Rieken 182698eb10 resolve casing issue 2016-07-25 12:26:51 +02:00
Johannes Rieken e36fd298d3 add tests menu service, for #9153 2016-07-25 12:23:52 +02:00
Johannes Rieken 1f1e682cdb move menuService to common 2016-07-25 11:59:51 +02:00
Johannes Rieken db73ad7adf relax enablement behaviour, #9286 2016-07-25 11:50:08 +02:00
isidor 3978edfa64 debug variable paging: support object properties for arrays
fixes #9670
2016-07-25 11:47:32 +02:00
Joao Moreno 30574f5eda implement assetTypes for gallery requests 2016-07-25 11:45:07 +02:00
Johannes Rieken 8650653b99 add snippet picker, #9286
new action 'Show Snippets' which opens quick pick with a list of snippets for the current mode
2016-07-25 11:44:22 +02:00
Johannes Rieken 5f36081f37 add setting 'tabCompletion' which defaults to false, #9579 2016-07-25 11:07:33 +02:00
isidor ba219e78de Reduce sash z-index to 20, remove z-index from workbench part
fixes #9678
2016-07-25 11:03:51 +02:00
Joao Moreno 28a5bd1e33 💄 extensions viewlet 2016-07-25 09:36:35 +02:00
Martin Aeschlimann 54be3bf4c8 [html] fix filterText and add overwriteBefore 2016-07-25 09:27:24 +02:00
Martin Aeschlimann 25e952ff54 Adopt SnippetRegistry and polish 2016-07-25 09:27:24 +02:00
Martin Aeschlimann 6d53f023be Separate SnippetRegistry and polish APIs 2016-07-25 09:27:24 +02:00
isidor 9225e83687 debug: fix last variable chunk indexes
fixes #9666
2016-07-25 08:49:56 +02:00
chrmarti 89c428f438 Add file walk telemetry (#9640) 2016-07-24 21:38:13 -07:00
Andre Weinand 1329b7bc49 adopt latest debug protocol 2016-07-24 23:32:09 +02:00
Andre Weinand 2797cf62a0 enable variable paging 2016-07-22 18:33:01 +02:00
Andre Weinand 37a4b65c69 adopt 'totalCount' -> 'totalVariables' change 2016-07-22 18:33:01 +02:00
Andre Weinand e4ba6bfa63 use latest debug protocol 2016-07-22 18:33:01 +02:00
Sandeep Somavarapu b7b2bdd8f3 Implement #8234 2016-07-22 17:22:07 +02:00
chrmarti 4c83c56746 #55: Improve result sorting performance (#9602) 2016-07-22 08:09:35 -07:00
Daniel Imms 2cc6141e07 Dynamically listen to tab focus mode keybindings
Fixes #6731
2016-07-22 07:24:37 -07:00
Daniel Imms 2e3acff495 Allow focus to escape the integrated terminal
When ctrl+m is pressed (only use default keybinding for now), tab will not be
passed to the pty and instead will propogate up and shift focus.

Part of #6731
2016-07-22 07:08:32 -07:00
isidor c818d1b81e debug: fix substituting command variables inside objects
fixes #8980
2016-07-22 15:48:59 +02:00
isidor 216c9558d2 debug: only send chunk range when totalCount explicitly specified by adapter 2016-07-22 15:26:09 +02:00
isidor b86b6e185b debug: show type on hover in watch expressions 2016-07-22 15:11:56 +02:00
isidor 3fa40395a8 debug: mark function breakpoints as disabled if debug type does not support them
fixes #9099
2016-07-22 14:48:58 +02:00
Daniel Imms ba0150707d Merge pull request #9458 from Microsoft/tyriar/7045_integrated_terminal_ime_support
Support IMEs in integrated terminal
2016-07-22 05:03:32 -07:00
Daniel Imms e869cef1b9 Merge remote-tracking branch 'origin/master' into tyriar/7045_integrated_terminal_ime_support 2016-07-22 03:31:35 -07:00
Joao Moreno 5da541a16d use git template from workspace when not absolute
fixes #7830
2016-07-22 12:30:30 +02:00
Joao Moreno 249398124e support headless vsix installations
fixes #9585
2016-07-22 12:24:37 +02:00