We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0d776 commit d7331b2Copy full SHA for d7331b2
editors/code/src/main.ts
@@ -193,7 +193,7 @@ async function patchelf(dest: PathLike): Promise<void> {
193
await vscode.window.withProgress(
194
{
195
location: vscode.ProgressLocation.Notification,
196
- title: "Patching rust-analysis for NixOS"
+ title: "Patching rust-analyzer for NixOS"
197
},
198
async (progress, _) => {
199
const patchPath = path.join(os.tmpdir(), "patch-ra.nix");
0 commit comments