Visual Studio Code - All white text?
Recently my visual studio code's text has all been white and I cannot change it with the 'File > Preferences > Color Theme' options. This is not a problem on my laptop, which still has...
View Articlenpm 5.8.0 does not support Node.js v10.15.2 on Ubuntu 19.04
I am trying to build an application using Node.js integrated into Visual Studio Code. The most important versions of the software I have are:The version of Node.js I have is v10.15.2.The version I have...
View ArticleVisual Studio Code File not outputting
So i have made a simple Program that outputs the text "Hi!" in C++. I'm using Visual Studio Code and it was working before. But the last time i tried to open the program after succesfully compiling it,...
View ArticleVS-Code doesn't plot gpd.GeoSeries().plot()
Hi I am trying to plot Geo-Data using VS-Code with geopandasMy code looks as follows:import geopandas as gpd import geopandas.geoseries from shapely.geometry import Point import random import...
View ArticleVSCode SSH remote friendly host name
I have this .config file for SSH hosts:Host 10.32.1.43 HostName 10.32.1.43 User root ForwardAgent yes Host 10.32.0.39 HostName 10.32.0.39 User administrator ForwardAgent yes Can I give more friendly...
View ArticleVScode/Chrome - live server give different look after saving JS vs CSS files
I'm using Live Server on VSCode and it's been working fine until today: when I make some changes in CSS file, Ctrl+S, webpage gives one look, when I make changes in JS file, Ctrl+S, webpage gives a...
View ArticleVisual Studio Code cannot fin Git-bash
I want to add git-bash to Visual Studio Code. In the normal Terminal I can type where.exe git and git --version. It shows me the right output. But when I try to open a default shell in visual studio...
View ArticleVSCode / Virtual Studio Code: Unable to Load Conda Environment in VSCode...
I'm attempting to switch to VScode, to use the built-in terminal to interact with Anaconda, and know VScode supports Anaconda because it ships with Anaconda.From the documentation, and various...
View ArticleHow do I set active go build tags for static analysis in VSCode?
VSCode uses a number of tools to do static code analysis and intellisense...However, I haven't seen how to configure what build-tags should be enabled for those analysis?e.g. I may have two files - one...
View ArticleHow do I collapse SQL in VS Code?
I checked the documentation for code collapsing, many languages have a marker defined but SQL doesn't.SQL Server Management Studio recognizes begin and end as a region, allowing for folding, but VS...
View Articlevscode giving me invalid symbol error everywhere
I'm going crazy, VSCode is giving me this error EVERYWHERE (including js files and .gitignore .dockerignore files, even for simple lines such as node_modules in .gitignore)I need some ideasmy config...
View ArticleVS Code project code formatting using ESLint
I'm using VS Code for a React project and have VS Code configured to format on save and to Require a 'prettierconfig' to format. I also have the ESLint plugin enabled.That seems to mean my project's...
View ArticleVisual Studio Code switching terminals when debugging. Code only runs...
I am trying to debug Django code with Visual Studio Code on windows 10. When I run the debugger for the first time, my code compiles successfully and nothing goes wrong. If I change something in the...
View ArticleCan you have two FTP connections in Visual Studio Code at the same time?
I have two ftp connection I want to be able to browse and open files within those connections at the same time. I like SFTP because it shows the ftp file tree on the side like a regular directory. If...
View ArticleAdding image file in Visual studio code
I am creating a project in angular 4 using Visual studio code. How can we add images(local image on my desktop) in the Visual studio code and display in the view?(we can create a model and display the...
View ArticleCustom language associations in VS Code based on the contents of the first line
Using VS Code (v1.39.2) when I open a file whose first line is #!/bin/bash, the editor knows to set the language to Shell Script. Is there a way that I can configure my own language associations such...
View ArticleVSCode remote containers and golang GOPATH
I created a go container using vscode remote containers extensions. The project structure is like this:archy-go ├── .devcontainer │ ├── devcontainer.json │ └── Dockerfile └── src └──...
View ArticleTesting a branch of an existing VS Code extension branch
I'm discussing with the developer of an extension in VS Code and I would like to try a pull request that is not ready yet. Unfortunately, I have no idea how to do so. I went in the extension folder...
View ArticleImports break VSCode testing with pytest
I have a project where I want to VS Code's discover tests and other testing features to make testing easier. I have a problem that imports in test files break when I try to discover tests.I have a file...
View ArticleVisual Studio Code: FileNotFoundError: [Errno 2] No such file or directory
When I load files via Visual Studio Code, VScode can't find directory.I can run code without issue with terminal, result...
View Article