From 94dc31a9a859ce8cefbe54a678dee2567518f0c0 Mon Sep 17 00:00:00 2001 From: Daniel Jaramillo Date: Mon, 2 Dec 2024 00:38:07 -0800 Subject: [PATCH] fix(docs): fix misspelling of lens in vscode.md Addressing 2 misspellings of "lens" (not "lense") in the docs. --- runtime/reference/vscode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/reference/vscode.md b/runtime/reference/vscode.md index 484526452..ad861e41f 100644 --- a/runtime/reference/vscode.md +++ b/runtime/reference/vscode.md @@ -242,7 +242,7 @@ You will see a code lens just above the test: ▶ Run Test ``` -If you click on the code lense, the extension will start up the Deno CLI to run +If you click on the code lens, the extension will start up the Deno CLI to run the test for you and display the output. Based on your other settings, the extension will try to run your test with the same settings. If you need to adjust the arguments provided when doing `deno test`, you can do so by setting @@ -264,7 +264,7 @@ denoTest({ If you want to disable this feature, you can do so by un-setting the **Deno > CodeLens: Test** setting - `deno.codeLens.test`. -You can run tests from the Test Explorer view, from the code lense decorations, +You can run tests from the Test Explorer view, from the code lens decorations, or via the command palette. You can also use the filter function in the Text Explorer view to exclude certain tests from a test run.