I can't reply to the cmd when it asks for an input (solved)
I am just starting to learn how to use Symfony 4 and I have a problem. Sometimes when I use the command terminal, it interacts with me (like it asks for the name of a property of an entity), the...
View ArticleAutocomplete Nodejs Not Working In VScode
It is about VS Code problems. I am beginning to learn NodeJS on Youtube. I saw that, when they typed validator, VS Code with autocomplete all validators is available but me.
View ArticlePublish VSCode extension - unauthorized
I've made a vscode extension, but when I try to publish, I get the unauthorized error. I've created a Personal access token as described here. I realized that when I select Selected Scopes instead of...
View ArticleHow to set parameters in tasks.json for rake task in VSCODE
When execute from cmd, I would input something like: rake task001 url=site1 Now I need to run the rake task inside VSCODE, the tasks.json as below:{ "version": "2.0.0", "tasks": [ { "type": "rake",...
View ArticleVisual Studio Code isn't recognising EJS
I am trying to follow this tutorial and write some code in EJS in VS Code. I ran npm i express ejs as per the video's instructions to install both Express and EJS, and no errors popped up in the...
View ArticleVisual Studio Code - Include context in search results
Is there a way to show context for search results in Visual Studio Code?By default, if I search "debug" for example I might get 2 lines of code returned.filea.rb def debug(str) fileb.js function...
View ArticleHow to debug Angular 8 unit tests in VS Code [closed]
I'm trying to figure out how to debug unit tests with the built in test framework (Karma and Jasmine) of Angular 8 in VS Code (Version 1.40.2). I already figured out how to debug unit tests in the...
View ArticleHow to insert data into phpmyadmin with php and xampp in Visual Studio Code?...
Currently, I'm developing a Blockchain Dapp using Visual Studio Code. This system will register the user's details such as first name, last name and origin country. Here is the code...
View ArticleVSCode Command Palette (Crtl P) Open Multiple Files
Is it possible to open multiple files from the Crtl P (Command Palette). I.e. shift + arrow keys, or crtl click multiple files. This functionality is available in Jet brains IDE products, would be very...
View ArticleOmniSharp.MSBuild.ProjectManager Failed to load project on Linux
I am learning C# on my Manjaro Linux Notebook. I tried to install the ms-vscode.csharp extension, but when opening any .NET Core project I get the following Error Message:Some Projects have trouble...
View Articlevsc install custom css and js styles
I wish to install custom styles to have different font for classes and attributes in visual studio code, however I can't achieve that. I installed extension Custom CSS and JS Loader, and followed the...
View Articlevscode Intellisense not working
I just downloaded visual studio code for linux ubuntu 14.04. I created a simple test.cpp and wrote it in vscode and the intellisense did not work.Here is the code inside test.cpp:struct test{ int a =...
View ArticleDebug python with vscode from an external script
How can I debug a python program from an external app? I'm using guildAI which is an external utility, that when running guild run train.py internally it runs python train.py but with other wrappers....
View ArticleVisual Studio Code Breakpoint warning: The source code is different from the...
I'm very new to Visual Studio Code. I'm trying to debug an application that exists already that I've cloned via Git. None of my files are modified yet. I've downloaded the microsoft extension "C# for...
View ArticleVisual studio code Theme
Can anyone please help me identify what is the name of this visual studio code theme ?
View ArticleHow to setup bash profile in vscode running in WSL2
I would like to use something like oh-my-bash in vscode using WSL2. However according to the docs:When VS Code Remote is started in WSL, no shell startup scripts are run. This was done to avoid issues...
View ArticleUnable to debug React Native using VSCode
Fresh init of a RN project with a fresh copy of React Native Full Pack in VSCode. I'm unable to get this new project to debug, but am able to get other projects to debug using the same methods. I've...
View ArticlePython custom module not found inside an example folder
I'm working in a python project where I'm developing a custom lib (mylib) and using vscode./ └── mylib └── __init__.py ├── ... If my program split_example.py is on the root, like below, I'm able to...
View ArticleVS Code will not build c++ programs with multiple .ccp source files
Note that I'm using VS Code on Ubuntu 17.10 and using the GCC Compiler.I'm having trouble building a simple program which makes use of additional .ccp files. I'm probably missing something obvious here...
View ArticleVsCode - Intellisense on shortcut doesn't work
I have installed VsCode on fresh macOS Catalina and when I finished my vscode configurations I figured out that global shortcut for IntelliSense Control + SpaceBar doesn't work when I type something...
View Article