I can run my C codes on a workspace , but i can not run them as a single files
I'm having a little problem, wish to find some help here, my problems appear when i try to run a single .c file , it shows me the error :...
View ArticleJS doesn't read imported and declared variables into console.log [closed]
I am following Jonas Schmedtmann's JS course. So, after setting up babel, npm, webpack etc. we made a test.js file which would export its data into an index.js file (as seen on the screenshots)....
View ArticleHow to test a file within a folder with pytest in vscode?
I exchange my Pycharm community IDE for the VScode IDE because the Pycharm do not support Jupyter Notebook. I am almost config all the details that I like in an IDE, but I really caught in it.The...
View Articlevisual studio code .net core test explorer debugger
I installed nunit Version 3.12.0 NUnit3TestAdapter Version 3.15.1, Microsoft.NET.Test.Sdk Version 16.4.0 and the .net core test explorer. I can run tests from my test explorer and they will succeed and...
View ArticleChange Visual Studio Code's title bar color
Is there a way to change the Title Bar color for Visual Studio Code (v1.26.0)?
View ArticleVisual Studio Code Intellisense for style CSS in React?
Is it possible to get autocomplete or suggestions or intellisense or something for CSS when developing in React? For example, when I write something like this I want to be able to see all the...
View ArticleVS Code IntelliSense not working for Unity3d
Problem: IntelliSense is not working for Unity specific methods and functions (i.e., Update, FixedUpdate, Awake, etc.).It does work, however, for non Unity specific methods (i.e., IEnumerator, void,...
View Articlethe syntax requires an imported helper named __spreadArrays
When I'm trying to use spreading in typescript like:.reduce((unique, x) => { unique.some(element => element.machineName === x.machineName) ? unique : [...unique, x]; } I get warning with red...
View Articlevscode not warning unresolved function or methods
In webstorm this is easily spotted. I have disabled javascript validation because if I enable a lot of typescript type errors appears.Is this possible to fix?
View ArticleOpen file from integrated terminal in VS Code
I have VS Code setup with WSL on my Windows 10 machine. I am trying to find the command I can use to open an existing file from the integrated terminal in the current VS Code window.I tried code...
View ArticleIs there a hotkey to switch between split window panes?
Visual Studio Code has a hotkey combination to split the current window to 2 or 3 panes:"key": "ctrl + \", "command": "workbench.action.splitEditor"Unfortunately, I can't find a way to switch between...
View Articleclose vscode window via script executed in integrated terminal
Is it possible to write a python or bash script such that when I run it from the integrated terminal in vscode it closes the current window?This may sound useless, so let me explain one use case in...
View ArticleOpen all files at once using VsCode as Git difftool and mergetool
Currently, I have VsCode configured to be my git difftool and git mergetoolMy ~\.gitconfig file looks like this:[user] email = myemail@gmail.com [merge] tool = vscode [mergetool "vscode"] cmd = code...
View ArticleError setting breakpoint in Visual Studio Code C++ Debugger
Until last week I was able to hit breakpoints in my C++ code in VSCode. Since last two days when I try to attach the debugger to the remote process, the breakpoints grey out.On bringing my mouse...
View ArticleVSCode Vim Search and Replace capture group
Edit: I just tried this in the VSVim extension in VS2019, and it worked as expected. I'm starting to think that VSCodeVim extension for VSCode doesn't handle captures properly? I am trying to search my...
View ArticleOverride language settings
I found out this particular file which can defined behavior of brackets, etc, in a specific language: https://code.visualstudio.com/api/language-extensions/language-configuration-guideI would like to...
View ArticleHow to resize debug console in VS code with a keyboard shortcut (while using...
I am trying to resize the pane where the debug console is. The command palette suggested command + control + up arrow or down arrowThat works when the terminal is in the pane but not when the debug...
View ArticleHow does one go to a specific line with vs code with vim?
I thought it was surprising that : doesn't even seem to open the vim last line mode but when I do::10 nothing happens. Which I thought was weird. Anyone know how to make vs code go to a line using vim...
View ArticleHow do I add the experimental language server to a devcontainer for vscode?
I'm doing a pretty basic devcontainer for terraform work in VSCode on Windows. Every time I start it up or rebuild the container for use, it prompts me to install the experimental language server where...
View ArticleHow can I disable GPU rendering in Visual Studio Code
I'm with bad rendering issues... Seems that the Visual Studio Code window do not clean a screen area before redraw it. The same thing happens here with chrome browser, but in chrome I can start it with...
View Article