Debug Azure Devops powershell scripts locally in VSCode
Judging from the Debugging Azure Functionshttps://docs.microsoft.com/en-us/azure/azure-functions/functions-debug-powershell-local, it looks possible. Can somebody post a detailed example?Let's say we...
View ArticleLoopback 4 Debugger nodemon Solution
How to debug loopback 4 / node application with nodemon in visual studio code?Looking for a solution that rebuilds the app when the loopback typescript code is changed. With option for...
View ArticleHow to autofix imports in Visual Code using extension?
How to autofix imports in Visual Code?I have moved another project inside Angular project. All import paths are wrong.Is it possible to autofix it using Visual Code extensions?
View ArticleHow can I customize the tab-to-space conversion factor?
How do I customize the tab-to-space conversion factor when using Visual Studio Code?For instance, right now in HTML it appears to produce two spaces per press of TAB, but in TypeScript it produces 4.
View ArticleVisual Studio WordPress coding standards
I have got phpcs installed in Visual Studio Code, and I have got the following lines in file settings.json:{ // PHPCS "phpcs.enable": true, "phpcs.standard": "WordPress", } This seems to have installed...
View ArticleHow to include image as Markdown in Visual Studio Code?
How can I include an image from the same destination folder as of the document as Markdown in Visual Studio Code?I tried this, but it didn't work:
View ArticleIntellisense not working in code snippets - VS Code
I have installed the C# extension in VS Code. The problem I am having is, after using a code snippet prop, Intellisense no longer suggests variable types. This happens with other things like ctor as...
View ArticleVS Code extension api get all selected files
I'm developing extension for VS Code and I'm wonder, if there any chance to get all selected files / folders in explorer / scm, when a context menu command gets executed?
View ArticleFull path to the folder where the currently active file in Visual Studio Code
I want to create a task in Visual Studio Code, but I need a path to the actual file. Is there some option?My task:{ "version": "0.1.0", "command": "${workspaceRoot}/run.sh", "isShellCommand": true,...
View ArticleHow to get JS Intellisence working in VSCode?
I have a clean install of VSCode on Windows 10. I am currently working on setting up the ENV for React development however, JS Intellisence is not working at all. Neither when creating a JS file inside...
View ArticleGit missing in VS Code – No source control providers
I just installed Visual Studio Code 1.17 and opened a Git repository folder. When entering the Source Control tab I see a message "There are no active source control providers". I thought Git was baked...
View ArticleCant Find Tool For Feature Based Code Review [closed]
i searched over the web for the past 3 hours , and haven't found any tool that can simply allow me to select part of my code and send it to my team mate or maybe to a community for review.we don't want...
View ArticleVisual Studio Code 1.14 - Breakpoint set but not yet bound
My debugger isnt working when I launch it. I have seen several posts with solutions like "solutions explorer" which I cant seem to find in my VS Code or change from "Release" to "Debug" which also I...
View ArticleBuild react native app to apk file after making new changes?
I build a react native app with this documentation , its working fine then , But when i am implementing new changes to apk , its not installing properly on my android Mobile device and gives error on...
View ArticleVSCode: Style each embedded language differently
In PHP files for example, one embeds languages HTML, CSS, PHP, JavaScript, SQL etc. all in one file. All languages are styled for syntax highlighting according to the current theme selected. What I...
View ArticleVS code containes emphasized items but no error
I'm writing a React project in VS code. I met this problem in VS code. In my project, this folder shows Contains emphasized items and I know it means there is a error in my files. But in the picture,I...
View ArticleHow do I update my config file in vs code?
When I see example config files on VS Code they are often lengthy and offer two panels for updating (one for default settings and the other for customization). For some reason my config file is only a...
View ArticleFlutter Web Device Not Showing in Android Studio & VS Code
I am trying to develop a web app with flutter but my device is not showing there in IDE when i execute flutter devices$ flutter devices 2 connected devices: Chrome • chrome • web-javascript • Brave...
View ArticleJava method signature not splitting on configured line length
Because of reasons I need to deal with some rather long class names that I can't change, and I also need to deal with a strict max line length of 100 characters. So far that went okay-ish, but now I've...
View ArticleA feature in vscode [closed]
While using vscode ,I have a command to adjust my fontsize by shortcuts or gesture, I have tried some extensions but I am not satisfied. So I seek for help here. I wonder if there is a function that I...
View Article