Skip to content

Commit 283fdab

Browse files
committed
turn off codeLens
1 parent ac513f4 commit 283fdab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/client/src/components/Editor/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export const Editor: React.FC = () => {
9999
quickSuggestions: {
100100
strings: true,
101101
},
102+
codeLens: false,
102103
},
103104

104105
...(path && { path }),

0 commit comments

Comments
 (0)