Commit graph

31148 commits

Author SHA1 Message Date
Alex Dima 8a80b8c839 Simplify WinJS usage 2018-03-15 14:42:33 +01:00
Alex Dima c2fd3c652d Make modules ES6 friendly 2018-03-15 14:42:16 +01:00
Sandeep Somavarapu 690d49be48 Fix #44601 2018-03-15 18:36:12 +05:30
Christof Marti 61bcfcea87 Add 1.21.1 to calendar 2018-03-15 12:05:47 +01:00
Martin Aeschlimann 3fb9d70dbe editorOverviewRuler colors should use transparency. For Microsoft/vscode#45710 2018-03-15 11:58:06 +01:00
Johannes Rieken 8d022273dd add DiagnosticRelatedInformation, #10271 2018-03-15 11:43:31 +01:00
isidor 16e82731a1 fix build error 2018-03-15 11:15:42 +01:00
isidor 276e2dfdd4 composite bar: when removing composite remove it fully
fixes #45829
2018-03-15 10:56:08 +01:00
Sandeep Somavarapu 22563968ef Fix #45811 2018-03-15 15:17:17 +05:30
Dirk Baeumer fdb8bc6050 Fixes #36588: TypeScript build task fails when path to tsconfig.json file has spaces 2018-03-15 10:35:35 +01:00
Johannes Rieken 509b8084d4 don't leak vs/nls into workers, #45839 2018-03-15 10:11:12 +01:00
Benjamin Pasero cbc9f8e2ee fix #45831 2018-03-15 10:05:12 +01:00
Sandeep Somavarapu ca42cfde0c Fix #45813 2018-03-15 13:56:49 +05:30
Matt Bierner 27256832f3 Revert "Avoid using import x = require('...')"
This reverts commit 7de696a202.

Seems to have broken loading vs/nls in at least one case in insiders
2018-03-15 00:47:33 -07:00
Matt Bierner a9e52b060c Remove minSize and maxSize as they are unusde 2018-03-15 00:47:32 -07:00
Matt Bierner 192682d221 Remove builder border methods
Only used in tests
2018-03-15 00:47:32 -07:00
Matt Bierner 3f99a49f1d Mark fields readonly 2018-03-15 00:47:32 -07:00
Matt Bierner 645c459c66 Extract duplicate contribution loading logic 2018-03-15 00:47:32 -07:00
Matt Bierner 28c8990e3a Use _ prefix for private 2018-03-15 00:47:32 -07:00
Matt Bierner 0a8bb47d75 Mark fields readonly 2018-03-15 00:47:31 -07:00
Sandeep Somavarapu ec0e23bd43 Fix #42402 2018-03-15 13:03:15 +05:30
Matt Bierner 1127d67e95 Fix checkjs errors 2018-03-14 23:56:14 -07:00
Benjamin Pasero b032e6b8cf Auto save "onFocusChange" and saving as admin is hard (fixes #45827) 2018-03-15 07:43:04 +01:00
Rob Lourens 02def72023 Bump node2, fixes #44785 2018-03-14 22:14:26 -07:00
Ramya Achutha Rao a406976823 Upstream bug fix for Fixes #44256 2018-03-14 19:13:41 -07:00
André Weinand 5891a5dfd9 node-debug@1.22.3 2018-03-15 00:09:55 +01:00
Matt Bierner fe81ed4957 Fix null deref on webview container
Fixes #45807
2018-03-14 15:22:08 -07:00
Matt Bierner 151ba0b0ee Don't try parsing undefined as json
Fixes #45804
2018-03-14 15:12:29 -07:00
Rob Lourens 22f49f8c93 Improve migrating from split include/exclude inputs to the new merged one 2018-03-14 15:03:50 -07:00
Martin Aeschlimann 4c8fae3cca [html] format 2018-03-14 23:02:04 +01:00
Martin Aeschlimann fb4f66dc11 [html] limit ranges 2018-03-14 22:56:30 +01:00
Matt Bierner 7de696a202 Avoid using import x = require('...')
Don't use this import form in places where it is not needed. This prevents us from correctly detecting duplicate imports
2018-03-14 14:45:59 -07:00
Matt Bierner 81767beaca Make Event a named export
There are many places in the code that do `import Event, { ...} from '.../event'`.
2018-03-14 14:25:30 -07:00
Matt Bierner fe6cab7118 Disallow the non-generic version of Registry.as
We should always require an explicit type for this
2018-03-14 14:05:02 -07:00
Matt Bierner f94cea3742 Mark private emitters as readonly 2018-03-14 13:57:38 -07:00
Matt Bierner adcf6b2ddb Mark public event properties readonly 2018-03-14 13:54:41 -07:00
Matt Bierner 585cda3e5d More property readonly marking 2018-03-14 13:48:38 -07:00
Matt Bierner dd0e137303 Clean up 2018-03-14 11:43:20 -07:00
Matt Bierner 82084be1bc Switch to use vscode-resource scheme in webviews
Fixes #45784
2018-03-14 11:25:40 -07:00
Martin Aeschlimann a2ac383fba
Merge pull request #45756 from zikalino/zims-yml-default-extension
make sure yml extesion is default for yaml files
2018-03-14 18:15:44 +01:00
isidor ae60622007 explorer: better message for root move
fixes #44551
2018-03-14 17:57:37 +01:00
isidor ffcc105bcb debug: polish inline values scheduler work 2018-03-14 17:52:45 +01:00
Johannes Rieken 8ed4f456d0 use #region in proposed API 2018-03-14 17:48:24 +01:00
Isidor Nikolic 3853162597
Merge pull request #45731 from nojvek/inline-values
updateInlineDecorations when model content changes
2018-03-14 17:41:18 +01:00
Joao Moreno 572079a2f3 fix npe 2018-03-14 17:10:37 +01:00
Johannes Rieken b4d91dea77 first steps in rendering related diagnostic information, #10271 2018-03-14 17:00:33 +01:00
Noj Vek aff222c249 Use scheduler
Also rename fns and consts to have less ambiguous`InlineValueDecorations` suffix
2018-03-14 08:50:59 -07:00
Benjamin Pasero d43d9674ee macOS: cannot quit with 0 windows open from dock anymore (fixes #45776) 2018-03-14 16:46:17 +01:00
Martin Aeschlimann 6804f4d9cd [html] update dependencies, extract folding, folding tests 2018-03-14 15:53:24 +01:00
Johannes Rieken a4c05af8a3 better fix for #45561 2018-03-14 15:46:47 +01:00