Tumgik
#install vscode ubuntu 20.04
programming-fields · 4 months
Text
0 notes
nixcraft · 11 months
Text
Setting up VSCode for Ansible Lightspeed AI in Ubuntu 22.04 desktop
In this brief blog post, I will share my personal experience with installing and utilizing Ansible Lightspeed, a generative AI service helps developers create Ansible code more efficiently and write playbooks in VSCode using Ubuntu Linux 20.04 LTS desktop
Tumblr media
-> Setting up VSCode for Ansible Lightspeed AI in Ubuntu 22.04 desktop
3 notes · View notes
nextgentips · 2 years
Text
How to install Visual Studio Code on Ubuntu 20.04|22.04
How to install Visual Studio Code on Ubuntu 20.04|22.04
In this article we are going to learn how to install Visual Studio code also know as (VScode) on Ubuntu 21.10. Visual Studio Code is a lightweight source code editor which runs on desktops and is available to all operating systems out there. It comes with built in Javascript, Node.js and Typescript. One can do programming for almost languages with ease with Visual Studio Code. The languages…
View On WordPress
0 notes
suzanneshannon · 3 years
Text
Can you really develop with Linux GUI Apps on Windows 10 with WSLg? How about PyCharm?
I blogged about How to run Linux GUI apps on Windows 10 with WSL and WSLg, but how "real" is this? Are these just toy apps? Nope.
I wanted to see if I could install the Community Edition of PyCharm on Ubuntu 20.04. Even though I can't use "snaps" yet on WSL (because of systemd support in progress) I can easily just get the tar file, untar it, and run it and it works.
I did a wget of the standalone, then tar xzf'ed into a folder and ran pycharm.sh and it literally just worked.
When debugging I did get an "unable to execute x86_64-linux-gnu-gcc" error but that's just because I hadn't setup build-essentials yet. Once I installed the right stuff I was all set.
sudo apt-get install build-essential autoconf libtool
Cool looking, eh?
I prefer to do most of my Linux dev using VSCode Remote but there's a TON of options here now that you can run Windows apps, Linux apps, or split-brain apps with half inside Linux and half in Windows. Amazing stuff!
You can learn about WSLg over in their GitHub, it's all open source.
Sponsor: Extend your runway and expand your reach. Oracle for Startups delivers enterprise cloud at a startup price tag with free cloud credits to help you reel in the big fish—confidently. Learn more!
© 2021 Scott Hanselman. All rights reserved.
Tumblr media Tumblr media Tumblr media Tumblr media
     Can you really develop with Linux GUI Apps on Windows 10 with WSLg? How about PyCharm? published first on https://deskbysnafu.tumblr.com/
0 notes
philipholt · 3 years
Text
Can you really develop with Linux GUI Apps on Windows 10 with WSLg? How about PyCharm?
I blogged about How to run Linux GUI apps on Windows 10 with WSL and WSLg, but how "real" is this? Are these just toy apps? Nope.
I wanted to see if I could install the Community Edition of PyCharm on Ubuntu 20.04. Even though I can't use "snaps" yet on WSL (because of systemd support in progress) I can easily just get the tar file, untar it, and run it and it works.
I did a wget of the standalone, then tar xzf'ed into a folder and ran pycharm.sh and it literally just worked.
When debugging I did get an "unable to execute x86_64-linux-gnu-gcc" error but that's just because I hadn't setup build-essentials yet. Once I installed the right stuff I was all set.
sudo apt-get install build-essential autoconf libtool
Cool looking, eh?
I prefer to do most of my Linux dev using VSCode Remote but there's a TON of options here now that you can run Windows apps, Linux apps, or split-brain apps with half inside Linux and half in Windows. Amazing stuff!
You can learn about WSLg over in their GitHub, it's all open source.
Sponsor: Extend your runway and expand your reach. Oracle for Startups delivers enterprise cloud at a startup price tag with free cloud credits to help you reel in the big fish—confidently. Learn more!
© 2021 Scott Hanselman. All rights reserved.
Tumblr media Tumblr media Tumblr media Tumblr media
     Can you really develop with Linux GUI Apps on Windows 10 with WSLg? How about PyCharm? published first on http://7elementswd.tumblr.com/
0 notes
ubuntu-server · 3 years
Text
Ubuntu 20.04, WSL2, VSCode, and Drupal 8 – Fixing the “Gotchas”
Ubuntu 20.04, WSL2, VSCode, and Drupal 8 – Fixing the “Gotchas”
Microsoft has finally delivered a fantastic solution for developing Linux applications on Windows.  The Windows Subsystem for Linux, WSL2, is fairly easy to install and get up and running, especially if you are already familiar with Linux.  Even if you are not, there are many very good articles about getting a basic installation up and running. Developing Linux PHP applications using VSCode on…
View On WordPress
0 notes
downloadlinux1 · 3 years
Text
New Post has been published on tutorialforlinux.com
New Post has been published on https://tutorialforlinux.com/2021/01/17/step-by-step-vscodium-ubuntu-20-04-installation-guide/
Step-by-step - VSCodium Ubuntu 20.04 Installation Guide
Tumblr media
GNU/Linux Ubuntu 20.04 Installing VSCodium – Quick-Start Guide You Are Welcome! The Tutorial Shows You Step-by-Step How-to Install VSCodium in Ubuntu 20.04 Focal LTS GNU/Linux. And VSCodium for Ubuntu Focal is a Community-driven, Freely-licensed Binary Distribution of Microsoft’s Editor VSCode. Because Microsoft’s VSCode Source Code is Open source (MIT-licensed), but the Product available for download • Read More »
0 notes
nextgentips · 2 years
Text
How to install Visual Studio Code on Ubuntu 20.04
Learn how to install VSCode on Ubuntu 20.04
In this article, we are going to learn how to install Visual Studio code also known as (VScode) on Ubuntu 20.04. Visual Studio Code is a lightweight source code editor which runs on desktops and is available to all operating systems out there. It comes with built-in Javascript, Node.js, and Typescript. One can do programming for almost all languages with ease with Visual Studio Code. The…
View On WordPress
0 notes