We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5616d9 commit ea4e023Copy full SHA for ea4e023
1 file changed
packages/sumi-core/src/common/types.ts
@@ -51,7 +51,7 @@ export interface RuntimeConfig {
51
/**
52
* 文件系统配置
53
*/
54
- filesystem: FileSystemConfiguration;
+ filesystem?: FileSystemConfiguration;
55
56
* 文档保存事件
57
* @param data.filepath 文档相对工作空间路径
0 commit comments