no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
VSCode
Passing Arguments to VS Code when Debugging in C# and .NET
It used to be easier to pass arguments to an application being debugged in VS Code, but in some one of the updates this changed. Here’s how to get it working again.
Aug 12, 2024
#
VSCode
,
Debugging
Making VS Code and OmniSharp Open the Browser to a Specific URL for a .NET Application
Getting VS Code to open the browser to a specific URL requires one small change, but it took me a while to find the right one. Read on to see how.
Nov 10, 2022
#
VSCode
,
launchUrl
,
uriFormat
Debugging an AWS Lambda Function Locally with Visual Studio Code (VS Code) on Windows, Linux, and Mac
It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.
May 19, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Debugging
,
Function as a Service
,
VSCode
Using Build and Test Tasks from the Parent Directory of src/test with VS Code
I often follow the src, test directory structure for my .NET projects. But if you open Visual Studio Code to the parent of these directories, you can’t use the build and test tasks without some modifications to the tasks.json file.
Jul 23, 2021
#
VSCode
,
Building
,
Testing
,
Tasks
Adding a Test Task to the VS Code Command Palette
I thought it would be simple to add a task to run tests from the VS Code command palette, but it was not as straightforward as I hoped. Here’s how to do it.
Jul 21, 2021
#
VSCode
,
Testing
,
Tasks
VS Code Bug - Interpolation and Commented Lines, Workaround
There is a bug in VS Code that occurs when you use string with
@$
- the verbatim character and the interpolation characters, but there is a workaround.
Nov 2, 2020
#
C#
,
VSCode
The terminal shell path "dotnet" is a directory - Visual Studio Code
I have been using Visual Studio Code in Ubuntu Linux for a while, but it was not an easy process to get it working the first time. I just got around to installing .
Feb 2, 2020
#
dotNet Core 3.1
,
Linux
,
Ubuntu
,
Visual Studio Code
,
VSCode
Cite
×