npm ERR! on npm install
C:\Users\Mayur Saner\pmrm>npm install npm ERR! code ENOTFOUND npm ERR! errno ENOTFOUND npm ERR! network request to http://registry.npmjs.org/@fortawesome%2ffontawesome-free failed, reason:...
View ArticleHow to set VSCode to find the python interpreters sync by Dropbox
I face a strange python virtual environment synchronous problem which might be not solved yet, and I have tried to find lots of related issues and technical words on the web.Here is the situationA and...
View ArticleMy own package doesn't get autocompleted in VS Code
I made a package for accessing some data and now it looks like this:+-- _bakalib | +-- core | +-- __init__.py | +-- client.py | +-- __init__.py | +-- utils.py client.py:__all__ = ("Client",) class...
View ArticlePrettier & Visual Code settings for Hugo HTML templates
I generally like using Prettier with Visual Code. However, Prettier is making me crazy while editing HTML templates for Hugo because it will not preserve the reader friendly formatting of this: {{ with...
View ArticleWriting values to Excel cells using C#
I have a simple C# method written in Visual Studio Code that should create a new Excel workbook, write a value to a cell within a worksheet and then save the file.using System; using System.IO; using...
View ArticleVSCode "go to definition" not working
I installed Visual Studio Code 1.1 with the C/C++ extension, opened my C++ project and tried to use "Go to definition" in vain.The "Go to definition" is not working at all. Example, go to definition of...
View ArticleUnable to see elements of std::vector with gcc in VS code
I'm currently using VS Code to learn C++ because it was easy to setup and is much lighter than VS Studio. However, one thing that I'm unable to do is to see the elements of an array (or string, etc),...
View ArticleVS Code Copy All feature No Longer Works
Version: 1.41.0 (user setup) Commit: 9579eda04fdb3a9bba2750f15193e5fafe16b959 Date: 2019-12-11T18:37:42.077Z Electron: 6.1.5 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS:...
View ArticleCannot configure tests in Visual Studio Code
When running the command "Python: Configure Tests" in Visual Studio Code I get following error:command "python.configure tests" not found I uninstalled Python extension for vscode and tried to...
View ArticleWhy are sub-folders within the File Explorer in Visual Studio Code collapsing...
I am relatively new to VS Code and I think I must have accidentally changed a setting. VS Code used to clearly display all sub-folders below and tabbed to the right from their parent folders, but...
View ArticleEquivalent to Solution Folders in VS Code
In Visual Studio, one can create "Solution Folders" to group different .NET projects into a virtual folder. Is there any equivalent solution for VS Code?I've tried installing the extension...
View ArticleHow to prevent autoformatting in vscode for javascript and babel?
I am using Babel and Javascript es7, trying to create a Hapi server, but when I try to save the file, it does an auto-format, and the async keyword joins it with the anonymous function:Anyone have any...
View ArticleVSCode - Importing keyboard shortcuts
I'm using VSCode on Windows and Ubuntu and I'd like to have the same keyboard shortcuts in both environment (saving my brain memory space for more useful stuff than hotkeys!). Is there a way to export...
View ArticleFromatting html spacing in vscode
I have my html code in the following format:<a href="#step-1" id="accountInfoTab" role="tab" aria-controls="accountInfo" :aria-expanded="activeSection == 'step-1' ? 'true': 'false'"...
View ArticleVisual Studio Code Documentation Popup box Problem
I am having a problem scrolling through the pop up box after hovering over a variable. It just disappears. I want to be able to scroll through it. I am on Windows 10 x64 using Visual Studio Code 1.41.1...
View ArticleHow to default run python files in python terminal in VS Code?
Is there a way to run python files by default, in python terminal whenever I run the code (Ctrl + Alt + N) instead of having the output >"Code". To be clear, the problem is the python code is...
View ArticleVS-Code Prettier Format On Save doesn't work
For about a month now, my Prettier extension has stopped working as it normally does. Most notably - format on save does not work. Other notes:Format on typing a ; worksI get this error type symbol in...
View ArticleFlutter: Can't run
C:\ProjectFlutter\myapp>flutter run Using hardware rendering with device Android SDK built for x86. If you get graphics artifacts, consider enabling software rendering with...
View ArticleVSC PowerShell. After npm updating packages .ps1 cannot be loaded because...
I design websites in VSC and PowerShell is my default terminal.After updating and deploying a website to firebase earlier, I was prompted to update firebase tools - which I did using npm. Immediately...
View ArticleVSCode Pylint stopped working after upgrading to Python 3.8.1
My VSCode setup information:Version: 1.41.1 (system setup) Commit: 26076a4de974ead31f97692a0d32f90d735645c0 Date: 2019-12-18T14:58:56.166Z Electron: 6.1.5 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8:...
View Article