Debugging nestjs micro-service framework
How can we debug the nest micro-service framework in vscode,The framework is a typescript project with springboot conventionshttp://nestjs.com
View ArticleHow to get intellisense in Visual Studio Code for Unity functions names?
I am following a tutorial about Unity and I see that the instructor has intellisense when writes the method's name.However I have only intellisense with classes and variables, I mean Unity classes like...
View ArticlePrevent vscode jest extension interpreting cypress tests as jest tests
I have a create-react-app project with both jest (in ./src/components) and cypress (in ./cypress) tests. I have separate commands in my package.json file to run both test suites, and everything works...
View ArticleVSC - conda works fine in GitBash, not in integrated VSC bash
Because of work purpose I have to switch from PyCharm to VSC. Everything works like a charm with PyCharm (I kown I'm a funny guy at parties).Conda is well configured on GitBash itself. I lunch the...
View ArticleNode js and mysql return query result
hi i'm newly learning nodejs and connected mysql database now i want to save the result of a select query in a variable of some type but i cant.var campGround = []; console.log("Select Statement...
View ArticleWrong NPM version in visual code [npx create-react-app]
I am not sure why but I am having an annoying issue with my VSCode and NPM version. I am trying to create a new npx create-react-app . but VSCode displays the following error:You are using npm 2.15.12...
View ArticleVisual Studio code extension issue
When Visual Studio code opens a .cs file, it prompts "the c # extension is recommended for this file type", but the c # extension is already installed. How to solve it?
View ArticleHow to configure git username and password permanently in Visual Studio Code...
I am using Visual Studio Code in Linux mint. I am being asked for git username and password, every time I try to push using GIT SOURCE CONTROL given in Visual Studio Code. How to configure git username...
View Articlehow do I get python to recognize modules installed in virtual environment?
I'm having trouble getting python in vs code to work properly. There were problems for a while (i dove right in with a workspace folder) so I decided to set up everything from scratch by starting a new...
View ArticleVscode git shortcut "ctrl+enter to commit on master" not working on Linux mint
enter image description hereNone of the given shortcuts for GitHub is not working. I am unable to use the git feature in the Source Control section using Mouse or Keyboard. I am using Linux Mint 19.3...
View ArticleUse different Angular 9 environment files when debugging in VS Code
I have multiple Angular 9 environment.ts files that contain url´s for different servers that I am developing for e.g. prod, staging, dev, localhost. When I hit F5 the default environment.ts file is...
View ArticleHow to make automatic "dotnetbuild" in VS Code?
I have an API and an MVC interconnected and to be executed at the same time and whenever I make changes, I didn't want always have to write on the dotnet build in console. I think it is in lauch.json...
View Articlecolor and icon preview extension in VSCode for Flutter
I'am using Visual Studio Code for Flutter Developing and i really like to have a feature that exist in Intelij IDE Which it is showing the Color of Color's Name and showing the Icon of the Icon's Name...
View ArticleCTR+D to directly copy and paste a line
So i have been looking on here and found some similar questions but I tried the shortcuts and they didn't work for me. So in atom when i was standing on a line and I pressed CTRL+D the entire line...
View ArticleHow to stop python linter (VSCode) from switching importing order
I am currently using the default python linter in VSCode. However, the linter (Format Document) keeps changing the importing order of modules like below. Since the module (project_settings.py) is in...
View ArticleHow does one stop VS code from going into normal mode in Vim when doing...
whenever I select code and then do Cmd + c (copy) it then goes by itself to normal mode in vim. So:How do I stop VS code from doing that?Why is it doing that?
View ArticleAdding require keyword breaks vanilla JavaScript function
I have an HTML file as follows:<body onload="myFunction('test');"<div id="test"></div> <script src="script.js"></script> </body> And the JS script is as...
View ArticlePushing commits to an SSH-cloned repo via VS Code on WSL returns "Host key...
I'm on a Windows 10 machine and I have both Git Bash and Ubuntu for Windows Subsystem for Linux (WSL) installed. When I use GitHub's official desktop app to clone a repo via HTTPS everything works fine...
View ArticlePython 3.8.2 in VS Code Error - Could not connect to - in start_client
I have a multithread program which I run on: Windows 10 PRO x64Python 3.8.2 (x64) (Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)] on win32)also try Python 3.8.0...
View ArticleGlobal header/footer PHP?
I'm trying to create a global header and footer for the whole site.On the web, I found a way to do it in PHP.I changed the index.html to index.phpI took the piece of header code and, with that, I...
View Article