VS Code Extensions
TimeWarp

TimeWarp

by TimeWarp-Enterprises

TimeWarp VSCode extension

Downloads

1

Rating

(0)

Version

1.3.1

Last updated

Jun 12, 2026

A Visual Studio Code extension for TimeWarp Flow.

Features

  • Integration with TimeWarp Flow
  • Quick access to TimeWarp utilities

Requirements

  • Visual Studio Code version 1.80.0 or higher

Extension Settings

This extension contributes the following settings:

  • timewarp.enable: Enable/disable this extension
  • timewarp.apiEndpoint: Set the API endpoint for TimeWarp services

Known Issues

  • Initial release, please report any issues on the GitHub repository

Release Notes

1.0.0

Initial release of TimeWarp extension

Installation

From VS Code Marketplace

You can install this extension directly from the Visual Studio Code Marketplace:

  1. Open VS Code
  2. Go to Extensions view (Ctrl+Shift+X or Cmd+Shift+X on Mac)
  3. Search for "TimeWarp"
  4. Click Install

Alternatively, you can visit the extension page directly at: https://marketplace.visualstudio.com/items?itemName=TimeWarp-Enterprises.timewarp

Manual Installation

If you have the VSIX file, you can install it manually:

  1. Open VS Code
  2. Go to Extensions view
  3. Click the "..." menu in the top-right corner
  4. Select "Install from VSIX..."
  5. Navigate to and select the timewarp-1.0.0.vsix file

Development

Building the Extension

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm run compile to build the extension

Testing the Extension

  1. Press F5 to open a new window with your extension loaded
  2. Run your command from the command palette by pressing (Ctrl+Shift+P or Cmd+Shift+P on Mac)
  3. Set breakpoints in your code inside the source/extension.ts file to debug

Packaging the Extension

Run npm run package to create a VSIX file that can be installed in VS Code

Publishing to the Marketplace

To publish the extension to the Visual Studio Code Marketplace:

  1. Create a Personal Access Token (PAT) on Azure DevOps
  2. Login to vsce with your publisher name:
    npx vsce login TimeWarp-Enterprises
    
  3. Publish the extension:
    npm run publish
    

You can manage your published extensions at: https://marketplace.visualstudio.com/manage/publishers/timewarp-enterprises


Enjoy!

Related extensions