Can't find ProjectName.dll attach process for debugging of dotnet core api in...
I am trying to debug dotnet core api in VS Code. But I can't find dotnet process to start debugging. Here is sceen shots.First one is mine and Second one is i want. Here is mine which I am gettingAnd...
View ArticleVisual studio code crashes several times a day
Coding in VS Code crashes several times a day, it have always happened to me after about 30 minutes of work, I can continue typing, but extensions, hints, reindentation, sorting, etc, do not work. I...
View ArticleSave workspace with terminal command and execute when opened
I'm working in a project with Django and Vue, everyday when I open VSCode I have to manually open 3 terminals, one for running livereload server, the second for django server (runserver) and the third...
View ArticleOverride default includePath for intelliSense in vscode C/C++
I am trying to configure vscode intellisense for a C project where I have a custom compiler which is using his "own" implementation of the standard lib (optimized for the targeted processor). I can...
View ArticleFlutter not detecting Android SDK
I've been trying to get flutter to detect the Android SDK.flutter doctor returnsPS I:\Projects\Flutter\fluttertest\flutterproject> flutter doctor -v [√] Flutter (Channel beta, v0.1.5, on Microsoft...
View ArticleHyperledger Fabric Node.js Chaincode: Error: can't resolve reference Object from
I am developing a chaincode written in Typescript using fabric-contract-api and the IBM Blockchain Platform plugin for Visual Studio Code. My asset is called Order and, though tests pass perfectly, I...
View ArticleChanging FONTs in VSCode 1.42.1 with Powershell 7
I am running VSCode 1.42.1 and just recently installed Powershell 7. It was nice to see that upon entering VSCode for the first time and installing the Microsoft Powershell extensions, everything...
View ArticleHow to make jsDoc "import" work with vscode?
I want to import a node module with @import, but it seems visual studio code is not getting it. Or am I doing it wrong?
View ArticleVisual Studio Code Remote explorer - how to make it work at sudo level
I can connect to a remote linux machine using ssh as user xuser. Once the connection is active as xuser, I can sudo -s and operate as root. For example I am able to edit files in /root.What I would...
View ArticleVS Code / .NET Core Code not triggered on machine but is triggered on another
I have a very peculiar problem where by some code is being hit/triggered on my MacBook but not being hit/triggered on my iMac. I have removed all the code from the iMac and cloned the repo again but...
View ArticleFLUTTER ERROR sdkmanager error!!! Windows 10
AndroidStudio is updated everything is updated I think error come from here C:\Users\lanet\AppData\Local\Android\sdk\tools\bin\sdkmanager because this folder couldnt created when I looked to there I'm...
View ArticleHow do I configure what files VS Code opens on launch?
I've been using VS Code for a year and have never experienced this before.I made some changes to my PowerShell profile in VS Code a week ago. Now, whenever I launch VS Code it automatically attempts to...
View Articlewhy online server is not running on https in VS Code
I have created index.html file and added some code for communicating with javascript library which needs https to run. I have also created a private key inside same directory but when I run this on...
View ArticleVisual Studio Code "Open With Code" does not appear after right-clicking a...
Just installed Visual Studio Code 1.1.1 on a Windows 7 machine. When I right-click on a folder, "Open With Code" does not appear.
View Article.java is not on the classpath of project, only syntax errors are reported
I could not find a proper answer to this error in other posts. I am using Maven for building my project in VS Code and whenever I create a class this error appears. Do I need to do anything with...
View ArticleVs Code Perform Regex On Capture Group Result
I've got this samplestring:registerForm.main.myApplicant = valueI need to replace this with:registerForm.main.getMyApplicant() = valueThe regex I've come up with is:\w+\.\w+\.(\w)(\w+) Where $1 equals...
View ArticleAnaconda installation only shows vscode a no other app
I have had anaconda installed previously with no issue on my MacBook Pro (2018) running Catalina, however, after reinstalling it yesterday through direct download and again through homebrew, I continue...
View ArticleCan I use same DockerFile for Remote development and profuction build in VS...
I am running my node app in a container using VS Code Remote. Generally, I created .devcontainer\devcontainer.json and .devcontainer\DockerFile and it starts container on it's own and everything work...
View ArticleVSCODE Javascript template string become white and lost highlight in a non...
I don't know exactly how to express it in words to find related problems. In some cases, apparently random, when using JavaScript string templates, the text editor loses becomes white, with bold text...
View ArticleVS Code takes a long time to connect to the unity project [closed]
When I open a unity project in VS Сode, it takes 15 minutes to sync. All this time, the VS Code does not perceive scripts as something that is related to unity, there is no autocomplete. If anyone has...
View Article