From 8923a98bb9a07e947411cd9de83389b61ab7e247 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Fri, 6 Sep 2024 10:47:47 -0400 Subject: [PATCH] Show decompiled content directly on opened classfile. Signed-off-by: Roland Grunberg --- src/javaClassEditor.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/javaClassEditor.ts b/src/javaClassEditor.ts index 053593c25..2cf0f6bd0 100644 --- a/src/javaClassEditor.ts +++ b/src/javaClassEditor.ts @@ -41,16 +41,9 @@ export class JavaClassEditorProvider implements vscode.CustomReadonlyEditorProvi ${style} -
-

This file is not displayed in the text editor because it is a Java class file. Click here to decompile and open.

- -