Github Login Issue with VS code – Debian
I have to log in again and again whenever I try to push to my repository. If I untick the above then only it works fine but still it asks me again for username and password which is not ideal.…
I have to log in again and again whenever I try to push to my repository. If I untick the above then only it works fine but still it asks me again for username and password which is not ideal.…
I am trying to use VSCode to create azure function and deploy it to azure. I followed the official documentation as described, https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java. did everything as described in this document but got the error on pressing F5 upon reaching the…
I am connecting to a CENTOS 7.4 machine from my MAC using remote ssh extension. Everything was working fine in v1.42. I updated to v1.43 yesterday and now VSCode cannot connect. I get following error and it 'hangs' till I…
I want to use VSCode's 'PHP Debug' plugin with Xdebug to debug PHP scripts. But when I choose "Debug|Start Debugging F5" the little debug pop-up appears and I am stuck. Buttons for Pause, Restart, Stop are active. Buttons for Step…
I'm trying to use the Remote-SSH extension to edit files on a Debian server. The SSH connection is established correctly but then I get an error message : Failed to connect to the remote extension host server And the log…
I developed a Progressive Web App (PHP and JavaScript based) and i upload it on remote server LEMP (Debian/Nginx based) through FileZilla. How can i deploy in future the updates without to use FTP? What tools exists for to manager…
I am struggling to enable debugging in VSCode. I was following a few different tutorials but none of them worked for me. What I don't understand is if I have multiple php versions installed, the newest one, but also some…
I would like to use Visual Studio Code's debugger to debug my python code, but exception occurs. I use Windows 10, WSL, Debian, Python 3.7.6. Exception has occurred: ModuleNotFoundError No module named 'flask' File "/home/kazu/test/main.py", line 2, in <module> from…
I am using PHP Intelephense(version 1.3.7) which is the latest version and my VS Code is up to date There was no problem before but a few days ago, it keeps on highlighted all my wordpress function name I tried…
This is a long post, sorry. I have been trying to start a project, using Rust, but ran into a problem: it just does not work correctly on Linux in VSCode/Atom. Wasted 3 days, searching online, trying different tutorials/videos -…