Skip to content

Commit

Permalink
fix: update RuntimeConfig.workspace.filesystem to non-required (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaojuan authored Aug 16, 2024
1 parent b5616d9 commit ea4e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sumi-core/src/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface RuntimeConfig {
/**
* 文件系统配置
*/
filesystem: FileSystemConfiguration;
filesystem?: FileSystemConfiguration;
/**
* 文档保存事件
* @param data.filepath 文档相对工作空间路径
Expand Down

0 comments on commit ea4e023

Please sign in to comment.