Chris

Results 102 comments of Chris

This might change when the [timeline feature](https://code.visualstudio.com/updates/v1_42#_timeline-providers) is released.

It is because electron providers [origional-fs](https://www.electronjs.org/docs/tutorial/application-packaging#treating-an-asar-archive-as-a-normal-file) without `asar` support. We need it without `asar` support for people building electron projects in their SVN repos But in VS Code remote it...

If its a case of it needing to be published to a different marketplace then sure. But if it needs any modifications then unless someone is willing to make them...

All vsix files can be found at https://github.com/JohnstonCode/svn-scm/releases

@AHilyard "liberal use of replace()" :D love it. But yes correct

`getOpenRepository` is what is causing the performance hit. Im assuming very large checked out projects and that is why only some people are having the issue

Does your project have many externals?

Think i might have a fix for this

@AHilyard Can you try setting `svn.detectExternals` and `svn.detectIgnored` to `false` and see if that helps

@edgardmessias Do you think `scanExternals` and `scanIgnored` should be debounced?