Commit Graph

7953 Commits

Author SHA1 Message Date
Andre Weinand
cbd283efa8 update node-debug 2016-07-25 15:55:38 +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
Johannes Rieken
90a6af2642 Merge pull request #9636 from bgashler1/bgashler1/color-blindness-improvements
Bold markdown headings for accessibility
2016-07-25 09:48:41 +02:00
Joao Moreno
28a5bd1e33 💄 extensions viewlet 2016-07-25 09:36:35 +02:00
Martin Aeschlimann
a038ad1d11 [json] set trigger characters 2016-07-25 09:27:24 +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
8eb6f6e16f update node-debug 2016-07-23 00:26:07 +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
Daniel Imms
e9f712e0ae Uplevel xterm.js
Adds custom keydown handler for #6731
2016-07-22 05:51:38 -07: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
3a90fe1c89 Uplevel xterm.js 2016-07-22 05:02:39 -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
isidor
5953873b3e debug: hint for configuration name on hover
fixes #9543
2016-07-22 12:19:50 +02:00
isidor
bd9dfef5a8 debug debt: debug select action item extends SelectActionItem 2016-07-22 12:19:50 +02:00
Joao Moreno
ebc11fe9f7 fix proxy regex validator
related to #9305
2016-07-22 12:11:14 +02:00
Martin Aeschlimann
c84ecd7867 Update JSON Schema for JS and TS #8221 2016-07-22 11:04:01 +02:00
Martin Aeschlimann
70aa7ac5b0 Merge pull request #9595 from Microsoft/aeschli/languageconfiguration-cleanup
Replace deprecated __ language APIs with language-configuration alternative
2016-07-22 10:58:23 +02:00