Nick
Nick
Doing more testing this is related to ignored workspaces when user is remote ssh into a vscode instance #36 This prob be fixed apart of this issue
Yea had the same error changing that fixed it for me
Hey @xhayper, Here are my settings. There also looks to be a regression. Now it only shows idle and not the ignoreWorkspacesText. When going to a new file it then...
@xhayper I did some digging into this. What it appears to be is that `dataClass.workspaceFolder` returns undefined https://github.com/leonardssh/vscord/blob/b3c4ae021e1c3622be12488c9b179480d9efafda/src/activity.ts#L105 which checks the `const uri = window?.activeTextEditor?.document.uri;` which is undefined https://github.com/leonardssh/vscord/blob/b3c4ae021e1c3622be12488c9b179480d9efafda/src/data.ts#L91 Causing...
@xhayper Maybe this is actually an issue with the vscode npm plugin My one thought which would be kinda quick and dirty would be to regex whatever value is the...
Yea that why I was saying idk how to get multiple workspaces to see if there is some sort of index or order to it
So been thinking about this and poking around the vscode API docs. We can figure out if something is a remote by looking at the `remoteName` in the env. If...
Happy to help in anyway, not sure what u want me to do wtih the docs if you wanna talk about it more. Explain it here or u can add...
https://github.com/leonardssh/vscord/commit/43e6d1069e09 MoonScript needs a icon
I'm also facing this issue on cloudlfare cdn works fine in local or not through cloud flare as soon as it goes through cloud flare falls over. Unsure what is...