Shrink down empty directories explorer in VSCode?
I'm looking for some way to reduce the visible size of directories in the explorer, that only have one directory/file in them. I'm not quite sure how to explain this, but basically I want to turn...
View ArticleFlutter: Skipped 19 Frames! the application may be doing too much work on its...
I'm working on An application in flutter, and as I'm writing more and more code, I'm get such type of statements in debug console. My app is also getting slower, means in the start hot reload worked...
View ArticleOptional chaining operator support in VSCode
React Native 0.56 provides native support of Optional Chaining Operator i.e ?.However the latest stable release of VS Code can not recognize this syntax and throw a TypeScript validation error:[ts]...
View ArticleTrouble running C# code in VS Code: Getting scriptcs error
This is my first time using Visual Studio Code and I am trying to run a simple code on it but it is giving me an error that says:'scriptcs' is not recognized as an internal or external command,...
View ArticleTrying to use Ballerina extension -Error: DeprecateWarning:Buffer() is...
[Error on checking the Visual studio log]I am not able to use the properties and methods of the library, the extension is not working properly, I have tried everything but nothing is working. Can...
View ArticleHow to create a workspace
How do we create a workspace in Visual Studio Code? I see File menu command to open, add a folder to and save a workspace but nothing to create one.The questions How to create workspace in VS code and...
View ArticleStop Visual Studio Code from automatically adding semicolons and single...
Related to this question but different as for .ts files. When using the QuickFix function to add a missing import I want it to use double quotes and stop it from ending with a semicolon to remain...
View ArticleHow to fix a InvalidOperationException in a Machine Learning web application...
I am currently working on a web application that uses C# along with Machine Learning(ML) and MVC. One of the functions that the application does is to display how long it takes to train the models...
View ArticleOpening project in VSCode using batch file
Disclaimer: I read this and this before, but it doesn't work as I want.Description: I decided to create set of batch files for convenient way to run different projects in VSCode from desktop in one...
View ArticleHow to change the "scope" indicator in VSCode?
How can I modify the style of these cursors/indicators? I find them too big and distracting. The Atom defaut style (simple underline) is IMO better because it gets out of the way.
View ArticleVisual Studio Code Remote - SSH connection failure
So I've been able to connect over SSH to the server using a shell, and now I'm trying to use Visual Studio Code Remote - SSH. The SSH connection seems successful but then I get prompted with "Could not...
View ArticleVSCode: File is too large for tokenization / formatting
If you have more than 5000 Lines in your File VSCode refuses to format the file.For example: I had a Json File with over 77.000 Lines (Size: 800KB) and because it was auto-written by a programm...
View ArticleCan't include QTime in vscode
I've set c_cpp_properties.json to be:{ "configurations": [ { "name": "Mac", "includePath": [ "${workspaceFolder}/**", "/usr/local/Cellar/qt/5.13.2/include/QtCore" ], "defines": [], "macFrameworkPath":...
View ArticleHow to build a fullstack angular with c# project to production
I developed my client side in angular(vs code) and my server in c# (vs) my server needs to run locally, How can I close it(build to production) to a program. I need the server to be always up.I googled...
View ArticleExtract VSCode SCSS for another Electron based project
Is there a way to build a new GUI from scratch but using VSCode styles?I need:main GUIleft buttonsleft foldereditor area (monaco with multiple tabs)footer
View ArticleCSS file won't load in React JS
This is how my folder looks like.<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta...
View ArticleVisual Studio Code open tab in new window
I am trying to open a tab in a new window in Visual Studio Code so I can move it to another screen. If I drag the tab the other screen, a file is created. Is there a shortcut to open a tab in a new...
View Articlemingw not detected by VS code, but works in external powershell
I am trying to run gfortran compiler within terminal in visual studio code, but the gfortran compiler is not recognised. I tried running the same compiler in powershell externally and it works fine (As...
View ArticleSearch VSCode in subfolder, not the whole workspace
How can I search in one subfolder folder of my workspace only?CTRL+SHIFT+F searches in the whole workspace, and since this is large I get way too many hits in unrelated folders and files.
View ArticlePreview SVG inside JavaScript in VSCode
Is it possible to preview SVG inside JavaScript in VSCode?There are plugins that can preview SVG files in VSCode, but what if they're inside JavaScript or React components? Or if there's a list of...
View Article