VS Code - Connect to remote GIT repository and PUSH local files to new remote...
I have created a local project with Visual Studio Code that implements a local GIT repository.Then I have create a GIT repository on Visual Studio Online and I want to PUSH all my project files to the...
View ArticleDisable terminal logs for firebase serve command
Whenever I run firebase serve and loads the firebase site locally, my VSCode terminal fills with lengthy and unnecessary logs like this.127.0.0.1 - - [29/Nov/2019:21:10:23 +0000] "GET /security...
View ArticleFixing 'Import [module] could not be resolved' in pyright
I'm using pyright for type checking and I'm also using pytest for testing inside Visual Studio Code. The folder structure for my tests is to have a 'test' subfolder in the package root . For example|...
View Articlesetting up VS Code linting for for TSLint (NestJs) and ESLint (VueJs)
I'm using NestJs with Typescript / TSLint and VueJs with Javascript / ESLint. My VSCode extensions are ESLint, TSLint, Prettier and Vetur. When developing the backend everything is fine, the code gets...
View ArticleVS Code Auto Indent / Code Formatting changes single quotation marks to double
I am using VS Code 1.17.2 with the following extensions installed (Unfortuanetly i can't link them since i don't have enought reputation): Angular 5 Snippets - TypeScript, Html, Angular Material, ngRx,...
View Articlewhy is my settings.json only showing the settings i have edited?
When I open my settings in my settings.json, the only code shown is the settings I have edited like a color scheme or font size. I want to show all my settings in the settings.json. Help?
View ArticleHow can I make Visual Studio Code use Visual Studio IDE key bindings?
I love all of the major default key bindings of Visual Studio IDE for C++ development, such as block selection (ALT+SHIFT+ARROWS), selecting by jumping words (CTRL+SHIFT+ARROWS), and so on.Is there a...
View ArticleHow can i run NPM Commands in VSCode terminal?
i'm working on NPM terminal in VSCode as git and i installed an extension to support NPM but didn’t work and i just got that error'npm' is not recognized as an internal or external command,operable...
View ArticlePython refactoring fail on Visual Studio Code(vscode)
I switched to Vscode for python programming recently. Below is my python configuration in vscode settings:"python.pythonPath": "/Users/hzhang/.virtualenvs/env-2.7/bin/python",...
View ArticleIs there a way to make my own save command that overrides the standard file...
I'm contributing to an open issue regarding keybindings and custom editors. More specifically, if one were to edit a Markdown file in the standard .md text editor then hit CMD+S, not only does VSCode...
View ArticleVSCode Not showing ColorPicker
i searched that VSCode have built-in ColorPicker from this LinkBut i'm trying to learn code igniter with vscode and there's nothing like that. How to enable it ? i tried to enable...
View ArticleVS Code error when importing Django module
I'm working on a web app and I use Django as framework. I'm using VS Code on a macOS. I get an error when I try to import some Django module. This is a screenshot of my code in error.The error message...
View ArticleVSCODE - TAB right after the word not working as expected
vscode: version - 1.40.2On a normal text type file, type Hello and hit TAB.All i want is when i hit tab vscode should register 2/4 spaces (what i have configured in the settings.json for the specific...
View Article"g++: fatal error: no input files" in atom and fileName' file not found on VS...
I'm writting a simple helloworld program in c++ but whenever i run the code i get the "fileName' file not found" on VS code and g++: error: /mnt/c/Users/ADMIN/Desktop/cpp/main.cpp: No such file or...
View ArticleDoes creating GPG keys using primary email makes it less secure? Is it...
I was trying to set up GPG & SSH keys for Github so that I do not have type password and email again when I push updates to my Github repo using VS Code. I have created GPG & SSH keys without...
View ArticleError running awk program in command line: "^ backslash not last character on...
Following the manual gawk https://www.gnu.org/software/gawk/manual/gawk.htmlI'm writing the first example in visual studio code using awk extension:awk 'BEGIN { print "Don\47t Panic!" }'and the console...
View ArticleVisual Studio Code snippet invalid control character
I have the following user snippet:{ /* // Place your snippets for JavaScript React here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is...
View ArticleHow to disable auto-align of curly brackets in VSCode?
I'm using the latest VSCode for coding in PHP.Currently it auto corrects my coding style form this:foreach($var as $key => value) { echo 'foo'; } To this:foreach($var as $key => value) { echo...
View ArticleVisual Studio Code Extension Variable
Does anyone know if it's possible to write an extension in Visual Studio code that can write the values in the variables window to a file after each step while in debug mode. So, a step would happen,...
View ArticleVisual Studio Code, Tasks not asinging input variable, parsing a command
I'm trying to make a task build code for ESPRESSIF IDF natively in VSCode on Linux (Ubuntu 10) but I'm running into some issue with the following task: // See...
View Article