VSCode - I'm I able to change the font/height of the screencast?
Is it possible to change the font/height/... of the screencast? I can't find it in the settings.
View ArticleVisual Studio Code: Intellisense not working
My Visual Studio Code's Intellisense is not working properly. Every time I try to use it with Ctrl + Shift, it only displays a loading message. I'm using Python (with Django) and have installed...
View ArticleHow do I get the title of an uploaded image which is to be entered as a value...
Click to see the upload optionWhen I choose an image file, it gets chosen but I am unable to extract the title of the chosen image. I need to get this title and push it to a table as a part of a...
View ArticleHow can i change my dart-sdk on VSCode
i have been using flutter recently and i really wanted to use Jaguar for my project. But here is the catch, the flutter sdk brought dart with version 2.0.0-dev-58.0 but jaguar said they need dart sdk...
View ArticleHow to show errors/warnings by hotkey in VSCode?
I have to show errors/warnings by mouse now. Is there any hotkey or special button? I could find nothing in "Keyboard Shortcuts". Example of error:
View ArticleIgnore some .scss files in vscode live sass compiler
I am using vscode live sass compiler to compile my sass code to css and am trying to destructure my code such that I have codes for specific function in separate file then I can import them to the main...
View ArticleCreating a VSCode snippet to "Capitalize" a duplicate tabstop inside a...
This question has been answered below by @Mark, please do not mark as closed with a need for "details or clarity". See the answer, which succinctly and accurately solved my problem.I want to create a...
View Articlevisual studio code: expand snippet within snippet
When I am inside a snippet expansion say:\(<tab> I will go into the snippet\(<cursor here>\)<cursor waiting to jump to here> But during this time, I cannot expand any other snippet or...
View Articlecmake.debugConfig is not updated until I build and debug twice
I am using CMake and CMake tools to build and debug a C++ application in VSCode. Here is my settings.json file with the cmake.debugConfig parameter set as follows:"cmake.debugConfig": { "args": [...
View ArticleDebug typescript in sub-directories
Debugging Typescript works fine with modules that exist in the same directory as the entry .ts file. But I get a "File not found" error if I set a breakpoint in a module that is one sub-directory down....
View ArticleHow to share tasks between vscode workspace folders?
My VSCode project is multi-root workspace. That is I have multiple workspaces each in separate directories, each has a .vscode folder.I'm trying to build a workspace with dependencies between each...
View ArticlevsCode - How to add JVM argument for Spring Boot project
I'm trying out vsCode by moving a project I did on eclipse to it. I had a run configuration in eclipse for this project which had the following JVM arguments :--module-path lib/javafx-sdk-13/lib...
View Articleerror in importing Http/http.dart package
I updated the dependencies with proper indentation, then flutter pub get and then import it in the code. Tried to restart my ide as well. The error pops up when i try to build the...
View ArticleVisual Studio Extention PHP Debug not connecting
I have visual studio code 1.41.1 installed with PHP Debug Version - 1.13.0.https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debugI am running PHP Lamp stack on Ubuntu, my PHP info...
View ArticleGetting a storm of "error TS5055 .." messages on every Typescript Compile in...
I am trying to convert a Javascript based express project to Typescript using VS Code 1.6.1. I can now add new files in Typescript and compile them to Javascript. However every time I compile a...
View ArticleHow do I collapse sections of code in Visual Studio Code for Windows?
How do I fold or collapse sections of code in Visual Studio Code?Is this feature supported?
View ArticleGit history as regular files
I wonder if there is a way in Git itself, or in a text editor, to have Git history displayed as regular files directly in the file tree.Like if I have a file landing.html with a couple of previous...
View ArticleVS Code - Hide Closing Bracket When Code Block is Folded
I'm using Visual Studio Code and looking for a way to hide the closing bracket of a code block when that code block is folded, can't seem to find a setting for that, the code just looks wrong to me...
View ArticleMy Visual Studio Code Extension does not show up in the sidebar
Have somebody an idea why my extension is not showing up in the sidebar ín Visual Studio Code? If I bring the extension in my extension folder, the extension works but do not show up in the...
View ArticleHow do I build and compile C++ in VSCode?
I recently installed VSCode to get started on C++. VSCode is installed, and I followed their guide to get started with C++: https://code.visualstudio.com/docs/cpp/config-msvcNow when I go to build...
View Article