mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
feat(filesystem): enhance local mount path normalization and improve virtual path handling in agent filesystem
This commit is contained in:
parent
c1a07a093e
commit
1e9db6f26f
3 changed files with 96 additions and 57 deletions
|
|
@ -89,7 +89,7 @@ export function SourceCodeEditor({
|
|||
onChange={(next) => onChange(next ?? "")}
|
||||
loading={
|
||||
<div className="flex h-full w-full items-center justify-center">
|
||||
<Spinner size="sm" className="text-muted-foreground" />
|
||||
<Spinner size="md" className="text-muted-foreground" />
|
||||
</div>
|
||||
}
|
||||
beforeMount={(monaco) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue