From 866c2ebb9db404f3eaf87634bec8eeca60a9cf99 Mon Sep 17 00:00:00 2001 From: Ebrahim Date: Tue, 13 May 2025 14:59:00 +0300 Subject: [PATCH] Fix typo in quickFix.ts and ensure correct grammar in references-view README --- extensions/references-view/README.md | 10 +++++----- .../src/languageFeatures/quickFix.ts | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/references-view/README.md b/extensions/references-view/README.md index d56db299cae..6a4f08bbf1f 100644 --- a/extensions/references-view/README.md +++ b/extensions/references-view/README.md @@ -2,10 +2,10 @@ This extension shows reference search results as separate view, just like search results. It complements the peek view presentation that is also built into VS Code. The following features are available: -* List All References via the Command Palette, the Context Menu, or via Alt+Shift+F12 -* View references in a dedicated tree view that sits in the sidebar -* Navigate through search results via F4 and Shift+F4 -* Remove references from the list via inline commands +- List All References via the Command Palette, the Context Menu, or via Alt+Shift+F12 +- View references in a dedicated tree view that sits in the sidebar +- Navigate through search results via F4 and Shift+F4 +- Remove references from the list via inline commands ![](https://raw.githubusercontent.com/microsoft/vscode-references-view/master/media/demo.png) @@ -21,7 +21,7 @@ This extension ships with Visual Studio Code and uses its issue tracker. Please # Contributing -This project welcomes contributions and suggestions. Most contributions require you to agree to a +This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. diff --git a/extensions/typescript-language-features/src/languageFeatures/quickFix.ts b/extensions/typescript-language-features/src/languageFeatures/quickFix.ts index f724cfd8c44..8da3ab3ee92 100644 --- a/extensions/typescript-language-features/src/languageFeatures/quickFix.ts +++ b/extensions/typescript-language-features/src/languageFeatures/quickFix.ts @@ -450,7 +450,7 @@ class TypeScriptQuickFixProvider implements vscode.CodeActionProvider { if (x === diagnostic) { return false; @@ -479,7 +479,7 @@ class TypeScriptQuickFixProvider implements vscode.CodeActionProvider([ // Missing async