Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Task System URI HandlerNew to Visual Studio Code? Get it now.
Task System URI Handler

Task System URI Handler

Gary Somerhalder

|
4 installs
| (0) | Free
Handles task-system:// URI protocol in markdown files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Task System URI Handler

A Visual Studio Code extension that handles task-system:// URI protocol in markdown files.

Features

  • Allows clicking on task-system:// links in markdown files
  • Executes the appropriate PowerShell script to handle the URI
  • Shows notifications when the URI is being processed

Requirements

  • Windows operating system
  • PowerShell
  • TaskSystem module installed in WindowsPowerShell\Modules directory

Installation

Local Installation

  1. Copy the extension folder to your VS Code extensions directory: %USERPROFILE%\.vscode\extensions\Gary-Somerhalder.task-system-uri-handler-0.1.0

  2. Restart VS Code

Manual Installation

  1. Open VS Code
  2. Press F1 and type "Extensions: Install from VSIX..."
  3. Select the .vsix file
  4. Restart VS Code

Usage

Simply click on any task-system:// link in a markdown file, and the extension will handle it.

Example:

[Refresh Dashboard](https://github.com/gary-somerhalder/task-system-uri-handler/blob/HEAD/task-system:/update-markdown-dashboard?project=YourProjectName)

How It Works

This extension registers a URI handler for the task-system:// protocol in VS Code. When you click on a task-system:// link in a markdown file, the extension:

  1. Captures the URI
  2. Shows a notification that the URI is being processed
  3. Executes the PowerShell script to handle the URI
  4. Shows a notification when the command has been executed successfully

Author

Created by Gary Somerhalder

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft