How to change environment's font size?
Is there a way to change the environment font size in Visual Studio Code? Stuff like IntelliSense box, debug panel, file names, etc.I know how to change the editor's font size but I cannot figure out...
View ArticleUsing directive for package added in Visual Studio Code
I'm trying trying to build a web app with ASP.NET Core 3.0 and using VS Code to do it. Moreover, I'm using MySQL for my database, and this is where things are getting rough. It seems like there's very...
View ArticleHow to output "stopped" events in Visual Studio Code debugger
I am writing my own debugger in VS code for a custom language. Everything works fine, when I click "step over" my program is being debugged correctly, but I cannot see anything in the editor. I think...
View ArticleCFlint in Visual Studio Code: There was a problem with CFLint. spawn java.exe...
I'm trying to run CFLint in VSCode on Windows 10, but keep getting the following error:There was a problem with CFLint. spawn java.exe ENOENT What I tried so far:Set the "JAVA_HOME" environment...
View ArticleIs there a short cut in VS Code to switch through images in a folder?
I am plotting several figures and saving them in a folder.After opening one image in VS Code, you can click on the image name in the file path above the image. This allows you to display the different...
View ArticleWhy doesn't VSCode activate conda before starting the debugger?
When I start the debugger in VSCode, the conda environment only gets activated after the debugging process has stopped with a "Missing required dependencies" import error. Immediately restarting the...
View ArticleHow do I check if users input is equal to a certain value in my array?
Hi I'm currently making a simple version of a chatbot, but I have some issues with my code. I want to check if the user input is equal to a value in my array. What I currently have looks like this:var...
View ArticleSupport for Animation on the Web
I am trying to animate algorithms on a web page. Sorting algorithms, search algorithms etc.I've worked with the web before, but it was simple.for example, I want to show the quick sorting algorithm to...
View ArticleERROR ENOSPC: System limit for number of file watchers reached,
I am getting this error message when I yarn run dev (VSCode)Note that I tried the solutions provided here: Node.js: what is ENOSPC error and how to solve? (for example I have...
View ArticleHow can I specify virtual environment for Python
I use Remote SSH Development for Python. How can I select a virtual environment? I can only see standard Python in my list But how can I use the virtual environment that I have on remote machine...
View ArticleVim for VSCode: Remap ctrl + e to go to end of line in insert mode
I'm using Vim with VSCode.I'm trying to remap ctrl+e to got to the end of the line when in insert mode. Here is what I wrote in my settings.json:"vim.insertModeKeyBindingsNonRecursive": [{ "before":...
View ArticleCan't Set Value in VS Code debug; ReferenceError: value is not defined
I'm working on node projects and my code editor is VSC. Previously I was able to change variable values in breakpoints. But now I get this error "ReferenceError: value is not defined" when I try to...
View ArticleVscode errors using the debugger
When trying to debug c++ with VSCODE, I get the following error:> Executing task: /usr/bin/g++ -g /home/sa/Genesis/Dev/TcpSocketClassTester/.vscode/launch.json -o...
View ArticleHow do you process input events from an IViewZone in the Monaco Editor?
If you try this Monaco playground:https://microsoft.github.io/monaco-editor/playground.html#interacting-with-the-editor-listening-to-mouse-eventsand add this on line 36 to set the HTML of the light...
View ArticleFolder View Focus Disable Automatic Search
I would like to change the automatic find that happens when the Explorer Folder View is in focus:Steps to reproduce (provided you have default bindings):Open a workspace with filesFocus on the folders...
View ArticleMingw Terminal Output: multiple definition of 'vsnprintf'
I'm trying to get Mingw to work for VSCode at the moment, I've install all the packages from a Mingw download website and set the bin folder "C:\MinGW\bin" in my Environmental Variables. I set up a...
View ArticleUsing VSCode and getting NoClassDefFoundError
I usually use IDE like IntelliJ but am trying to move to VSCode but I dont understand why the project I'm working on IntelliJ runs fine but when I open that project in VSCode I get that error. I've...
View ArticleVisual Studio Code Advanced Search Wildcard in Files to Include
I am trying to find a line of code to all my files with a specific file name criteria. I am trying to take advantage the Advanced Search of the Visual Studio Code by putting a wildcard in the files to...
View ArticleStop Visual Studio Code From Automatically Adding Semicolons In .vue Files
I use Visual Studio Code with Vetur extension, when I right click on my .vue file and chose "Format Document" option Visual Studio Code automatically add the semicolons that intentionally removed...
View ArticleNodejs - UnhandledPromiseRejectionWarning: TypeError: Cannot convert...
I have the following SessionController.jsimport User from '../models/User'; class SessionController { async store(req, res) { const { email, password } = req.body; console.log(req.body); const user =...
View Article