Skip to content
View julian-wendt's full-sized avatar
  • glueckkanja
  • Germany
  • 22:45 (UTC +02:00)
Block or Report

Block or report julian-wendt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Load Visual Studio Code Workspace Pr... Load Visual Studio Code Workspace Profile
    1
    # Add this snippet to your PowerShell profile to detect if PowerShell is running in the integrated terminal of VS Code.
    2
    # If true, the snippet immports .vscode.ps1 from the root dir or profile.ps1 from your .vscode directory.
    3
    
                  
    4
    $ScriptRoot = [System.IO.Directory]::GetCurrentDirectory()
    5
    if ($env:TERM_PROGRAM -eq 'vscode') {
  2. Az.Automation.Development Az.Automation.Development Public

    PowerShell module providing handy functions to develop Azure Automation Runbooks locally on your machine and maintain them in Azure.

    PowerShell