bogobogo

Results 8 comments of bogobogo

The very ugly FSManager class: https://github.com/wix-incubator/codio/blob/master/vscode/src/filesystem/FSManager.ts I am basically using the `fs`, `path` and `os` libraries directly from node to modify the filesystem. FileSystemProvider was added after my initial POC...

I will check in with the team and get back to you on this

@bradydowling Totally agree with you on this. VSCode has a way to register a custom display for custom file extensions, so one thing we could do is open a page...

@bradydowling Interesting, It seems to work for me. Can you check if VSCode has access to your microphone? My theory is that maybe at some point you denied VSCode the...

https://github.com/MicrosoftDocs/live-share/issues/3254 seems related

Thanks @sep2 for the quick and detailed response. #### Mutability and Immutability I see what you are saying regarding mutability and react. I have personally had positive experiences with mobx...

Hey @sep2, Thanks for the detailed answer! I will try to implement Option 2 at some point in the future but it might take some time since I have quite...