Why does my project break and doesn't compile when moving a unit test project...
So I followed a tutorial Introduction to Google Test and CMake, which was working fine. But when I move the project folder to another directory, the project breaks and gives me this error:FAILED:...
View ArticleFormatting failed. Please refer to LaTeX Workshop Output for details [closed]
Formatting failed. Please refer to LaTeX Workshop Output for details.
View ArticleHow to Convert Tabs into Whitespaces on Save?
I want to change tabs to whitespaces when I save the file. I thought there would an option in the settings or at least an extension, but I was not able to see it.I have seen many other posts for...
View ArticleHow to export Visual Studio Code Color Scheme to JetBrains IDEs (for example,...
I really love Atom One Dark theme shown in the picture. I would really like to export that to have it in its full form in CLion. Is this possible? Because that theme in CLion's marketplace doesn't have...
View ArticleHow to run assembly code on Visual Studio Code ? Which extension should I use?
org 100 mov ax,10 mov bx,20 add ax,bx mov ax,4c00h int 21h I want to run this simple code. I am currently using DosBox Portable but want to switch to VS Code
View ArticleUnable to install PyAudio in VS code
I am trying to install pyaudio on VScode, but this the error message what I am getting.ERROR: Command errored out with exit status 1: command:...
View ArticleHow to turn off the highlighting of folded code in VSCode?
Today, something has changed in my VSCode. Can anyone help me with this?Does anybody know how to turn off the highlighting of folded code in VSCode like in the example screenshot?
View ArticleWhat is the difference between [pwsh] and [Powershell Integrated Console] on...
What is the difference between [pwsh] and [Powershell Integreted Console] on VS Code? I usualy use pwsh. Today, when I installed the powershell extension and then tried to update the powershell, the...
View ArticleVSCode add parentheses when automcompleting functions
Is is possible to tweak VSCode so that when function gets autocompleted it is written with () instead of just plain function name?For example when I type str and autocomplete to strlen I would like to...
View Articlevscode intellisense go to definition and auto complete not working
My VS code stopped giving me go to definition and auto complete suggestion after I updgraded my mac and re-installed my vscode This is my vs code specsVersion: 1.42.0 Commit:...
View Articleregex difference between vscode and visual studio
regex difference between vscode and visual studiostarting withline1 line2 find: ^(.+)$ replace: "$1",In vscode it works as expected, resulting in "line1", "line2", In studio, doesn't seem to work,...
View ArticleHow to use editor.maxTokenizationLineLength in a VS Code language extension?
Is it possible to use "editor.maxTokenizationLineLength" in a vscode language extension or similar implementations.The situation is that I have my own language type. I want to have a limitation of the...
View ArticleEPERM: operation not permitted, scandir 'c:\Users\[username]\My Documents'
I have searched SO for this error, and got back a few results, but could not fix it.I'm getting this in VSCode, when prettier was supposed to format my code.["ERROR" - 10:36:26] Error resolving...
View ArticleWhich font folder does VSCode use in Linux?
I would like to install a font to use in VS Code, so I would like to know where VS Code searches for fonts on Linux. Is it /usr/share/fonts/?
View ArticleHow to attach the VSCode debugger to the Brave browser?
When I open my web application in the Chrome browser I can attach the VSCode debugger to it.The debugger configuration is:{ "name": "Attach to Chrome", "type": "chrome", "request": "attach", "port":...
View ArticleTypescript path aliases not resolved correctly at runtime
I'm running VS Code and I am currently trying to set up some aliases on my typescript project. My dev setup rest on nodemon and ts-node, the code gets compiled to a dist folder.So far, I succeeded to...
View ArticleHow to view docker logs from vscode remote container?
I'm currently using vscode's remote containers extension with a .devcontainer.json file that points to my docker-compose.yml file.Everything works fine and my docker-compose start command gets run...
View ArticleVS Code Config - with Multiple hard drives - and Path issues
I am having trouble building and running a C++ program. I am running Windows 10, I have downloaded MinGW and have added the path for that in the environment variables. However, I have the Folder/file...
View ArticleI am unable to launch my terminal in vscode
I recently started messing around with a raspberry pi but did not use VSCode at all during that time. I launched VSCode today and found that I was no longer able to launch the integrated terminal....
View ArticleAdvice on Building a GitHub Project [closed]
I just joined GitHub, and I'm relatively new to programming and building projects in general. I was wondering if someone a little more experienced than I am could explain how I should go about building...
View Article