Commit Graph

30681 Commits

Author SHA1 Message Date
Matt Bierner edc8a053cf Use await 2018-03-09 11:15:11 -08:00
Matt Bierner d6caa2d4d0 Extract SyncedBuffe mapping to own class 2018-03-09 11:15:11 -08:00
Ramya Achutha Rao 85b53d324a Relayout the suggestWidget when its height changes Fixes #45408 2018-03-09 09:51:26 -08:00
Benjamin Pasero f2abadb1ac better shared process disposal 2018-03-09 16:46:49 +01:00
Daniel Imms cef40ed17c Only trim last non-wrapped line when sending line data to tasks
Fixes #45412
2018-03-09 07:37:27 -08:00
Benjamin Pasero 25474073e5 fix issue with quit requested being a function 2018-03-09 16:28:40 +01:00
Daniel Imms 6eac6df303 Move split terminal ctx menu below new terminal
Fixes #45410
2018-03-09 07:04:49 -08:00
Benjamin Pasero 7598ef4a27 more tweaks to lifecycle service 2018-03-09 16:00:27 +01:00
Benjamin Pasero 636fbd1f3f main - introduce and adopt new onQuit() event 2018-03-09 15:49:15 +01:00
Benjamin Pasero 05b995dd9c 💄 2018-03-09 15:22:21 +01:00
isidor b40e6492ab simplify root drop update folders arguments 2018-03-09 15:12:04 +01:00
isidor 1d83a38a75 debug: bring back breakpooints-activate-inverse 2018-03-09 14:21:07 +01:00
isidor 86a429a73c debug fancy new icons 2018-03-09 14:07:50 +01:00
isidor 9d908a174e centered mode: allow when horizontal layout
fixes #45323
2018-03-09 13:57:06 +01:00
isidor da2ec0784d debug: only remove process on error if the disconnect is not being called 2018-03-09 13:48:51 +01:00
Benjamin Pasero 7f45076568 debt - codewindow => icodewindow 2018-03-09 12:01:46 +01:00
isidor 438bfd31ca debug: update glyphMarginClassName for breakpoints
fixes #45311
2018-03-09 11:38:06 +01:00
Benjamin Pasero 287fc25a50 fix #45157 2018-03-09 11:33:54 +01:00
Joao Moreno 886f9c2e10 fixes #43161 2018-03-09 11:25:44 +01:00
Joao Moreno 0e8383ebbc bump up unit test timeout 2018-03-09 11:03:45 +01:00
Sandeep Somavarapu 24420491eb Fix #45340 2018-03-09 10:56:08 +01:00
Joao Moreno 4cc18eca7f update inno_updater
fixes #44911
2018-03-09 10:44:24 +01:00
Johannes Rieken aa97f61902 fix #42878 2018-03-09 08:57:31 +01:00
Johannes Rieken 5ef4e4e4ed fix #29210 2018-03-09 08:47:47 +01:00
Rob Lourens 80be02c64e Bump node-debug2 2018-03-08 22:54:26 -08:00
Benjamin Pasero 3937e57686 add window.openWithoutArgumentsInNewWindow (#45322)
* add window.openWithoutArgumentsInNewWindow

* remove relaunch command
2018-03-09 07:34:43 +01:00
Benjamin Pasero 5ab754ee28 Linux: ENOSPC error message tweak 2018-03-09 07:14:45 +01:00
Gus Hurovich 3817c899ca Adding Emmet preference for changing fuzzySearchMinScore (#45240)
* Adding Emmet preference for changing fuzzySearchMinScore

* Changing name and description of the new setting.

* Updating version of vscode-emmet-helper
2018-03-08 18:02:33 -08:00
Matt Bierner 1ba9d83f25 Use uris instead of string paths in more locations
String paths should only be used when talking to the ts server
2018-03-08 17:01:34 -08:00
Matt Bierner 516381065d Moving syntax and semantic event null checks into dispatcher 2018-03-08 17:01:34 -08:00
Matt Bierner 974d1084cd Make logging methods private 2018-03-08 17:01:34 -08:00
Matt Bierner e7672347fa Remove ITypeScriptServiceClientHost
Better decouple host from client
2018-03-08 17:01:34 -08:00
Matt Bierner a3562fa165 Use events to tell host about syntax diagnostics
Better decouple the language host from the language clients by using events instead of direct calls
2018-03-08 17:01:34 -08:00
Matt Bierner ba44dc249a Extract duplicated disposeall code 2018-03-08 17:01:34 -08:00
Matt Bierner e7d3746a56 Use memorize for channel 2018-03-08 17:01:34 -08:00
Matt Bierner 3ec9d1485a For let -> For const 2018-03-08 17:01:34 -08:00
Matt Bierner 82be8c8b01 Build with TS 2.7 (#45348)
* Pick up TS 2.7

* Fix formatter in build script

* Fix build error for ts 2.7

* Pick up new ts format and tslint versions

* Update lock

* use 2.7.2 for build

* Formatting
2018-03-08 16:58:32 -08:00
Rachel Macfarlane 54d1d53218 Move Feature Request before Performance Issue, fixes #45334 2018-03-08 16:20:49 -08:00
Rachel Macfarlane ede2d64b2f Vertically align closed/open icons in issue reporter, fixes #44660 2018-03-08 15:56:29 -08:00
Matt Bierner 0c8e31f14a Use memoize for documentSelector 2018-03-08 15:14:27 -08:00
Matt Bierner c9c2d9e80b Remove return statement snippets for ts
Fixes #45217

These snipepts do not add much value and do not seem like a good fit for core vscode
2018-03-08 15:14:27 -08:00
Rob Lourens a9dcb2c315 Revert whitespace formatting changes from 387f8153b5 2018-03-08 13:40:38 -08:00
Rob Lourens cc45527c52 For #43813 - Clean up Platform import 2018-03-08 12:22:42 -08:00
Rob Lourens 6634ff34c8 For #43813 - add null check for error 2018-03-08 12:19:23 -08:00
Rob Lourens 387f8153b5 For #43813 - retry rename when it fails with EPERM on windows, for 5s 2018-03-08 12:10:29 -08:00
Rob Lourens 0f5277a358 Properly wait for unzipped file handle to close - #43813 2018-03-08 11:26:42 -08:00
Daniel Imms 248107b96a vscode-xterm@3.3.0-beta4
- Underscore private vars
- Smooth alt buffer scrolling

Fixes #44647
2018-03-08 10:03:34 -08:00
isidor a1b581e80d layout: always make sure the sidebar with and panels have more than minimum values
fixes #42736
2018-03-08 18:27:51 +01:00
isidor 5df04daaef typo 2018-03-08 17:48:31 +01:00
isidor c08e38dbf3 debug: do not run prelaunch and postdebug tasks for automtic restarts
fixes #11522
2018-03-08 17:46:50 +01:00