Skip to content

Commit

Permalink
feat: exclude original quickinfo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Oct 4, 2022
1 parent f0df6f5 commit 3d7eb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function init(modules: { typescript: typeof import("typescript/lib/tsserverlibra
}

function getConfig(config: any) {
const includeOriginal = config.includeOriginal ?? true
const includeOriginal = config.includeOriginal ?? false

return {
multilineObjectLiterals: config.multilineObjectLiterals ?? true,
Expand Down

0 comments on commit 3d7eb09

Please sign in to comment.