How to run or debug php on Visual Studio Code (VSCode)
I can't find a way to run or debug php on Visual studio code, Does anyone know how?
View ArticleCompiling C/C++ in VS Code
I'm trying to compile C/C++ code in VS Code using cl (installed via visual studio 2019). I've set up the json files like the MS website suggests,https://code.visualstudio.com/docs/cpp/config-msvc,but I...
View Articlehow to configure live server extension in vscode linux to open new instance...
i am trying to configure my visual studio code(installed on ubuntu 18.04 LTS). i use live server extension developed by ritwick dey to render my web page dynamically. but every time i run live server...
View ArticleHow to stop "Run Test" and "Debug Test" -buttons from...
In VSCode the "Run Test" and "Debug Test" -buttons keep disappearing and re-appearing while I'm typing.What settings do I need to change to prevent this?
View ArticleRunning Save Participants... vscode prettier very slow with tailwindcss classes
I'm using TailwindCSS to style my React project. I'm using VSCode with the Prettier addon and I'm getting the "Running Save Participants for ..." alert forever on files that use Tailwind classes....
View ArticleSuggestions and Intellicode no longer working after changing color theme in...
what I did is just changed the color theme and after that, it is stopped working as expected regular behavior, It is not showing suggestions, VS Code IntelliCode also not working as before I have done...
View ArticleRunning custom commands with VS Code and CMake Tools
I am using VS Code with the CMake Tools extension, and I would like to run a simple MPI program. Everything compiles just fine, and I can run my code in the terminal usingmpiexec -n 6...
View ArticleExecuting Karate scenarios calling external JAR from VScode
I use Karate as standalone JAR, and for writing scenarios I've installed Visual Source Code with the "karate-runner" plugin as IDE support. I use an external jar for encryption treatments. The trouble...
View ArticleHow to resolve "unresolved import" in Rust when using VS Code?
I'm fairly new to rust and have been following the official book that they provide on their site. During chapter 2 they tell you to import a "Rand" cargo which I did. However, when I try to run my code...
View ArticleHow can I clear the terminal in Visual Studio Code?
I need to clean the contents of the terminal in Visual Studio Code.Every time I use Maven, the output of the terminal is attached to the previous build, which is confusing me.How do I clear the...
View ArticleVSCode follow link not working in JS/SCSS files
I'm pretty sure it was working before somehow but now I can't get it right. Here's sample demo using VSCode in CodeSandbox - https://codesandbox.io/s/upbeat-hoover-jxpo9I can CTRL + Click on linked JS...
View Articlewindows->centos->docker->php, how debug php using vscode? [closed]
vscode in windowsvmware in windowscentos in vmwaredocker in centosphp and nginx in dockerphp.ini[XDebug] xdebug.auto_trace = on xdebug.collect_params = on xdebug.collect_return = on...
View ArticlePymysql can't connect do MySQL DB: hangs at "self.sock.recv_into(b)"?
Currently on macOS 10.15 using python 3.7, with MySQL 8.0.19 installed. Developing in VScode with a virtual environment setup. I've created a local database in phpmyadmin as well. I want to connect to...
View ArticleHow to get vscode automatically renaming a file on saving?
Is it possible to have a vscode code/plugin to rename the file to the current epoch time every time that the respective file is saved ?
View ArticlePython - loop through same query with different variables, merge data frames
I have a query in SAS where I use a Macro variable to repeat a query to Teradata with a different variable. We have 5 databases, one for each state, where I run the same query, but use the variable to...
View ArticleDLL load failed: The specific module could not be found (VSCode, Numpy)
Error occurs upon import numpy as np; command works fine when typed directly in terminal, but fails when ran via Code Runner. My steps to reproduce below.Output of import sys; print(sys.version) is...
View ArticleVS Code + Python -> Erros in Pool.Apply_async are ignored?
Take a look at this code:import multiprocessing as mp def myFunc(): nonExistingObject.DoSomething() def collectFunc(): pass #uncomment me for desired behaviour #myFunc() pool = mp.Pool(2)...
View ArticleUnable to Attach VS code to running container using Remote-Containers extension
The new remote dev container VS code window opens and then the following error keeps popping up - Could not fetch remote environment Failed to connect to the remote extension host server (Error:Time...
View ArticleHow does vscode support automatic json validation using...
Should VSCode have automatic intellisense in JSON files? If so, how does it work? I know it works for well-known JSON files, like tsconfig.json, but what about other resources like stryker.conf.json?In...
View Articlepymysql reading \n characters. how can I stop \n characters being run in an...
Error: pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE PROCEDURE...
View Article