提交 4d512b26 编写于 作者: J Johannes Rieken

mark `commit` as optional, #34523

上级 b1c38faa
......@@ -18,7 +18,7 @@ export interface IProductConfiguration {
downloadUrl: string;
updateUrl?: string;
quality?: string;
commit: string;
commit?: string;
date: string;
extensionsGallery: {
serviceUrl: string;
......@@ -86,4 +86,4 @@ if (process.env['VSCODE_DEV']) {
product.dataFolderName += '-dev';
}
export default product;
\ No newline at end of file
export default product;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册