理念圈

Results 15 comments of 理念圈

@bpasero > ``` > INFO > [Working Copies] > file:///d:/RM/docs/advanced/function.md (typeId: ) > ● file:///d:/RM/docs/advanced/function.md (typeId: ) > > [Backups] > > ``` you mean this? It's the same as...

> When you reload the window, does this editor then open as dirty? What exactly does it mean, "as dirty"? By the way, I was still working on it so...

Something in console after the extension crashed: > workbench.desktop.main.js:sourcemap:810 Julia Extension: Please contact us! Your extension just crashed with a bug that we have been trying to replicate for a...

> What I was trying to say is, when you restart VSCode, does it show the file function.md like this with a black dot: nope, it's very plain

actually, when i run `code --disable-extensions`, it shows "2 unsaved" with a black dot, i clicked save and it's fine yellow, but it still says "1 unsaved"

> does this go away? what "this"? the tag never goes away by the way my computer just crashed due to lack of memory, so there's probably some memory leak

@bpasero Well, today when I opened vscode, the file is yellow with a dot and a "1 unsaved" tag. So I clicked save, and a notification says something like "new...

Well, the issue reappeared when I'm editing another file (julia code). I can't see any pattern here.

Disabling extension fixes this one, so I guess it's a bug that julia-extension and markdown-buitlin-utility both shares, which may due to a bug in a special API-use function. > try...

@MichaelHatherly Well, I thought you can run the code yourself. ```jl ERROR: StringIndexError: invalid index [18], valid nearby indices [17]=>'文', [20]=>'字' Stacktrace: [1] string_index_err(s::String, i::Int64) @ Base .\strings\string.jl:12 [2] getindex_continued(s::String,...