We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a16c8 commit 6cd58faCopy full SHA for 6cd58fa
src/extension.ts
@@ -88,7 +88,7 @@ export async function activate(context: ExtensionContext) {
88
}
89
90
// Configure print width.
91
- args.push(`--print-width=${config.get<number>("maximumLineWidth")}`)
+ args.push(`--print-width=${config.get<number>("printWidth")}`)
92
93
// There's a bit of complexity here. Basically, if there's an open folder,
94
// then we're going to check if the syntax_tree gem is inside the bundle. If
0 commit comments