Cant activate environment from Visual Studio Code
I use Python mostly in Spyder for data science. Both Visual Studio Code and virtual environments is fairly new to me. Anyway, using the terminal in Visual Studio Code I try to switch between...
View ArticleHow to switch between terminals in Visual Studio Code?
I'm looking to switch between terminals open in visual studio code.With this "Switch focus between editor and integrated terminal in Visual Studio Code" question I correctly setup the focus, but I...
View ArticleVSCode + WSL Remote + Git : Synchronizing changes take forever
I'm using VSCode remotly into my project folder located (symlink) into WSL 2 VM. I cloned my repo from Bitbucket using SSH and the terminal.On the bottom left corner, it indicate WSL: Ubuntu, so I'm...
View ArticleVisualStudioCode editor.showUnused true not working
I have the setting show unused on true (both User and Workspace).But unfortunately, it doesn't seem to work. As you can see the "unused" import look the same as the other imports.I am using Visual...
View ArticleVisual studio code cmd error: Cannot be loaded because running scripts is...
Inside of visual studio code, I'm trying to execute a script.bat from the command line, but I'm getting the following error:File C:\Theses_Repo\train-cnn\environment\Scripts\activate.ps1 cannot be...
View ArticleKeystonejs list view with duplicated registry
I'm using Keystone framework and I have 3 lists created, User, Customer and Machine. Customer and Machine work fine, but the other one duplicate the registry.If I put 3 users, in the view will appear 3...
View ArticleHow to launch a Rust application from Visual Studio Code?
I have installed the Visual Studio Code extensions for Rust:I want to run my project and I don't understand where to click. I tried clicking Run Task, Run build task, Configure Default build task, but...
View ArticleSet python interpreter for project in VSCode
Chances are high that this question already exists, but I could find any useful answers until now:/ The issue is that I have created a new github repository for a new small python project. I would like...
View ArticleVSCode Python extension cannot find python after update on windows 10
I updated the VSCode "python" extension this morning and now it cannot find python. I installed python to "C:\Python37\" and added it to path. Running python from CMD works, such as: So there is...
View ArticleHow to jump to the other side of selection in vscode?
I am looking for a method in VSCode to move the cursor to the other side of (one or multiple) selected region(s). This action is similar as the command 'o' in vim visual mode. I searched through the...
View ArticleHow to I limit the scope of "Find All References" searches in Visual Studio...
I have a C++ project where the build tool creates a whole slew of .i files in a build folder. When I run "Find All References" to a symbol, Visual Studio Code (with the MS Cpp extension) insists on...
View Articlevscode python intellisense not working using microsoft python server
I have been struggling with this issue for days now and couldn't find any solution online. I tried everything from removing all my extensions, reinstalling python/anaconda, using other plugins,...
View Articleloop through multiple selections and edit individually in vscode
In sublime text I used to use a shortcut that allowed me to tab through my multi selection and edit each element individually.for example I would cmd+d a word then the shortcut would allow me to tab...
View ArticleHow do I get language specif commands to work in VSCode?
I am new to Visual Studio Code and I am trying to run commands in terminal to work with my project. I changed the default terminal to Git Bash but that didn't work. When I run a specific command I get...
View ArticleCode Runner using MSVC create a too long string
I use CodeRunner for VSCode on Windows, so I need to change g++ to MSVC (Visual C++ Compiler). So I configure settings.json for coderunner:{ "window.zoomLevel": 0, "code-runner.runInTerminal": true,...
View ArticleError: Build path specifies execution environment JavaSE-10. There are no...
I'm having issues with setting up the JREs in my VSCode workspace. I thought the issue was correctly setting up my java.home in my settings.json but I'm still getting this error:Build path specifies...
View Articlecan't import custom python module in vscode
I'm trying to get my vscode project to mimic functionality that pycharm is able to produce. With pycharm, I'm able to create, via an XML, a custom pycharm project file that lists the various different...
View ArticleChanging VSCode keybindings on Ubuntu from linux-like to Mac-like
I am running on a Mac, and using VMWare Fusion to run Ubuntu, where I have VS Code installed. Naturally the default install on Ubuntu has linux-style shortcuts, in particular, control-c (copy),...
View ArticleTypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string....
I'm working on a project in React and ran into a problem that has me stumped.Whenever i run yarn start I get this error : TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string....
View ArticleHow to use node-sass in developing VSCode extensions?
I'm trying to make a VSCode extension for compiling SASS.However, I have no experience developing VSCode extensions and node.js, so I could not find out the cause of an error with...
View Article