Commit Graph

45944 Commits

Author SHA1 Message Date
Martin Aeschlimann
aadfc43a87 move workbench/themes to browser namespace 2019-02-13 23:24:29 +01:00
Martin Aeschlimann
18d81329b9 welcomePage: Use joinPath 2019-02-13 23:24:29 +01:00
Matt Bierner
04b758802d Exclude heap service from strict null check
Not clear why files under gc-signals source are being checking
2019-02-13 14:20:40 -08:00
Matt Bierner
7b850cfe0f Strict null check mainThreadHeapService 2019-02-13 14:20:40 -08:00
Matt Bierner
2224ce68da Strict null work for panels 2019-02-13 14:20:40 -08:00
Matt Bierner
8d3a399e19 Strict null work for watermark 2019-02-13 14:20:40 -08:00
Matt Bierner
c533c84917 Strict null check work in webview 2019-02-13 14:20:40 -08:00
Matt Bierner
52196594d0 Strict null fixes 2019-02-13 14:20:40 -08:00
Matt Bierner
9d667371a6 Strict null fixes related to activeEditor now possibly being undefined 2019-02-13 14:20:40 -08:00
Matt Bierner
ea755ec3d7 Annotate apis that can return undefined
Strict null work
2019-02-13 14:20:40 -08:00
Matt Bierner
94e6480fcb Strict null fixes in dialogService 2019-02-13 14:20:40 -08:00
Matt Bierner
194954925f Fixing some editor classes not having the same strict signatures as their interfaces 2019-02-13 14:20:39 -08:00
Matt Bierner
74dcffc4f1 Strict null check editorActions 2019-02-13 14:20:39 -08:00
Matt Bierner
221f14af2c Strict null work in saveErrorHandler
Supress access to arrays that we know are set earlier in the code
2019-02-13 14:20:39 -08:00
Matt Bierner
54bc4ffade Strict null work in fileActions 2019-02-13 14:20:39 -08:00
Peng Lyu
7bf13604ab update line height for all themes. 2019-02-13 13:17:26 -08:00
Martin Aeschlimann
60595b6285 CLI: --add stops working. Fixes #68595 2019-02-13 22:16:04 +01:00
Peng Lyu
9b5c127782 Update line height of comment title. 2019-02-13 12:09:01 -08:00
Martin Aeschlimann
f43718e6be remove debugger statement 2019-02-13 20:23:06 +01:00
Matt Bierner
7e4e409c52 Update js/ts grammar 2019-02-13 11:14:41 -08:00
Matt Bierner
aec4ced0b3 Strict null auto add 2019-02-13 11:14:41 -08:00
Matt Bierner
71ba76735d Merge pull request #68575 from mjbvz/fix-webview-focus-menu
Fix clicking on webviews does not dismiss custom title bar menu
2019-02-13 11:01:36 -08:00
Matt Bierner
5b98f71146 Fix webview deserialization potential crash 2019-02-13 10:47:56 -08:00
Sandeep Somavarapu
6e142bc42b Fix theme picker on install 2019-02-13 18:16:44 +01:00
SteVen Batten
7153ea456b fixes #67357 2019-02-13 17:56:42 +01:00
Johannes Rieken
0b21524f9c prep for #41882 2019-02-13 17:35:56 +01:00
Martin Aeschlimann
0e93f650d5 Files opened with openWindow are opening like folders. Fixes #68636 2019-02-13 16:49:45 +01:00
Sandeep Somavarapu
764cd960e6 Fix #68208 2019-02-13 16:48:30 +01:00
Martin Aeschlimann
6850012cf4 Merge pull request #67517 from kdy1/swcrc
Treat .swcrc file as json
2019-02-13 16:41:00 +01:00
Martin Aeschlimann
64797345c1 json: multiple selection ranges 2019-02-13 16:36:30 +01:00
Johannes Rieken
a45fb4099c make insets fit into layering scheme 2019-02-13 16:23:52 +01:00
Benjamin Pasero
d0e4fb537e fix #67632 2019-02-13 16:00:46 +01:00
Sandeep Somavarapu
9d405dc1f5 Fix #67813 2019-02-13 15:58:48 +01:00
Johannes Rieken
8d25e4b246 Merge pull request #66418 from rdeline/code-inset
Code inset feature
2019-02-13 15:54:45 +01:00
Benjamin Pasero
1b2325266c make #67357 better 2019-02-13 15:40:10 +01:00
Sandeep Somavarapu
d3b30f8b48 #67966 Group setting message and refresh together 2019-02-13 15:37:28 +01:00
Johannes Rieken
ac03e62afc last round of making changes smaller 2019-02-13 15:20:29 +01:00
SteVen Batten
ff31e405fb fixes #68558 2019-02-13 15:10:13 +01:00
Johannes Rieken
b49bf46bf2 remove api command for code insets 2019-02-13 14:51:32 +01:00
Johannes Rieken
58d2b5be06 disable event for now, remove extension location from provider 2019-02-13 14:46:31 +01:00
Sandeep Somavarapu
ffc221176f Fix #67371 2019-02-13 14:13:18 +01:00
Sandeep Somavarapu
f43423e401 fix compilations 2019-02-13 14:02:47 +01:00
Sandeep Somavarapu
73ec6713e9 - Install language pack extensions on all servers 2019-02-13 13:56:08 +01:00
Johannes Rieken
302533f605 strict null trouble 2019-02-13 12:58:25 +01:00
Johannes Rieken
a5f1ac7526 reduce amount of changes 2019-02-13 12:55:09 +01:00
Johannes Rieken
44b7588362 remove getNamedCustomer, connect MainThreadWebview with CodeInsetController 2019-02-13 12:47:46 +01:00
Johannes Rieken
aa204b0376 fix - keep webview alive when scrolling 2019-02-13 12:47:46 +01:00
Johannes Rieken
8246c1648f workbenchs/parts became workbench/contrib 2019-02-13 12:47:46 +01:00
Johannes Rieken
ace73c05b7 move rest code code inset to workbench out of (monaco) editor 2019-02-13 12:47:46 +01:00
Johannes Rieken
8d35ebb7d8 remove MainThreadWebviews hack 2019-02-13 12:47:46 +01:00