darkred
darkred
Thank you for clarifying! Here (using Chrome Canary) : web-ext with the --verbose flag ``` C:\refined-github>web-ext run --target=chromium --verbose [program.js][info] Version: 6.0.0 [program.js][debug] Discovering config files. Set --no-config-discovery to disable...
> @darkred If you change `./test/web-ext-profile` to `.\\test\\web-ext-profile` in package.json, do you see any different results? No, unfortunately it's the same:, the `web-ext-profile` directory remains after disconnect.
> @darkred If you change `./test/web-ext-profile` to `.\\test\\web-ext-profile` in package.json, do you see any different results? Correction: with that change, the directory is now indeed created inside %temp%, in fact...
@Rob--W Based on my previous comment, shouldn't the large folder in %temp% also be deleted after web-ext disconnects? (I changed keepProfileChanges to `false` in package.json)
> Startup window is shown when the application loads earlier stored data and shows progress of this process. I understand that you use it to show to the user that...
Thanks for replying. I mentioned this, hoping that maybe it could be possible to remove it without breaking things. I see that's not possible, i.e. that's necessary, so I'm closing...
That would be great!
Using the `selector` setting in SublimeLinter fixes the issue: ```json "linters": { "xo": { "selector": "source.tsx, meta.import.tsx, keyword.control.import.tsx" } } } ``` Sorry for the noise.
Yes, exactly that.
> How about we make an opt-out option that automatically gets added by the installer. We can make this into a cascading menu with an option to opt-out. I think...