Jeff Schwab

Results 5 comments of Jeff Schwab

It looks like there's a bunch of similar /next/ links. Would it be safe and advisable to remove the next/ part of all of them? ```sh $ git grep -l...

With great power comes great responsibility. It's up to you now, @alajmo.

> ``` > const { emit: originalEmit } = process; > process.emit = (event, error) => event === 'warning' && error.name === 'ExperimentalWarning' ? false : originalEmit.apply(process, arguments); > ```...

Thanks, @MiWeiss. As of the most recent commit, this project is explicitly distributed under the Apache 2 license.

It would be lovely if such a feature were also available for `.lsp.json`. Projects that share `rust-analyzer.command` often need different `initializationOptions.linkedProjects`.