cannot install github copilot on visual studio 2022 - visual-studio

Like the title says. I cannot install github copilot on visual studio 2022 version 17.4.4 (latest)
i am on a arm64 windows 11 parallels virtual machine on a macbook pro with m1 chip
I cannot find the extension in the "manage extensions" window and when i try to manually install the extension from the website it just fails installing. What am i missing?

Related

Connection failed from Visual Studio 2022 (MAUI, Xamarin) to macOS

I updated macos to version 13 Ventura. I'm developing apps using Xamarin/MAUI on Visual Studio on Windows. Access to macOS over the network is no longer possible. Error message: Unable to connect to SSH using the SSH keys. I have enabled remote access to macOS.
Please ne noted that macOS 13 (Ventura) ships with OpenSSH_9.0p1.
You can try to edit /etc/ssh/sshd_config and save it.
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
And then restart the Mac and Visual Studio.
This was an bug on Visual Studio 17.3.4 (see https://developercommunity.visualstudio.com/t/macOS-Ventura-130-Beta---Impossible-to/10163760?q=%5BFixed+In%3A+Visual+Studio+2022+version+17.4%5D) that is fixed on 17.4.0, so update to Visual Studio 17.4.0 and the error is gone.

Visual Studio 2022 not showing WSL targets for CMake project

Windows 11. I've created a CMake (I think this only works for CMake?) project in Visual Studio 2022:
and i've set-up WSL with Ubuntu installed:
However Visual Studio 2022 only lists Local Machine:
How do I get it to list Ubuntu?
UPDATE
Found a similar question here:
Visual Studio 2022 not list WSL as an option in Target System
A suggestion was to install the Linux and C++ package. I did this, it added "manage connections" but when i click that I get:

Visual studio code uninstall in macbook M1 pro

How can uninstall visual studio code from my MacBook pro M1 laptop completely?
If you have installed Visual Studio Code from Homebrew, you can just run:
brew uninstall visual-studio-code

Xcode couldn't be found at /Applications/Xcode.app

I get Xcode couldn't be found at /Applications/Xcode.app when I try to run the sample single view app from Visual Studio 2019.
Do I have to install XCode on the windows machine I am using or the Mac that is building the code?
I don't have visual studio on the Mac and was hoping that I wouldn't have to install it. Am I wrong?
Yes, you need to install VS and XCode on the Mac. This is clearly covered in the docs
Set up Windows (Install Visual Studio 2019)
Set up Mac (Install Xcode and Visual Studio for Mac)
Pair to Mac (Connect Visual Studio 2019 to the Mac)

Visual Studio 2015 Preview install error

I am trying to install the new preview for Visual studio 2015, every time I run the installer I get the error:
This version of Visual Studio requires the April 2014 update to Windows 8.1 and Windows Server 2012 R2 known as KB 2919355.
I have run the windows updater, so don't know what the problem is.
Has anyone else had this problem, and if so how did you fix it?
When I've tried to install KB 2919355 - I got next message:
this update is not applicable to your windows...
Than from '''Known issues with this update''' section I've installed next updates:
2939087
2975061
Rebooted system and installed 2919355 update again.
This was my major problem after a fresh install of Windows 8.1 Pro. When i was trying to install Visual Studio Community it required the KB 2919355 and i was more careful and downloaded the specific update for x64 system architecture.. and it worked for me !

Resources