Commit graph

5364 commits

Author SHA1 Message Date
Brenton Horne 5d0a37657a Update package.json 2016-05-20 19:48:19 +10:00
Alex Dima 00c49b8ad3 Convert IFormattingSupport to 3 distinct providers 2016-05-20 11:28:42 +02:00
Alex Dima a0ffa30d26 Convert IQuickFixSupport to CodeActionProvider 2016-05-20 09:46:05 +02:00
Alex Dima c96dffc282 Convert ICodeLensSupport to CodeLensProvider 2016-05-20 09:03:44 +02:00
Benjamin Pasero 5f4d8c3653 Ugly brackets in the menu (fixes #6413) 2016-05-20 06:52:28 +02:00
Daniel Imms bbc1950d34 Disable integrated terminal to unblock Windows build 2016-05-19 13:45:28 -07:00
Martin Aeschlimann e32913ce6d json: Add jsonEdit 2016-05-19 22:37:17 +02:00
Martin Aeschlimann c08fb27773 json: Add findNodeAtLocation 2016-05-19 22:37:17 +02:00
Martin Aeschlimann 73b78b7060 Move jsonFormatter to base 2016-05-19 22:37:17 +02:00
Daniel Imms 399a12f3e3 Add glibc v2.15 requirement to rpm
Fixes #6545
2016-05-19 12:35:51 -07:00
Alex Dima 1dd6ea33eb Convert IOutlineSupport to DocumentSymbolProvider 2016-05-19 20:22:58 +02:00
Alex Dima 3ca51f6d23 Convert IRenameSupport to RenameProvider 2016-05-19 20:22:56 +02:00
Alex Dima 30169da4f8 Convert IReferenceSupport to ReferenceProvider 2016-05-19 20:22:55 +02:00
Daniel Imms 00c49f8477 Include terminalProcess in packaged vscode
Fixes #6551
2016-05-19 10:46:57 -07:00
Brad Gashler fd511047f1 Merge pull request #6464 from Microsoft/tyriar/6441_feedback_hc_bg
Fix feedback form styles in high contrast theme
2016-05-19 09:41:57 -07:00
Alex Dima fe9b6dbaff Convert IDeclarationSupport to DefinitionProvider 2016-05-19 17:43:18 +02:00
isidor f739556b89 debug: use allThreadsContinued flag
fixes #6400
2016-05-19 17:18:19 +02:00
Johannes Rieken 71bd31b590 add support for file-links, fixes #6533 2016-05-19 16:54:11 +02:00
Alex Dima 78d8b4b168 Convert IOccurrencesSupport to DocumentHighlightProvider 2016-05-19 16:45:44 +02:00
Alex Dima 9050cecdf1 Further align ISuggestSupport with ext host API 2016-05-19 16:45:42 +02:00
Alex Dima b12575b4f4 Towards aligning ISuggestSupport with ext host API 2016-05-19 16:45:41 +02:00
Andre Weinand 227878250b update to latest debug protocol 2016-05-19 16:36:51 +02:00
Johannes Rieken 295d920abc fix markdown issue 2016-05-19 14:40:38 +02:00
Alex Dima f0b4da62cc Supports get passed in an IReadOnlyModel 2016-05-19 13:59:10 +02:00
Alex Dima 3f782adb6f Remove IMode.formattingSupport 2016-05-19 13:22:43 +02:00
Alex Dima 03dac65058 Remove IMode.quickFixSupport 2016-05-19 13:18:35 +02:00
Alex Dima 077d60299d Remove IMode.declarationSupport 2016-05-19 13:17:39 +02:00
Alex Dima 8591582cd1 Align IDeclarationSupport with ext host API 2016-05-19 13:14:48 +02:00
Alex Dima 1f3c919289 Remove IMode.occurrencesSupport 2016-05-19 13:08:48 +02:00
Alex Dima 074bb34aaa Remove IMode.outlineSupport 2016-05-19 13:02:30 +02:00
Johannes Rieken d37a76dc92 allow empty string as valid document content, fixes #6526 2016-05-19 12:45:42 +02:00
Alex Dima b6f0eee29e Align ISuggestSupport further with ext host API 2016-05-19 12:38:07 +02:00
Alex Dima c68f8d76e2 Towards aligning ISuggestSupport with ext host API 2016-05-19 12:22:33 +02:00
Alex Dima 41302caa15 Remove IMode.suggestSupport 2016-05-19 12:13:34 +02:00
Alex Dima e2ac05c6b1 Remove suggestSupport from Monarch 2016-05-19 11:58:29 +02:00
Alex Dima 68449e9f48 Remove MonarchMode 2016-05-19 11:28:42 +02:00
Johannes Rieken ccdeaf1ac4 debt - done with 'done', return promises 2016-05-19 11:24:33 +02:00
Alex Dima 6cd5f25d53 Remove IMode.referenceSupport 2016-05-19 11:06:55 +02:00
Alex Dima 2d77d7c6f6 Rename IParameterHintsSupport 2016-05-19 11:06:54 +02:00
Alex Dima b2295e4ea4 Remove IMode.extraInfoSupport 2016-05-19 11:06:53 +02:00
Johannes Rieken 83319d5bb4 add NullStorageService and use it for standalone editor, fixes #6522 2016-05-19 10:56:29 +02:00
Alex Dima 9cc30342e1 Fix tests 2016-05-19 09:23:47 +02:00
Alex Dima 3e399132f5 Align IParameterHintsSupport with the ext host api 2016-05-19 09:20:58 +02:00
Daniel Imms 387e290787 Skip reopening recently closed files that are in working files
Fixes #5846
2016-05-18 22:01:52 -07:00
Daniel Imms ad74a1a6b5 Enable integrated terminal on insiders 2016-05-18 21:41:28 -07:00
Daniel Imms d9aba99221 Run pty.js process in a child process to prevent 100% CPU mac bug
Fixes #6469
2016-05-18 21:38:43 -07:00
Daniel Imms cf695aed58 Fix typo in CSS selector
Fixes #6510
2016-05-18 19:40:42 -07:00
Daniel Imms bf069f2fb8 Have terminal use panel's background color
Fixes #6505
2016-05-18 19:12:59 -07:00
Daniel Imms 39548c779c Exclude terminalPanel on windows 2016-05-18 16:53:14 -07:00
Daniel Imms a30a32a65a Try temporarily fix windows build by removing pty.js from packages 2016-05-18 16:43:24 -07:00