VSCode Ftp-Simple Download Ftp-Tree On Click
I'm almost despaired to not find any solution on FTP in Visiual Studio Code. It's a very powerfull editor and has very talented extensions. But about simple ftp editing, I couldn't find any solution....
View ArticleASP.NET Core 3 MVC : IHost not starting browser unlike IWebHost
ASP.NET Core 3 MVC suggests using IHost instead of IWebHost (HostBuilder replaces WebHostBuilder and .NET Generic Host Settings for web apps). Here is a section of launch.json"launchBrowser": {...
View ArticleAll of my .json files have problems loading reference/schema from...
I'm working in VS Code and started getting this error yesterday. All of my json files have this error, not just a few. If I remember right there was an update to the program yesterday or the day...
View ArticleVSCode 1.39.x & Python 3.7.x: "ImportError: attempted relative import with no...
when running Python test from withing VS Code using CTRL+F5 I'm getting error messageImportError: attempted relative import with no known parent packagewhen running Python test from VS Code terminal by...
View ArticleCan't run 'ruby' using VScode
Actually I found same case already.Can't execute Ruby file using PowershellBut I couldn't solve it with this answer. I couldn't find where's ruby.exe. I wanted to make a comment but I don't have any...
View ArticleKeep VS Code cursor on screen
How can I keep the text cursor (caret) on the screen when scrolling in VS Code with Ctrl + up/down?I've searched for scroll options, text options, extensions, etc. To no avail.
View ArticleAzure Function in Visual Studio Code - adal-node package error
From my local testing NodeJS code without using Azure Function in Visual Studio Code, I could use adal-node code without error:let AuthenticationContext = require('adal-node').AuthenticationContext;...
View ArticleHow to setup XDebug with VSCode on Ubuntu on a Laravel project?
I'm doing a simple laravel project and I have some code to debug but I can't make the debugging on VSCode work.I'm on Ubuntu 19.10. I'm using VSCode insiders and Firefox with the XDebug extension. I...
View ArticleHow do I get intellisense/code-completion working in vscode
I've been working with vscode for quite sometime now but I can never get the intellisense to work the way it does in fully featured IDE's or even how it is portrayed in videos. I created a simple repo....
View ArticleSet PYTHONPATH for local Jupyter Notebook in VS Code
I'm using Visual Studio 1.39.2 on Windows 10. I'm very happy that you can run Jupyter Notebook natively through VS Code as of October this year (2019), but one thing I don't get right is how to set my...
View ArticleUnable to load annotation processor factory in vs code
I am trying to use the immutables library with vscode (and Gradle)Steps I've taken:confirmed that the jar does existEnsured that the GRADLE_USER_HOME variable exists (it didn't initially)Set the...
View ArticleUnable to start VSCode; suggestions for debugging?
I'm working on a disconnected network, so some options are a bit limited. Also, we have SAs who handle stuff like system updates (so, for instance, it is possible that there was a system update in...
View ArticleSpecflow - TearDown failed for test fixture - System.ArgumentNullException :...
I'm working with test automation using Specflow and Selenium but by the time I try to execute my test, I face these error messages:My question is not what is a NullReferenceException, but what (and...
View ArticleBasic C++ Program on Visual Studio Code Error: The terminal process...
I'm trying to compile a basic "Hello World" program and I'm using Visual Studio Code. Program is written in C++ and when I press CONTROL-SHİFT-B I get an error like this:The terminal process terminated...
View ArticleHow to select all occurences and replace one by one in VSCode
On VSCode, it is possible to select occurences of a word one by one with CTRL/CMD + D or all at once with CTRL+SHIFT+L. With both those methods, however, you replace them all by the same value. I would...
View ArticleRemote debugging - Unverified breakpoint
Hope I can explain this right.Update: I can confirm that dlv debug -l 127.0.0.1:2345 does work. Therefore I must be in VsCode launch.jsonUpdate: removed the panic. There was a different in go versions....
View ArticleHow to install Python extenion on VS Code 1.36.1
I installed VS Code 1.36 on a Windows 7 PC and trying to install the Python extension by downloading the .vsix file from the Market Place as I do not have Admin rights on the PC. I have already...
View ArticleVisual Studio Code - flatten packages in explorer view
I would like to know if anyone knows how to flatten the package structures in Visual Studio Code.I used to have this in my IntelliJ IDE, but with VS Code I can't find a similar option. I am looking for...
View ArticleAngular 8+ tsconfig Path Aliases not Recognized in .spec files
I am working on some Angular testing and my spec files will not recognize my paths and they give me a red squiggle import warning in VS Code (and show up in Problems) despite the fact that they work in...
View ArticleHow to remove a specific linting highlight in VS Code?
sometimes the python linter i use (either pylint or mypy) highlight things that aren't an issue. id like to know if it is possible to ignore this specific highlight. i just want to remove the highlight...
View Article