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 564911c commit 9212a25Copy full SHA for 9212a25
src/formatter-settings/index.ts
@@ -170,10 +170,10 @@ export class JavaFormatterSettingsEditorProvider implements vscode.CustomTextEdi
170
}
171
172
private async initialize(document: vscode.TextDocument): Promise<boolean> {
173
+ this.exampleKind = ExampleKind.INDENTATION_EXAMPLE;
174
if (!await this.checkRequirement() || !await this.checkProfileSettings() || !await this.parseProfileAndUpdate(document)) {
175
return false;
176
- this.exampleKind = ExampleKind.INDENTATION_EXAMPLE;
177
this.webviewPanel?.webview.postMessage({
178
command: "changeReadOnlyState",
179
value: this.readOnly,
0 commit comments