VS Code Window not responding Mac OS 10.14.6 - visual-studio-code

I get an error popup "The window is not responding" at startup.
Asks to close, wait or reopen. Nothing seems to happen after, just the same windows pops up.
This started after I rebooted the computer after first install. I was able to write some practice files but now it wont go past this window.
Ive tried uninstalling using Appcleaner, deleting everything, clean OS install as well.
Running Mac OS 10.14.6 Mojave on an Intel MBP
Please help, I'm just getting started with this.

Related

Mac M1 chip machine, Mac OS BigSur Version 11.5.1 having problem with eclipse app. Its not opening after restarting machine

I Installed eclipse on my new mac m1 chip machine, It was working fine until I restart my machine. After restart the machine, the eclipse app is not opening also no error is shown in the display..
I am trying to open the app in terminal I am getting the following error
rosetta error: /var/db/oah/223263137464320_223263137464320/27e2cf6e452a44ee1a3ccc20e0409d562f65d18f27dd9ff3ebd552b78e52a4e3/eclipse.aot: attachment of code signature supplement failed: 3 Trace/BPT trap: 5
the solution giving in this is to upgrade the OS, but I already upgraded to the new OS version.
I can't find a solution anywhere, even in Apple forum sites
I faced a similar issue today. In my case, I'm using Anypoint Studio, which is built on top of Eclipse 4.19. After updating the OS, it worked again.

XAMPP VM not responding with OSX big sur beta 3

I just downloaded the MacOS Big Sur Beta 3. The problem is when I'm trying to open XAMPP, you can see the application jumping on the dock but it stops right away without doing any action. Is it possible to access my files without running the XAMPP VM?
Same thing happens to me… Until it gets fixed, you can use the console interface:
sudo /Applications/XAMPP/xamppfiles/ctlscript.sh start

Visual Studio Code on Mac Sierra 10.12.5

I am using a Mac OS Sierra 10.12.5 (16F73)- Macbook Pro touch pad. I have tried running Visual Studio Code to no avail. Nothing happens, no error message, nothing. It just won't start. I have read articles or using Mac Archive Utility to unzip the downloaded zip file, i still can't get it to run. Has anyone got a solution to this?
Many thanks!
I'm also using Mac OS 10.12.5 with a Macbook Pro and recently installed vscode.
Try to redownload the file or maybe restart your computer, you shouldn't have any problems with the installation.

Visual Studio Code Won't Run on Mac 10.8.5

I just downloaded a fresh copy of VSCode-darwin.zip from https://code.visualstudio.com/, upzipped, dragged to my Applications directory, and tried to run it. After the initial "Verifying Visual Studio App" window ran, the dock icon bounced a few times then vanished and the app didn't load. Subsequent attempts yielded the same result. Anyone else experience this? Any known conflicts or dependencies for 10.8.5?
VS Code does not support Mac OS X 10.8 and below. We have a dependency to Electron and updated recently which caused this.

Android emulator doesn't start, althought it says that is running

I have been working for a year with eclipse, but after I upgraded to the Android SDK Tools v20, the emulator doesn't work (absolutely nothing happens). I have everything installed as always, but when I run the emulator, it doesn't appear anymore (althought just after installing SDK Tools v20 it worked twice).
I have even installed again the SO (Linux Mint), after I tried everything I read here, at curiously, the emulator worked 4 or 5 times. The symptoms are these:
-when I run the app, nothing happens in my laptop, but if I put the mouse over the green triangle for running the app, it says: run (already running)
-I've tried to kill the server with adb but doesn't work
-If I list the devices with adb devices, it doesn list any device, even if eclipse says that is running the emulator
-I've tried two different versions of Eclipse: Juno and Galileo, but it's the same
-I've tried to run an emulator independently, but it doesn't work
-I've created several AVD, with different APIs and characteristics, but nothing happens
Does anybody has any solution to this?
Thanks
Good idea to make :Project ->clean
Window ->AVD Manager -> pick your virtual device ->Edit-> Snapshot(make sure is disabled) ->Edit AVD (try again, if still not working , then try to launch the emulator directly from AVD Manager -> Start).
Once the emulator is starting then you can check back the snapshot option again.
If nothing of that works, then try to uninstall/Install SDK again.