Skip to content

Commit

Permalink
chore: set hover verbosity to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Nov 8, 2024
1 parent c95a4c2 commit 612967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snyk/common/languageServer/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class LanguageServerSettings {
requiredProtocolVersion: `${PROTOCOL_VERSION}`,
folderConfigs: configuration.getFolderConfigs(),
enableSnykOSSQuickFixCodeActions: `${configuration.getPreviewFeatures().ossQuickfixes}`,
hoverVerbosity: 0,
hoverVerbosity: 1,
};
}
}

0 comments on commit 612967d

Please sign in to comment.