简体   繁体   中英

How do i disable Run | Debug option coming in java main class file in Visual Studio code

Whenever I am writing java program with main class(public static void main) it shows Run | Debug option in visual studio code. How can i hide or disable this from coming?

I can run using F5 or Run java file so wanted to get rid of this.

see below:

在此处输入图像描述

Disable codelens option in vs code settings and it worked. This solution is suggested by @rioV8.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM