Break on exception in Java for "just my code"
In a Java project, how can I configure VS Code to only break on an exception in "just my code"? I've messed around w/ the Uncaught Exceptions& Caught Exceptions but they are not scoped to my...
View ArticleAll changes lost after close visual studio code
i use visual studio code and git. My project has 2 branches. Today I worked for about 5 hours on only 1 branch. After that I saved all my files and closed vscode. I did not commit, git add.After this i...
View Articleshowing project folder in title bar for Visual Studio Code
Is it possible to show the last folder in the title bar? If you have multiple instances of VS Code open, it is difficult to distinguish between them from the task bar. If both instances are open on say...
View ArticleWhy does my compiler say that there is a semicolin missing? [closed]
I am trying to run this code and it says that there are no problems in my IDE, but my compiler says "Error CS 1002: ; expected".I can't find it?using System; namespace code { } class Program { static...
View ArticleEmmet How To Wrap Usig Multiple Tags
I'm trying to wrap bunch of data with following tags.For an example:link1 link2 link3 link4 link5 I want each one of them to be wrapped with following tags.<url> <loc>link1</loc>...
View ArticleHow to pass a list in debug configuration as command line argument in vscode?
I am trying to debug a python file by passing a list as a string in a command-line argument. Normally I will execute the code as follows (which works fine):python main.py "[0,0,0,0]"So, in VS code...
View ArticleWhy it doesn't work intellsens vscode 1.41.1
i am use vscode version 1.41.1intellsense in vscode is not workingextention: auto import auto rename tag es7 react/readux/... eslint gitlens material icon theme one dark pro simple react snippets
View ArticleVSCode C# Debug Symbols aren't loading
I have a .Net 4.7.1 framework program that I need to debug, but I can't put a breakpoint because debug symbols aren't loading. I've spent a day wasting time on this and it's getting extremely...
View ArticleWhy won't this regular expression match anything in VSCode search & replace?
I'm using the VSCodeScreenshot to demonstrate the search options I have selected: And here is the expression I'm trying to use. It works in other places, such as regexr.com, but not in...
View Articlehow to disable multi cursor in vscode [duplicate]
In html files, vscode activates multi cursor functionality. It might be helpful for some people who like to save a few stroke, but it is very annoying to me and causes a lot of typos. How can I disable...
View ArticleVSCode prefix regex (or match suffix)
I'm attempting to migrate to VSCode (from Vim) for LaTeX typesetting. I've been able to forward most of my previous preferences from Vim thanks to VSCode's extensive support of extensions, but there is...
View ArticleWhy is navigator.getUserMedia undefined in VScode extension webview?
I am currently developing a videochat app for browser, which reuires the usage of navigator.getUserMedia to obtain media streams from user's webcam and microphone. I decided to extend my app to a...
View ArticleCan VSCode shows spaces for me and tabs for a colleague?
Our repo has indent with 2 spaces. My colleague prefers tabs. Can VSCode does a conversions to tabs while opening a file?I've tried EditorConfig extension for VSCode but it doesn't format a file on...
View ArticleFlutter autocomplete not working in VSCode for packages
I moved my whole flutter project to a new folder, everything runs fine. The autocomplete works on the build in files from flutter, like Container, Column, but when I try using a package, like provider,...
View ArticleDart extensions are available for wrong data type in Visual Studio Code
I have two extensions for differente types String and DateTime. Could someone please to explain me the next behavour on the pictures? Why it happens?!
View ArticlePython Autocompletion in VS Code
How can I add a colon automatically at the end of "def", "for" and "if" statements in Python for Visual Studio Code just like in Spyder?
View Articlein Visual Studio code, how to extend the maximum line width
No matter what I did, I can't set the line to be bigger than 80 characters. I went in settings and set all to 160, but to no avail. I have prettier, but I don't know how to see its config file. Do you...
View ArticleHow to restore the menu bar in Visual Studio Code
I disabled the menu bar in preferences and it disappeared as expected. Now there's no way to get to the preferences menu again. How do I get it back?
View ArticleSource control disappeared from the status bar in VS Code: How can I return it?
I am using Visual Studio Code and, regularly, I can see down in the status bar my current GIT branch, which is useful for me. I don't know why, but I can't see it any more, and it also disappeared from...
View ArticleWhen I activate Render Whitespace in VS Code it changes rtl text to ltr
I have a problem which is when I activate render whitespace in vs code it changes my rtl text and will show it in ltr direction, here are some photo to better demonstrate this:and then when I turn off...
View Article