Commit graph

38249 commits

Author SHA1 Message Date
Alex Dima
c16beede9d Fixes #56160 2018-08-12 15:48:53 +02:00
Alex Dima
f1cbb9d22c Fix NPE uncovered in theme sample 2018-08-12 15:48:34 +02:00
Alex Dima
f6cf2af556 Add workaround for #56151 2018-08-12 15:48:25 +02:00
Alex Dima
dd2a752c09 Don't ship unnecessary files in /esm/ 2018-08-12 15:48:15 +02:00
Alex Dima
1241118728 Fix compilation errors 2018-08-12 15:48:06 +02:00
Alex Dima
399a80f42a Remove unnecessary declarations 2018-08-12 15:47:52 +02:00
Alex Dima
933c8d4b06 Bring back nls bundles for the editor 2018-08-12 15:46:41 +02:00
Alex Dima
3c7b9a8c55 Create the ESM distribution from the tree shaken sources 2018-08-12 15:46:32 +02:00
Alex Dima
089ac7df3b Fixes Microsoft/monaco-editor#973 2018-08-12 15:46:20 +02:00
Alex Dima
34ca4c78b2 Handle Promise errors caused by cancellation 2018-08-12 15:45:27 +02:00
Benjamin Pasero
27f5d0e079 Merge branch 'master' into aeschli/fileuri-arguments 2018-08-12 08:38:24 +02:00
Martin Aeschlimann
67468c4756 Seti file icon theme: support more "todo" files. Fixes #56143 2018-08-11 21:03:13 +02:00
Rob Lourens
9354a17a19 #55803 - get rid of focus maintaining hack, allow refreshing single setting rows 2018-08-11 08:30:26 -07:00
Rob Lourens
470515e919 Settings editor - split out settingsTreeModels.ts 2018-08-11 08:30:26 -07:00
Rob Lourens
8dda8cb9db Settings editor - reduce SearchResultModel special-casing 2018-08-11 08:30:25 -07:00
Rob Lourens
3833a3de6a Settings editor - don't run search on '@' 2018-08-11 08:30:25 -07:00
Rob Lourens
e7871ead4e #55803 - Don't refresh a setting currently being edited 2018-08-11 08:30:25 -07:00
Benjamin Pasero
03cfde3d68 fix build 2018-08-11 10:56:09 +02:00
Jackson Kearl
3e591c006c Reset on null entry to null defualt valued entry 2018-08-10 19:27:05 -07:00
Jackson Kearl
0ec983bd9e Add nullable numbers and validation for nullable numbers 2018-08-10 19:11:14 -07:00
Ramya Achutha Rao
8e6c09cdae The built in views are not used during search 2018-08-10 17:41:04 -07:00
Ramya Achutha Rao
aae9cd355e Extensions in Preferences menu #56042 2018-08-10 17:37:54 -07:00
Jackson Kearl
01c4ac8163 Merge branch 'master' of https://github.com/Microsoft/vscode into settings-validation 2018-08-10 17:01:31 -07:00
Jackson Kearl
74b501b91f
Fix settings monaco clipping in 'wide' mode (#56177) 2018-08-10 16:22:56 -07:00
SteVen Batten
c7d930900f fixes #54058 2018-08-10 16:11:20 -07:00
Jackson Kearl
f7de4dab37 Remove unused 2018-08-10 16:08:41 -07:00
Jackson Kearl
a19b523e5a Add MessageBox-styled validation 2018-08-10 16:03:18 -07:00
Martin Aeschlimann
f6f4d3f5d7 [themes] When exiting High Contrast, restore previous color theme. Fixes #46862 2018-08-10 23:48:13 +02:00
Martin Aeschlimann
da1b0b3830 [theme] only restore colors if base theme matches 2018-08-10 23:48:05 +02:00
Joao Moreno
37755faeb6 tree: fix expand/collapse 2018-08-10 23:15:45 +02:00
Jackson Kearl
5e37f92880
Extract autosuggest editor to own class; bring into settings (#55924)
* Extract autosuggest editor to own class;
bring into settings

* Remove unused css. Fix clipping issue.

* Autosuggest -> suggest

* Remove rounded selections from suggest inputs
2018-08-10 12:47:51 -07:00
Peng Lyu
753c832fdd Re Microsoft/vscode-pull-request-github#171. 2018-08-10 12:45:18 -07:00
Ramya Rao
a220dfe9f2
Move sticky to suggestController (#56123)
* Move sticky to suggestController

* Style check
2018-08-10 11:06:37 -07:00
Rob Lourens
271a56a051 Bump node2 2018-08-10 10:44:27 -07:00
Rob Lourens
9a7e4ed8b6 Remove 'workbench.settings.tocVisible' setting 2018-08-10 10:44:12 -07:00
Christof Marti
97ed476233 Missing checks (#29096) 2018-08-10 18:09:06 +02:00
Martin Aeschlimann
6203d525f1
Merge pull request #56157 from Microsoft/aeschli/seti-update
Update seti icon theme to 1.11.0
2018-08-10 18:00:24 +02:00
Martin Aeschlimann
3e4685d87d move initial back-/foreground to rapid render code (fixes #55677) 2018-08-10 16:56:27 +02:00
Joao Moreno
35788350ba tree: reveal when focusing 2018-08-10 16:54:36 +02:00
Christof Marti
efea735f9d Compile it (#29096) 2018-08-10 16:46:43 +02:00
Christof Marti
839a40edb3 Avoid Uri.parse('') 2018-08-10 15:54:22 +02:00
Christof Marti
4c71656f5d Remove dead code (#29096) 2018-08-10 15:29:01 +02:00
Joao Moreno
b3ae767998 remove cancel calls from cache, extension editor
related to #56137
2018-08-10 15:11:06 +02:00
Joao Moreno
e34098dee3 remove promise.cancel from treeView
related to #56137
2018-08-10 15:11:06 +02:00
Christof Marti
8daf1f2366 Use QuickInput (#29096) 2018-08-10 15:04:34 +02:00
Benjamin Pasero
cd1f0f2758 debt - remove nsfw from build dependencies 2018-08-10 14:58:42 +02:00
Christof Marti
87f890a9eb Automate border choice (#29096) 2018-08-10 14:54:16 +02:00
Christof Marti
26a756c5c6 Restore active item when filter is cleared (#29096) 2018-08-10 14:24:29 +02:00
Christof Marti
b9d1534d79 Update smoke test (#29096) 2018-08-10 14:24:29 +02:00
Joao Moreno
1ed580c82a remove promise.cancel from list paging
related to #56137
2018-08-10 14:20:26 +02:00