update - move to browser (#80806)

* web update - first cut service

* web update - move update contribution to browser

* update - tweak settings
This commit is contained in:
Benjamin Pasero
2019-09-12 17:53:35 +02:00
committed by GitHub
parent 5e417f3d22
commit f6df256c60
20 changed files with 631 additions and 541 deletions

View File

@@ -219,6 +219,9 @@ import 'vs/workbench/contrib/format/browser/format.contribution';
// Themes
import 'vs/workbench/contrib/themes/browser/themes.contribution';
// Update
import 'vs/workbench/contrib/update/browser/update.contribution';
// Watermark
import 'vs/workbench/contrib/watermark/browser/watermark';