Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1474 Discussions

IDE (Visual Studio) and DevCloud integration

Ashiq
Beginner
317 Views

I am new, sry for my naive question ...

 

Is it possible to deploy my code written in my desktop (Visual Studio) to DevCloud from my Visual Studio IDE?

 

Thanks 

0 Kudos
3 Replies
Rahila_T_Intel
Moderator
282 Views

 

 

Hi ,

 

Thank you for posting in Intel Communities.

You can connect to DevCloud with Visual Studio Code but not with Visual Studio IDE. 

 

To connect with VS Code

=======================

Please make sure that you have done all the configuration steps given in the following link to connect to DevCloud :

 

https://devcloud.intel.com/oneapi/documentation/connect-with-vscode/

 

This link provides all the steps with screenshot. Please make sure that you completed all the steps.

 

Also, you need to setup SSH config and the detailed steps are given in the following documentation :

https://devcloud.intel.com/oneapi/documentation/connect-with-ssh-linux-macos/

 

You can find the host name in the configuration file ./.ssh/config

 

For example , if this is the config file details :

 

Host devcloud
User uxxxxx
IdentityFile <path to key>/devcloud-access-key-xxxxx.txt
ProxyCommand ssh -T -i <path to key>/devcloud-access-key-xxxxx.txt guest@devcloud.intel.com

 

Then do :

 

ssh devcloud

 

(the name corresponding to the Host is devcloud in first line )

 

Please provide the complete path for the key.

 

If you face any issue, please let us know.

 

 

 

Thanks.

 

0 Kudos
Rahila_T_Intel
Moderator
260 Views

Hi,


We have not heard back from you.

Please let me know if we can go ahead and close this case?


Thanks


0 Kudos
Rahila_T_Intel
Moderator
231 Views

Hi,


We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.


Thanks


0 Kudos
Reply