Questions tagged [vs-code]

9 questions
1
vote
1 answer

Remote Visual Studio Code on Rasperry Pi via X11

Is it possible to transport the VSCode window via X11? I've set up an headless RPi v3B+ and installed the 32-bit ARM Version of VSCode. I connect to the PI via ssh ssh -Y pi@x.x.x.x. Graphical programs like xeyes do work! Starting VSCode does not…
urbanSoft
  • 133
  • 3
1
vote
0 answers

Running VSCode on raspberry pi 4 running Ubuntu

I recently saw VSCode getting official support on raspian but was wondering if it's possible to install on an Ubuntu device somehow? I would really like to live share some of my code from my windows PC to the Pi 4.
0
votes
1 answer

Can't enter a run dialog comand with rpi pico

I'm making a macro keyboard with my rasperry pico and I'm trying to program a button that would automatically launch a timer using a powershell script. The powershell script is working correctly, and with a keypress I can automatically open the run…
URBLO
  • 1
0
votes
0 answers

Configuring VS Code for Pico (RP2040) project and Unit Testing on Desktop using C++ and CMake

While I am not new to programming or C++, I am totally new to CMake. My goal is to compile using VS Code a project that creates executables for the Pico (RP2040) and x86 executable of various unit tests to run on a Linux desktop. I have created a…
Scott
  • 121
  • 4
0
votes
0 answers

VS Code stopped working with micro-pico extension on all three of my computers and all three Pico W s at same time

all was great until last PM. Programmed in AM with easy modifications of controlling led s , very elementary and all was fine. I ran a couple of old programs and they worked fine before I put the MAC to 'sleep.' Later went to turn back on and…
0
votes
0 answers

How to code for a raspberry Pi in windows?

I know this question has been asked before, but I couldnt find any way for pycharm... I want to code on my windows pc with librarys which are only available for the raspberry pi and deploy it afterwards on the raspberry. Is there a way with pycharm…
Arne
  • 1
0
votes
2 answers

How to run an application with elevated privileges

I have installed VS Code on my Pi. Now I see a problem, I cannot edit and save all the files. Like files that I used to update using nano editor inside the config folders, cannot be edited and saved using VS Code. For running the command-line…
Kangkan
  • 398
  • 2
  • 8
  • 22
-1
votes
1 answer

How to Connect To Raspberry Pi With An X11-Enabled SSH Session Using Visual Studio Code On A Windows 10 PC?

I have a Windows 10 PC (WinPC) connected directly to a Raspberry Pi (RPi) via Ethernet LAN. How can I connect to the RPi with an X11-enabled SSH session using Visual Studio Code? In the following screenshot, you can see my Visual Studio Code on the…
-1
votes
1 answer

Unable to connect to the raspberry pi through SSH

I have a raspberry pi 3 with Debian os and I am unable to connect to it via ssh through VS code.The pi has already been configured and has a username and password. The raspberry pi shows the message ‘couldn’t find an input interrupt endpoint’ before…