Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #669 from Shopify/vs/enable_code_lens_by_default
Browse files Browse the repository at this point in the history
Enable code lens by default
  • Loading branch information
vinistock authored Jul 14, 2023
2 parents 61ad9e5 + d579d39 commit 8366b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"codeLens": {
"description": "Enable code lens, which generates clickable text to enrich editor experience (run tests, open Gem pages, ...)",
"type": "boolean",
"default": false
"default": true
},
"definition": {
"description": "Enable go to definition, which navigates to the definition of the symbol under the cursor",
Expand All @@ -156,7 +156,7 @@
"selectionRanges": true,
"semanticHighlighting": true,
"completion": true,
"codeLens": false,
"codeLens": true,
"definition": true
}
},
Expand Down

0 comments on commit 8366b50

Please sign in to comment.