Skip to content

Commit

Permalink
add deno code lens
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 9, 2024
1 parent c7520e7 commit 63338df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"files.autoSave": "afterDelay",
"editor.fontSize": 16,
"editor.fontFamily": "'Ricty Diminished Discord with Fira Code', 'PragmataPro Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.tabSize": 2
"editor.tabSize": 2,
"deno.codeLens.implementations": true,
"deno.codeLens.references": true,
"deno.codeLens.referencesAllFunctions": true,
"deno.codeLens.test": true
}

0 comments on commit 63338df

Please sign in to comment.