microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.9k stars 29.52k forks source link

VSCode keeps opening up instances when running code #234439

Open Ale653 opened 1 week ago

Ale653 commented 1 week ago

I just started using vscode on my macbook wich is running macos 15. I have been running code for a few times trying to figure out whats wrong burt I cannot find it. The code is:

/*

package com.mycompany.class_51;

/*

//Mouse listener has different mouse properties(click, click and hold, click and drag, click, hold and release, hover ...) Button B1= new Button("herksgfhilasdjhflajshdflkj"); B1.setBounds(100, 100, 50, 60); F.add(B1); B1.addActionListener(new Class_51());

L= new Label();
L.setBounds(200, 100, 50, 100);
F.add(L);

}
public static void main(String[] args) {
    System.out.println("Hello World!");
new Class_51();
}

@Override
public void actionPerformed(ActionEvent e) {
    L.setText("oieaYAYhqnoHURRAHurrarmhghsdfgb");

}

}

dbaeumer commented 6 days ago

@Ale653 can you please add a screen cast demoing what you are seeing with a description what you expected to happen.

Ale653 commented 1 day ago

@Ale653 can you please add a screen cast demoing what you are seeing with a description what you expected to happen.

Dont worey ab it I changed apps