Using VS Code Python extension - How to install python modules to a permanent...
I'm working with Python 3.7 and using VS Code as my IDE. I have the Microsoft Python extension installed, and have enabled pylint for linting and pytest for unit tests, installing them to the system...
View ArticleIs there any way to set environment variables in Visual Studio Code?
Could you please help me, how to setup environment variables in visual studio code?
View ArticleImporting the numpy c-extensions failed
Importing the numpy c-extensions failedI installed python 3.7 on my windows system to work on visual studio code. Everything was going well, including using the libraries. I uninstalled python using...
View Articlevscode deselect one from "change all occurrences"
In VSCode working in a file, and you need to change multiple variable etc.When selecting all occurrences in a file, I often find that I need to de-select one or more, can you do that?
View Article"The import javafx cannot be resolved"
I'm running java 13 in visual studio code. I'm trying to use javafx and am getting the error "The import javafx cannot be resolved"Code is belowimport javafx.application.*; import javafx.scene.*;...
View ArticleHow to download older version of VSCode portable? [closed]
So far I have only seen download links to installable versions of older VSCode in the documentation (example : we can download 1.8.1 installable version here , while the latest version is 1.9.1). Is...
View ArticleVSCode & Flow - Go to definition doesn't work
I'm using Flow for my React project as well as VSCode.In order to make Flow supports VSCode, i've installed the flow-vs-code extension and followed the setup guidelines.The third step is described as :...
View Articlevscode docstrings not appearing properly
I have no idea why I am experiencing this issue. In past projects (On a different computer with a different OS) I have had no issues displaying docstrings. When I write a docstring, it should show...
View ArticleVS Code: "Property Debug Options Not Allowed"
I am trying to learn Python and set up VS Code's Python debugger as this video describes: https://www.lynda.com/Python-tutorials/Choosing-editor-IDE/661773/707220-4.htmlHowever the instructor seems to...
View ArticleHow to get VSCode to show TypeScript errors for files *not* open in the editor?
In my create-react-app@2.1.8 TypeScript/React app, TS compiler errors are only shown in the Problems pane for files I have open in the VS Code editor. As a result I sometimes don't catch errors until I...
View ArticleHow to do tag wrapping in VS code?
I would like to wrap my selected html within a tag in VS code. How do I do that?
View Articlefile: 'package.json' severity: 'Warning' message: 'Problems loading reference...
I am getting a strange error in my VSCode as follows. file: 'file:///d%3A/SVenu/FullStackDevelopment/ProjectCode_Skeleton_University_ERP_v2/assoc/package.json' severity: 'Warning' message: 'Problems...
View ArticleHow to set python environment variables in VS Code?
I know how to add arguments for the python script I want to run. For example, if test.py is my script file and it has one argument like '--batch_size' then I can edit launch.json in vs code and set...
View ArticleHow to debug python called by local process?
Hi I'm trying to debug python script called from another process, thus I would need to attach it to the process.I actually read doclink and struggling at "Attach to a local script" part.It is said that...
View ArticleIssue loading workspaces with VSCode on Linux
Configuring VSCode - Insiders on Ubuntu-Mate 18.04 and running into a issue loading workspaces I have created. I can create the workspaces with specific folders, but when I attempt to 'load' that...
View ArticleHow to comment jsx code out in .js files in VSCode?
Unlike in webstorm, I'm unable to comment jsx code out in .js files in Visual Studio Code.
View ArticleArrayIndexOutOfBoundsException for Kotlin in Visual Studio Code
I want to try out Kotlin in Visual Studio Code. I installed everything new. In Visual Studio Code I installed the Kotlin, Kotlin Language and Code Runner plugins. Furthermore I downloaded a zip file...
View ArticleVS Code - Search for text in all only c++ (.cpp) and header (.h) files in a...
Is there a way to search for a text in only CPP and header files in a directory using VS Code?I.e., if I press "Ctrl+Shift+F" and search for a text, it will search in all the files including README and...
View Articleshow all symbols option is not working in VS code Mac
Command+T is supposed to show symbols in Visual studio code for Mac machine. It used to work for me in windows using ctrl+tIt is not working for me and it returns the following...
View ArticleA way to open several scripts in separate terminals in VSCODE
I need to run several scripts to start my dev environment. I prefer doing in VSCode.While using concurrently etc. is good, I'd very much like them to run in separate terminal windows to make it easier...
View Article