Benjamin Pasero

Results 424 comments of Benjamin Pasero

@codebytere yes disregard, that seems to work. What does not seem to work is to disable the accent color when it is set in Windows, but that seems fine to...

opened: https://github.com/electron/electron/issues/47584

I think the main difference is that (to my knowledge) on Linux recursive file watching requires to install a watcher per folder, so you need to recursively go down the...

@mjbvz this is still happening, it looks like paths can also end with a `^`: ``` /Users/bpasero/Development/Microsoft/vscode/^ ``` **Steps:** * run out of sources * in `EventName.createDirectoryWatcher` and `EventName.createFileWatcher` print...

Maybe rename events could be emitted by parcel watcher in case the underlying OS library supports it?

@mmkal with multi root workspaces we have a new way of defining settings without having to check them in. Currently only available in insiders (https://code.visualstudio.com/insiders/) you can save a workspace...

I like the idea of multi-select!

Interesting note from watchman: https://github.com/facebook/watchman/blob/cb0b42bae13a4276ec01d6bf1457cab883137b17/website/docs/troubleshooting.md#L192-L221 > FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21) > Nobody outside of Apple is sure what precisely this means, but it indicates that the fsevents...

@devongovett yeah, thats a great point and we have mechanisms in place to try to reduce overlapping watches in VS Code. As a workaround I will improve our de-duplication to...

@meganrogge I see, a suggested fix in https://github.com/microsoft/vscode/pull/249511 Next time, please feel free to just reach out to me to ask for advice, that lint rule is obviously not catching...