Commit Graph
28027 Commits
Author SHA1 Message Date
Matt Bierner 435488274f Revert includeExternalModuleExports for now 2018-01-08 08:50:00 -08:00
Matt Bierner 570b032d05 Update to latest TS 2.7 insiders 2018-01-08 08:45:17 -08:00
Matt Bierner 0a42cc1c8c Save off full ts completion entry 2018-01-08 08:45:17 -08:00
Sandeep Somavarapu 5d99b29558 Fix #40722 2018-01-08 16:56:15 +01:00
isidor 726774a832 use uri.isUri 2018-01-08 16:14:37 +01:00
isidor 538db0666c contextMenuService.onDidContextMenu
fixes #41157
2018-01-08 16:05:06 +01:00
Joao Moreno 94b5920995 fixes #41174 2018-01-08 15:33:22 +01:00
Benjamin Pasero efa3266cbb 💄 feedback 2018-01-08 15:20:17 +01:00
Benjamin Pasero 204f0482da Touch (x) to close tab doesn't work anymore (fixes #40616) 2018-01-08 15:13:34 +01:00
Benjamin Pasero 52e2c4227e fix #41272 for explorer 2018-01-08 15:05:28 +01:00
Joao Moreno a77aad5997 remove unused event 2018-01-08 13:02:12 +01:00
Benjamin Pasero 41666c76f0 fix #41272 2018-01-08 12:41:11 +01:00
Sergey Kintsel 31baddd594 Fix typo in MergeDecorator class name 2018-01-08 12:09:08 +01:00
Dirk Baeumer 16d763ead2 Adding message about collecting CPU and memory information under Windows 2018-01-08 11:31:50 +01:00
Dirk Baeumer 164594eff9 Proper reject promise when ps fails under Windows 2018-01-08 11:31:49 +01:00
isidor ad05b6f8db fixes #41273 2018-01-08 11:30:43 +01:00
Alexandru Dima 11871fb6b0 Merge pull request #39347 from mjbvz/38254
Fix auto closing of < in markdown code blocks
2018-01-08 12:13:06 +02:00
Sandeep Somavarapu e8cc004e1c 💄 2018-01-08 11:00:38 +01:00
Alex Dima 19866fcd0f Revert "workaround #41268"
This reverts commit b811600ecc.
2018-01-08 10:55:28 +01:00
Alex Dima 30d3f7a2a9 Fixes #41268: Do not avoid sliced strings 2018-01-08 10:55:13 +01:00
isidor 7c6ef650ab explorer: only enable paste file when file is copied
fixes #41192
2018-01-08 10:52:19 +01:00
Henk Mollema 7c8332186f Update copyright year to 2018 (#41088) 2018-01-08 10:45:26 +01:00
Benjamin Pasero b811600ecc workaround #41268 2018-01-08 10:26:45 +01:00
Benjamin Pasero c933a42766 fix #41151 2018-01-08 07:40:30 +01:00
Daniel Imms 8e0baeddeb vscode-xterm@3.1.0-beta1
This pulls in all the pushed changes after the v3 release and more screen
reader improvements, including:

- Render row debouncer to limit re-rendering of a11y rows
- assertive live region
- Convert \t to nbsp in live region
- Bug fix in parser not exiting to normal parse mode on certain sequences
- Emit selection event on terminal (not SelectionManager)
- Use of resolution event in ScreenDprMonitor
2018-01-05 14:39:17 -08:00
Rachel Macfarlane 4446a5c849 Hide extension list in issues under <details> tag, #41008 2018-01-05 14:24:56 -08:00
Rob Lourens c065c184ed Fix search viewlet to write to global find buffer - #41156? 2018-01-05 12:37:03 -08:00
Matt Bierner 99efa5aefb Special case rendering of @param in TS hover and completion items 2018-01-05 11:28:00 -08:00
Matt Bierner d47922c595 Extract getTagDocumentation 2018-01-05 11:27:59 -08:00
Matt Bierner cca35e214e Rename typeScriptMain -> typeScriptServiceClientHost 2018-01-05 11:27:59 -08:00
Matt Bierner 6f01cf8a7e Move LanguageProvider into own file 2018-01-05 11:27:59 -08:00
Matt Bierner 4b0a5d8620 Move goToProjectConfig into commands 2018-01-05 11:27:59 -08:00
Matt Bierner 7a9e9bb03a Simplify CachedNavTreeResponse api 2018-01-05 11:27:59 -08:00
Matt Bierner ae169ed83a Don't return promise from onReady in TS service client 2018-01-05 11:27:59 -08:00
Matt Bierner bcd6bb8adf Don't store promise on RequestItem 2018-01-05 11:27:59 -08:00
isidor bc1a048e6a explorer: better root dnd
fixes #35032
2018-01-05 19:14:17 +01:00
isidor 17a5c2f420 menu actions: respect alt key when pressed
fixes #41157
2018-01-05 18:33:55 +01:00
Rob Lourens 39f3f9a17f Add basic test for queryBuilder.file
- would detect NPE fixed in c4065a8ba5
2018-01-05 09:08:25 -08:00
Johannes Rieken d89ca728f6 tweak snippet creation & customization #13182 2018-01-05 17:31:09 +01:00
Alex Dima a6d229adef Renames and simplifications 2018-01-05 18:11:45 +02:00
Alex Dima ed5ae61e12 Go through an implementation switch for ITextBuffer 2018-01-05 17:27:20 +02:00
Benjamin Pasero 840587c07b tweet feedback button - make it hideable (fixes #7893) 2018-01-05 16:05:30 +01:00
Alex Dima 48efc7fd2f Encapsulate ITextSource in ITextBufferFactory 2018-01-05 16:53:55 +02:00
Alex Dima 0b0d4ac809 Introduce ITextBufferBuilder 2018-01-05 16:53:55 +02:00
Alex Dima 8ff8b99021 Move interfaces to model.ts 2018-01-05 16:53:55 +02:00
Johannes Rieken d75f4738c6 show global snippets atop, #13182 2018-01-05 14:44:37 +01:00
isidor bc3c2cc290 composite bar: when a new composite is activate make sure to automatically deactivate previous one
fixes #40207
2018-01-05 12:23:34 +01:00
isidor 0a4937e7e3 permantlny delete file when alt pressed in explorer context menu
#41157
2018-01-05 12:04:31 +01:00
isidor cd99cb24b0 fixes #40870 2018-01-05 11:43:33 +01:00
Johannes Rieken 1e68d9400f smarter SnippetFile#select, #13182 2018-01-05 11:42:16 +01:00