如何在vscode存储库中找到对应的提交到monaco-editor-core版本

时间:2019-02-21 10:16:02

标签: monaco-editor

如何将特定版本的monaco-editor-core映射回vscode存储库中的git commit?我想阅读从中构建发行版的源代码。

背景:我在实现自己对monaco编辑器的语言支持时遇到了一些麻烦,需要检查源代码。 npm软件包中的/esm/源代码很好,但是打字稿源代码更好。但是需要首先找到正确的git commit,vscode存储库变化如此之快。

1 个答案:

答案 0 :(得分:0)

我在这里得到了答案:https://github.com/Microsoft/monaco-editor/issues/1293

/min文件夹中文件的版权标头包含提交:

/*!-----------------------------------------------------------
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Version: 0.15.5(3d42593a5844407ab71d47b348ea3a8de5fec848)
 * Released under the MIT license
 * https://github.com/Microsoft/vscode/blob/master/LICENSE.txt
 *-----------------------------------------------------------*/