flowtype errors don't update on edit in vscode
ProblemI am having trouble getting the Flow Language Support extension for VSCode to update on edit. I put this in an issue in the repo for the extension, but haven't gotten a response...
View ArticleWhy doesn't Scalavista see the dependencies set in build.sbt?
Scalavista, or Scala Syntax (official) - these are the Scala extensions I have.I have in build.sbt e.g. , "org.scalatra" %% "scalatra-json" % "latest.integration"and when I writeimport...
View ArticleHow do I get these arrrows when writing my code?
So when watching videos on people using visual studios I noticed that there are these arrows when typing a statement seen in the screenshot bellow, when you click the arrows they show you different...
View ArticleFlutter app stuck on Installing and Launching step for physical iPhone
Annoying problem here for my Flutter app: iOS13.3, Xcode11.3 on a physical iPhoneX. The iOS-Simulators all work. The problem is only happening on a physical device. The Flutter App freezes at startup...
View ArticleTurn off multiline in VSCode regex
I want to use find/replace to insert a line at the beginning of some files. How can I match either the whole document or the beginning of it?Everything I try fails because it matches line by line, not...
View ArticleCan't create Maven project in VScode: "Program 'cmd' failed to run"
I've been trying for so long to get Maven for Java to work in VS code but every time I try making a new project I get this error:Program 'cmd' failed to run: No application is associated with the...
View ArticleGit and Git on VSCode: samba shared folder issue
I have a shared folder on ubuntu server 16.04. VSCode Insiders works fine with local folders but on samba shared folders git integration fails ignoring the existing .git folder as you can see in the...
View ArticleIs it possible to connect vscode(on a local machine) with google colab (the...
I know on GCP, we can set up a vscode server and connect to that. But what I'm after here, is to know whether it is possible to connect to the runtime instance on google colab (the free one ie :...
View ArticleVSCode Ctrl + Click
I have an issue with VSCode IDE. Language used: PHP 5.6IDE Version: 1.19.2OS: UbuntuI cannot use Ctrl + Click to go to the function definition.I have tried setting "editor.multiCursorModifier": "alt"...
View ArticleError: Module 'notebook' not installed in Visual Studio Code
I'm new to VS Code and I get this error when I try to code in Python there.Jupyter kernel cannot be started from 'Python 3.8.1 32-bit'. Using closest match Python 3.7.4 64-bit ('base': conda) instead....
View ArticleShortcut key for switching between split panes
I see that ctrl-\ will create a new 'pane' in VS Code. Is there a way to switch between open panes using only the keyboard? Thanks in advance.
View ArticleWhen isDevelopment is set in Visual Studio Code
I want reload window using shortcut key, it is already defined to ctrl + Rbut dont know how can i reload window using shortcut key.Can you explain how can i in isDevelopment state?thanks
View Articlenot able to debug q# code in Visual Studio Code
I have written a q# code in VScode. When i would click on Debug -> Start Without Debugging it would give a whole slew of errors as shown in the images below. Can someone please help me out with...
View ArticleVSCODE: Is there a way to accept current change at once?
I merged a file with one another, but there are bunch of HEADs with Accept Current Change | Accept Incoming Change | ...Is there a way to accept current change at once?
View ArticleHow to make VS Code update the Python autocomplete and installed modules caches?
VS Code will recognize available python packages and modules. In this case, I started a VS Code session without a python package installed. I then opened a terminal (in VS Code) and ran a pip install...
View ArticleDisabling Visual Studio Code update notification
How can I permanently disable this update notification?
View Article"vim:filetype" equivalent in vscode
Vim has a nice way of dictating what syntax highlighter shall be used with a specific file (disregarding the file extension by specifying the keyword vim:filetype in the beginning or at the end of the...
View ArticleReplace line breaks
I am using visual studio code for several things. Everything is working fine, but I cannot get one specific thing to work.I need the ability to remove line breaks from the text.Example:first line...
View ArticleIs there a VSCode action to close the sidebar if open, otherwise do nothing?
There's an action called workbench.action.closePanel that does exactly what you'd think it does; it closes the panel in VSCode if it's open, and if it's not open it does nothing. As far as I can tell,...
View ArticleFlutter Inspector in Visual Studio code
Is there any way to inspect Flutter App elements in emulator? I am using VS code not android studio I want to inspect element from running emulator .
View Article