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 |
|
Joao Moreno
|
6b7d8721f2
|
fixes #45763
|
2018-03-14 14:58:52 +01:00 |
|
Johannes Rieken
|
9720e982d6
|
let F8 only visit errors and warnings, #44141
|
2018-03-14 14:42:16 +01:00 |
|
Johannes Rieken
|
904bd6e5ed
|
only show errors and warnings in explorer, #44141
|
2018-03-14 14:39:40 +01:00 |
|
Joao Moreno
|
cc11eb00ba
|
update gulp-atom-electron
|
2018-03-14 14:17:42 +01:00 |
|
Joao Moreno
|
2bd6ccd11e
|
fix indentation
|
2018-03-14 14:17:42 +01:00 |
|
Johannes Rieken
|
5fa4641b10
|
allow to query for certain severities, #44141
|
2018-03-14 14:14:27 +01:00 |
|
Johannes Rieken
|
185630f925
|
add MarkerSeverity, #44141
|
2018-03-14 13:23:09 +01:00 |
|
Sandeep Somavarapu
|
0a165e8815
|
Fix #42401
|
2018-03-14 17:44:51 +05:30 |
|
zikalino
|
c4e97b6b7f
|
make sure yml extesion is default for yaml files
|
2018-03-14 20:11:58 +08:00 |
|