Having trouble with getting the debugger to work on a C program in VSCode
I am getting this error:Internal debugger error: unable to find executable for '/home/ubuntu/workspace/ffmpeg_pcm_f32le_encoder/build/f32le_transcode_mem 'However this file exists:$...
View ArticleIs there any option in visual studio code to reopen wherever we closed
It means that when I exit vscode and then opening the vscode, it opens the last session of the files that I used. but when the vscode crashes or shutdown device unexpectedly, it will not be opening the...
View ArticleESLint: Prevent Lamba Function Use in Javascript
I have a JavaScript project that I'd like to prevent the use of lambda expression functions =>.Is there an ESLint rule I can use to help enforce this?I'm working with Visual Studio Code.(I've...
View ArticleHow do you debug a botpress-module installed in bot (botpress) in vs-code?
I have a (Botpress Framework v.10.51.1) bot and I have a botpress-module installed and linked to the bot, I wanted to debug the code in the botpress-module using vscode debugger, I added the following...
View ArticleHow to see parent folder files in multi-root workspaces in Visual Studio Code?
Is there a way to see not only separate modules but also files like README.md and .gitignore in Visual Studio Code which are in same level as modules?
View ArticleHow to show graph in Visual Studio Code itself?
When I try to run this example:import matplotlib.pyplot as plt import matplotlib as mpl import numpy as np x = np.linspace(0, 20, 100) plt.plot(x, np.sin(x)) plt.show() I see the result in a new...
View ArticleHow to use Visual Studio Code as the default editor for Git MergeTool
Today I was trying to use the git mergetool on the Windows command prompt and realized that it was defaulting to use Vim, which is cool, but I'd prefer VS Code.How can I have Visual Studio Code...
View Articleappsettings files not getting loaded at startup in vs code but work fine in...
I have a .net core 3.0 web app and trying to transition over to using vs code more. My program.cs has the typical plumbingpublic static void Main(string[] args) { CreateHostBuilder(args).Build().Run();...
View ArticlePython - import mysql - IDLE/works VisualStudio/dosn't work
Simple code, which I use to study python. The code work in the default editor IDLE from python installation, but in Visual Studi Code doesn't work. I have instaled mysql, mysql-connector,...
View ArticleVS Code Go Extension Corrupting File On Save
This is driving me crazy. I'm using VS Code as my IDE for Go development. About every third or so time I save my changes, it corrupts the file by removing random characters. I have tried manually...
View ArticleMinGW Compiler Denying Access To Files?
I've recently been trying to make a RayTracer however I seem to be falling at the first hurdle. I have installed VS Code and MinGW, MinGW is set up fine and version is confirmed in console, however, I...
View ArticleHow to get changes from other users in VS Code from TFS
This question is for building Angular application in VS Code. My team has been coding in VS2015 and using Microsoft TFS for version control (Please note that our code is within the company firewall, on...
View ArticleHow to increase Font Size of VS Code "Problems" tab?
For VS Code, is there a way to increase the Font Size of the Problems tab?I am aware there are dedicated Settings to increase the Editor, Output, Terminal, and Debug font sizes.Any suggestions?
View ArticleHow to Find Selection in Files?
Cmd-E enters the word under the cursor into the File search box. Is there anything similar for the Find in Files multiple search box?I'd like to put the cursor on a word, hit a key combination, and...
View ArticleVisual Studio Code - Target of URI doesn't exist 'package:flutter/material.dart'
I've just setup my Macbook for flutter development, So I downloaded flutter sdk, and placed it in my Documents. After, I setup my path variable to work with flutter in my command line.I execute the...
View ArticleIn the Microsoft Debugger for Java extension for VSCode, is it possible to...
I'm trying to set up VSCode as a Java development environment for the Java project I'm working on at work. I've installed the recommended plugins for this listed here, but my project uses Lombok to...
View Articlevs code extension are not working properly? [closed]
My vs code extension are not working properly. It work only for sometime then it stop working.i had uninstall and install many times but its not working. Can someone help me?
View ArticleVisual Studio Code keeps giving me indent or syntax errors when executing if...
loc = 'Bank' if loc == 'Auto Shop': print("Cars are cool!") elif loc == 'Bank': print('Money is cool!') elif loc == 'Store': print('Welcome to the store!') else: print("I do not know much.") I'm trying...
View ArticleHow could I ask to Google Cloud Platform team to develop a new extension...
I'm trying to ask Google to develop a new extension for VSCode (Cloud Tools for VSCode) to deploy apps to Google Cloud Platform, but I don't know WHERE to do it. It's like a feature request, such as...
View ArticleIs it possible to type-check only imported libraries (Typescript, VSCode)?
Basic question: Is it possible to type-check only imports? I do want to know TS: property 'id' does not exist on type 'Stripe.customer' (for example) but not on my own objects, like property 'prop1'...
View Article