Prepare for 0.19.0

This commit is contained in:
Alex Dima 2019-12-20 21:38:35 +01:00
parent bc8541448a
commit ccfa555758
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
6 changed files with 1307 additions and 1129 deletions

View file

@ -453,7 +453,7 @@ function addPluginDTS() {
contents = [
'/*!-----------------------------------------------------------',
' * Copyright (c) Microsoft Corporation. All rights reserved.',
' * Type definitions for monaco-editor v'+MONACO_EDITOR_VERSION,
' * Type definitions for monaco-editor',
' * Released under the MIT license',
'*-----------------------------------------------------------*/',
].join('\n') + '\n' + contents + '\n' + extraContent.join('\n');