Flutter: Could not find the built application bundle at...
I am trying to run my application in debug mode from VSCode. However, every time, regardless if I am running on a simulator or a real device, the debug console outputs Could not find the built...
View ArticleIs there a way to italicize comments in Visual Studio Code?
I'm using Visual Studio Code version 1.11.2. I need to be able to see italicized comments in any language file, or at least JavaScript, Python, C, C++. Is there a general setting for that or is there a...
View ArticleVSCode extension for panel
I am new to VSCode and was wondering if it is possible to create additional tabs in the panel (With an Extension or just with VSCode). For example an interaktive Python window like in VS2019.I haven't...
View ArticleHow do I transfer my Python script including my module to the micro:bit?
We use the micro:bit with the accessory Bit:bot XL. I have a module (robot.py) with just a single function for the Bit:bot (for now). In my script (my.py) I import this function. But after flashing the...
View Articlehow to debug typescript files in visual studio code
using version 0.3 of visual studio code and I'm not sure how to enable sourcemaps and debug the ts fileI get the following error can't launch program '/Projects/app-server/server.ts'; enabling source...
View Article'UI' does not exist in the namespace 'UnityEngine'
I've tried a lot of things already but nothing worked. I've already reimported, deleted, and reinstalled stuff. I'm using unity 2019.3.0f6 and vs code 1.42.1.
View ArticleMultiple Launch Files in Visual Studio Code
Is there a way to debug multiple files from a single folder? I had expected that I could create multiple launch files in the .settings folder and pick the one I want to execute, but that did not seem...
View ArticleSet launch.js chrome debugger for vs code - first time
I'm trying to debug some hello world program in Javascript. I pressed F5, and Vs code asked me to set a launch.json file.My file contains default code:"version": "0.2.0", "configurations": [ { "type":...
View ArticleAdding node and npm to Visual Studio Code portable
I have followed many instructions on the web to be able to use Node and NPM within Visual Studio Code Portable without admin rights on a public computer. After setting the path for the single user (not...
View ArticleOverride to toggle menu bar on VS CODE
What I want to achieve is as follows:Disable ALT to show menu bar by toggle-menu-bar completely.-> Potentially map ALT to a NULL action?Use a different shortcut to toggle-menu-bar. Is there a way to...
View ArticleError when debugging an Azure function on Visual Studio Code ('LogType' was...
I am using Python 3.7.3 on Visual Studio Code.Debugging locally a very simple Azure function with a BlobTrigger throws an errorAn unhandled exception has occurred. Host is shutting down....
View ArticleHow to connect VSC with Fedora by ssh?
I have Fedora 31 on VMWare VM and Visual Studio Code on Windows.Is a way to connect by ssh from VSC to Fedora?
View ArticleWhy does GDB display char in octal?
I don't understand the design choice to represent a char or unsigned char with octal in gdb debug view in vscode as a replacement for an ascii character (if the data in the char is in the range of an...
View ArticleHow to customize search results color in Visual Studio Code
I want to change the color of file names which is shown on screenshot.
View ArticleNo installed build tools found. Install the Android build tools version...
Ehi guys, i need an help. So i'm making a cordova project with angular JS.but when i run cordova run android i've got this error: No installed build tools found. Install the Android build tools version...
View ArticleDifficulty including the extra intellisense paths in the python linter's scope
I am working with ros on ubuntu 16.04. Because of this I am working with a virtual environment for python 2.7 and the ros python modules (rospy for example). The "python.pythonPath" is set to the...
View ArticleOpen files always in a new tab
I am using Visual Studio Code 1.3.1 with the newly introduced tabs.When I click on files, the first file will open in a tab. If I do not make any changes to this file, the second clicked file will open...
View ArticleCan't change VS Code Settings: problem with Json file
When ever I try to change a setting in VS Code it shows an error saying "unable to write into user settings".When I open the JSON file in VS Code it shows there is an error but I cannot seem to find it...
View ArticleDebugging in VS Code - c++
So, when i try to debig a simple program in VS Code i get the following message: "The preLaunchTask 'g++.exe build active file' terminated with exit code 1" and get 3 options to choose: Cancel, Debug...
View ArticleIs it possible to see all active rules from a complex eslint config?
My eslint configuration extends several other configuration files. Is it possible to get a static export of all the currently applied rules?Is there possibly a VSCode plugin for it?
View Article