Why do I get the error when I get an image of the mobile device's gallery:...
I am using the image_picker package to process the image and then show it when it has been chosen but sometimes it works correctly and at other times the application crashes and when I look at the...
View ArticleUsing "esm" in VSCode's NodeJs Debugger
I am using Vscode.I have a js file filled with a dozen+ class definitions which I wanted to be available in another jsfile. So I used es6 imports in my other file, main.js//main.js import * as Helper...
View ArticleBuilding VS Code on Raspberry Pi 4: sqlite3 issue
I can successfully build VS Code from its github repository and instructions on a Raspberry Pi 4 running debian buster. But when I try to launch it via scripts/code.sh from within the vscode directory...
View ArticleHow do I disable: [js] File is a CommonJS module; it may be converted to an...
The following is what I want to disable: I can't find it in settings. Help appreciated as this is really annoying.
View ArticleVisual studio code can't detect emulator device or phone connected
I was running my app with vscode using Android emulator or my phone, however all of a sudden vscode could not identify any device or emulator that I connect (no devices). phone is in debug mode or even...
View ArticleHow to remove GitHub password from VSCode?
I have cloned one of my GitHub repositories with VSCode and I have made some commits. VSCode has asked me for my GitHub password when I have done the first commit.I have rebooted the computer and now I...
View ArticleFLASK : plotly : Error: module 'index' has no attribute 'app.server'
the contextI am debugging an application using Visual Studio Code (VSCode).The application relies mainly on https://plot.ly, https://palletsprojects.com/p/flask, https://pandas.pydata.org/ and...
View ArticleIn python, VSCode debugger won't step into external code. Can't figure out...
I have been referring to https://code.visualstudio.com/docs/python/debugging#_justmycode and How to disable "just my code" setting in VSCode debugger?Despite many attempts, still unable to figure out...
View ArticleHow to install PIP for Python 3.6?
I want to code on Visual Studio Code. When I run code, it says:There is no Pip installer available in the selected environmentand when I install it on Ubuntu it saysE: dpkg was interrupted, you must...
View ArticleVSCode: How to import a module from my code path to another file in the same...
I'm trying to debug my python app using VSCode. But I cannot configure my environment right. Attempting to import a class from one folder in my source path to another, gives me this message: Traceback...
View ArticleHow to get promp-box for unsave files on closing in visual studio code on...
How to configure setting so that i get prompt for unsave file in vs-code like visual studio when closing vscode editor like visual studio as given in below image
View ArticleI can't install any extensions on vscode
I tried a lot of methods to install, but the following log does not install. I'm having a problem with other extensions not being installed. Is there a solution for this?
View ArticleHow to switch word wrap on and off in VSCode?
When using code files, you typically don't need longer lines to wrap around. However, with .md files this is in fact rather useful. However, I can't seem to find the option to enable word wrap so...
View ArticleVsCode - Bind keyboard-key to scroll horizontaly
Is there a way to bind a keyboard-key to scroll horizontally?I tried many different things and I cannot seem to put it together.
View ArticleWarning: unrecognized cop Rails/
I have problems with Rubocop in Vs-code. I get the errorWarning: unrecognized cop Rails/ActionFilter found in /path/to/yml/with/cops ... Warning: unrecognized cop Rails/Output found in ... Warning:...
View ArticleOmnisharp server does not start on VS Code (WSL)
I'm using:Windows 10 ProfessionalVS Code WSL:Ubuntu v1.39.2Omnisharp C# Extension v1.21.5ProblemWhen I look at the Omnisharp logs after installing I get the following error:Starting OmniSharp server at...
View ArticleMake Visual Studio Code open in clean state
I work in multiple projects spread in multiple folders on macOS. I usually start working on them by running:cd ~/workspace/project-a code . That always causes a new window to be open with the last...
View ArticleHow to debug NHibernate in netcore app on linux and visual studio
I managed to get my .net development project and environment over to linux. So far, I managed to resolve all issues but for some reason, I cannot adjust the debug mode to show the details for...
View ArticleHow to paste clipboard text in VS Code Terminal
I have updated the VS Code today in my windows 7 machine. VS Code introduced Terminal inside the VS Code.Right-Click is disable in Terminal. Is there any Keyboard shortcuts to paste the text in VS Code.
View ArticleVisual Studio Code Tab Key does not insert a tab
I'm using Visual Studio Code as my editor for Unity. I did a search on google but wasn't able to find anything about my issue.The issue is simple, pressing ⇥ Tab in the editor does nothing. I'm...
View Article