We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477f215 commit 38f82e1Copy full SHA for 38f82e1
1 file changed
server/src/server/handlers/languageHandlers.ts
@@ -189,7 +189,9 @@ export class LanguageHandlers extends YamlLanguageHandlers {
189
* Called when the formatter is invoked
190
* Returns the formatted document content using prettier
191
*/
192
- formatterHandler(formatParams: DocumentFormattingParams): Promise<TextEdit[]> {
+ formatterHandler(
193
+ formatParams: DocumentFormattingParams
194
+ ): Promise<TextEdit[]> {
195
const uri = formatParams.textDocument.uri;
196
const document = this.cfnSettings.documents.get(uri);
197
0 commit comments