Unable to find the TF executable while adding tfs to VSCode
I am adding TFS to Visual Studio Code IDE(1.42.0) for that I have installed Azure Repos extension. In VS code at File-->Preference-->Setting-->Tfvc:Location, when I am entering path C:\Program...
View ArticleDuplicate line in Visual Studio Code
I am trying to find the shortcut for duplicating a line in Visual Studio Code (I am using 1.3.1) I tried the obvious CTRL + D but that doesn't seem to work.
View ArticleDebug React/Webpack application with VS Code Chrome Debugger ignore breakpoints
I'm using react with webpack with VS Code as editor. So I want to use the VS Code debugger tool for my application and installed the extension Debugger for Chrome. But when I set breakpoints int VS...
View ArticleOpen code editor using Bash in Cloud Shell to edit files stored in Azure...
I'm using VS Code and I'm logged in to my azure account using Bash in Cloud Shell.Once I'm in the storage directory, I want to open and code some of those files and for that, I type the command "code...
View ArticleHow to debug Go tests with param "./..." in VS Code
I usually run go test ./... to run all tests in my project.How can I setup launch.json to debug every tests that normally go test ./... runs?
View Articlehow can I add my own error messagess and intellisense to a JSON file in...
I'm building a tool that validates that a JSON file conforms to my custom requirements.I can let the tool spit out the error messages in the terminal, but I'd rather see these errors be marked in the...
View ArticleColored Library Constants for VSCode
I intslled the Monokai color theme on VSCode, but the problem is that the color of the library constants still white Is the only thing that doesn't work.This is what i whantThis is what i have
View ArticleSet up Python environment with Anaconda
I have just installed VS Code additionally to my Anaconda Environment. I have installed the following extensions in VS Code: Python (Linting)Anaconda Extension Pack I have selected the Python...
View ArticleHow can I get VS Code to show ANSI?
A file containing thisshows as desired in Textpadbut in VS Code shows thus:How can I remedy this, without changing the file contents?
View ArticleFlutter in VSCode Interpreting package as URI
I'm trying to get started using flutter from VSCode. I think I've done all the proper setup:1) Downloaded extensions for flutter and dart and codeRunner on VS code2) Downloaded the flutter SDK and...
View ArticleSetting C# formatting options for OmniSharp on Visual Studio Code?
I'm attempting to take advantage of the integration with Visual Studio Code, but can't figure out how to set the C# formatting options. The config.json right next to the OmniSharp exe on my Mac...
View ArticleVS Code change link for marketplace
I have before worked with Python extensions and configured PIP to point to our artifactory in my company, now I would like to do the same with VS Code.I would like to be able to change the path of...
View ArticleGuys im new to Machine Learning and python [closed]
Could you please tell me if VS Code is better or Anaconda? What other software do I need for it? How much programming proficiency is required for ML?
View ArticleInside Visual Studio Code (macOS), Cyrillic typefaces are shown with a...
When VSCode deals with two languages inside of the editor (the main font has the support of Cyrillic alphabet though), the Russian language shown with a different font, how to get the same font for...
View ArticleHow can I control the font-size of each font separately via settings.json in...
Is it possible inside of VSCode? And if there is a solution, what it would be?
View ArticleProgram run in vscode but not in python launcher
I have a program runs by vscode but when I start it by python launcher it doesn't run. I used pyqt5, pickle, xlsxwriter modules. What is different between vscode and python?
View ArticleWhy isn't the Python debugger working in VS Code?
I have the Python extension installed in VS Code, but whenever I set a breakpoint in my program and run the debugger, it just seems to run the whole program and exit. It doesn't stop or enter any kind...
View ArticleCan I use VS Code for two different projects at the same time?
Perhaps this is a really dumb question but I'm trying to use VS Code to write code for two different courses--one focusing largely on Node.js, the other focusing on React running on top of Node.js. I...
View ArticleUnity: Omnisharp is not finding referenced projects in VSCode
I recently upgraded to Unity 2019.3.0f6. When I opened one of my c# files, I noticed that UnityEngine.UI wasn't being recognized as a valid namespace. This caused me to get red squiggles whenever I...
View ArticleHow to quickly search for a symbol under cursor in all project files in...
While browsing through C++ code in VS Code, I am looking for a better way (possibly just a simple keyboard shortcut after some configuration) to do the following:My cursor is hovering over a symbol...
View Article