Commit graph

33528 commits

Author SHA1 Message Date
Benjamin Pasero a970588eb6 grid - retire editorGroup.background and add new colors for empty groups 2018-05-09 10:53:04 +02:00
Benjamin Pasero b4b420f0f1 grid - allow to open settings and keybindings 2018-05-09 10:48:37 +02:00
Benjamin Pasero d3f28be83a Merge branch 'master' into ben/editor 2018-05-09 09:16:45 +02:00
Benjamin Pasero e183067081 bump iconv-lite@0.4.23 (for #48804) 2018-05-09 09:09:53 +02:00
Benjamin Pasero f78ecc7bbc 💄 absolute imports 2018-05-09 08:51:41 +02:00
Benjamin Pasero 2f36264cb4 fix #49177 2018-05-09 08:47:14 +02:00
Gabriel Rigo da Cruz Jacobsen a5374b1f8f fixed dropdown only working the first time (#49290) 2018-05-09 08:31:34 +02:00
Benjamin Pasero 66d0e86e06 follow up polish on #49044 2018-05-09 08:24:50 +02:00
Ilie Halip d8f47baac3 fixed a case when a notification was infinite but purged after a timeout (#49202) 2018-05-09 08:15:42 +02:00
Crist Ye 95b1095d35 Update files.ts (#49271) 2018-05-09 08:09:21 +02:00
Benjamin Pasero 8a00b0a239 grid - some DND polish 2018-05-09 07:54:41 +02:00
Benjamin Pasero 708a5d415f grid - more complete DND implementation 2018-05-09 07:40:31 +02:00
Matt Bierner 84d023798b Prefer non-relaitve paths in vscode codebase
Requires using TS 2.9

Fixes #43575
2018-05-08 15:23:22 -07:00
Matt Bierner 3fc493a0e4 Make geterr async 2018-05-08 14:36:52 -07:00
Matt Bierner faec3b58b7 Mark fields readonly 2018-05-08 14:36:52 -07:00
Andre Weinand 8b84e962d1 support debugPort in EH 2018-05-08 23:01:34 +02:00
Matt Bierner 211d2ea5c2 Remove now unneeded cast 2018-05-08 13:29:42 -07:00
Matt Bierner 04255d26e1 Ensure we send file configuration before running organize imports 2018-05-08 13:29:20 -07:00
Matt Bierner cc68aad98f Fix generated monaco.d.ts
Accidentially checked in this generated file when building with TS 2.9
2018-05-08 13:15:10 -07:00
Christof Marti f07139384e Avoid double counts (#49340) 2018-05-08 21:45:43 +02:00
Christof Marti 18c973953f Quick Pick tests (#49340) 2018-05-08 21:45:43 +02:00
Christof Marti 50cf92c2f9 Navigation and inQuickOpen context key (#49340) 2018-05-08 21:45:43 +02:00
Christof Marti 4fa2030d41 Use QuickInput for single-select showQuickPick (#49340) 2018-05-08 21:45:43 +02:00
Sandeep Somavarapu 052392aa55 #49135 Fix tests 2018-05-08 21:31:13 +02:00
Sandeep Somavarapu f1c27472ee Fix #49135 2018-05-08 20:44:01 +02:00
Matt Bierner f05063d13d Annotate common ts telemetry properties 2018-05-08 11:42:05 -07:00
Matt Bierner 15f74515fe Mark suggestionActions as resource scope since this setting can change per folder 2018-05-08 11:42:05 -07:00
Rachel Macfarlane f5d46ad140 Use textLink.activeForeground in issue reporter, fixes #49263 2018-05-08 11:06:06 -07:00
Rachel Macfarlane 237f2a58d4 Set style tag instead of using Color.fromHex in issue reporter, fixes #49409 2018-05-08 10:51:08 -07:00
Benjamin Pasero 3760a4bd6f grid - add action to close all editors and groups 2018-05-08 19:41:07 +02:00
Benjamin Pasero 46ab21fdeb grid - some DND polish 2018-05-08 19:06:40 +02:00
Benjamin Pasero 23bd568b49 grid - fix bug with active context not updated 2018-05-08 19:06:28 +02:00
isidor f9367f7fb2 debug model: keep unresolved configuration tied to the session
fixes #47021
2018-05-08 18:09:25 +02:00
Benjamin Pasero 9390006a7b grid - add action to open editor side by side 2018-05-08 17:01:09 +02:00
Joao Moreno 60f8c97ef2 smoketest: drop keybindings.json
fixes #49140
2018-05-08 16:34:52 +02:00
Joao Moreno 59204efd44 splitview: dont let split views wrap 2018-05-08 16:26:12 +02:00
alexr00 beb7e013e0 Added a function for getting VSCode base folder with an isWindows check for working around inconsistent behavior. (#49467) 2018-05-08 16:23:05 +02:00
isidor 43646f8f77 fixes #49355 2018-05-08 16:01:08 +02:00
Johannes Rieken 4557aadf4c
Merge pull request #49391 from alexr00/gotoError
Fixes #47367: Added a go to next error that stays within current file
2018-05-08 15:12:23 +02:00
Benjamin Pasero 75a978afcf grid - 💄 2018-05-08 14:08:37 +02:00
Johannes Rieken d606038e03 use Object#setPrototypeOf, #49386 2018-05-08 12:50:52 +02:00
Erich Gamma a411c2f4e6 Fix for #49237 filter out duplicate task entries 2018-05-08 12:42:28 +02:00
Alex Dima a3576e1529 Have all paths used in the trie go through the same URI treatment (lower/uppercase drive letter issue on Windows) 2018-05-08 12:31:06 +02:00
isidor d48072213f fixes #49413 2018-05-08 12:28:15 +02:00
Joao Moreno b8b3bc327a tree: collapsed resolved parent should update children visibility 2018-05-08 13:58:46 +02:00
Benjamin Pasero b78a183bee grid - first cut DND support for editors 2018-05-08 12:00:15 +02:00
Benjamin Pasero be7b45d87c grid - tweak events firing less 2018-05-08 12:00:15 +02:00
Benjamin Pasero 3d7a957908 grid - improve legacy UI state restore 2018-05-08 12:00:15 +02:00
Joao Moreno fd72d4a782 grid: sashResetSizing 2018-05-08 12:29:27 +02:00
Joao Moreno d99487f6d4 remove console.log 2018-05-08 11:53:37 +02:00