Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Wilco Plugin DesignerNew to Visual Studio Code? Get it now.
Wilco Plugin Designer

Wilco Plugin Designer

Flightwatching

|
1 install
| (0) | Free
Tools and utilities for Flightwatching plugin developers
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Wilco Plugin Desginer

A Visual Studio Code extension providing tools and utilities for Flightwatching developers.

Features

  • Hello World Command: Verify the extension is working correctly
  • Modular Architecture: Ready for future sub-modules and enhancements
  • Developer Tools: Streamlined workflow for Flightwatching team

Getting Started

  1. Install the extension from the VS Code Marketplace
  2. Open the Command Palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux)
  3. Type "Hello World" and select the command
  4. A message "Hello World from Flightwatching!" will appear

Requirements

  • Visual Studio Code v1.106.1 or higher
  • Node.js (version 20 or higher) for development

Extension Settings

This extension currently does not contribute any VS Code settings.

Known Issues

No known issues at this time. Please report any issues on our GitHub repository.

Release Notes

0.0.1

Initial release of Wilco VSCode Extension:

  • Basic Hello World command
  • Foundation for future Flightwatching developer tools

Development

Installation

npm install

Running in Development Mode

  1. Open the project in VS Code
  2. Press F5 to launch the extension in debug mode
  3. A new VS Code window will open with the extension loaded
  4. Test the "Hello World" command

Build

npm run compile

Package

npm run package

Deployment

Deployment is automated via GitHub Actions:

Required Configuration

  1. VS Code Marketplace Token:

    • Create a Personal Access Token at https://dev.azure.com
    • Add it as a VSCE_PAT secret in the GitHub repository settings
  2. GitHub Token:

    • Automatically provided by GitHub Actions (GITHUB_TOKEN)

Release Process

  1. Create a new release on GitHub:
    git tag v0.0.1
    git push origin v0.0.1
    
  2. Create the release via the GitHub interface
  3. The GitHub Actions workflow will automatically:
    • Build the extension
    • Publish it to the VS Code Marketplace
    • Attach the VSIX file to the GitHub release

Project Structure

.
├── .github/
│   └── workflows/
│       └── release.yml       # Automated deployment workflow
├── src/
│   ├── extension.ts          # Extension entry point
│   └── test/                 # Tests
├── package.json              # Extension manifest
└── README.md                 # This file

Roadmap

  • [x] Basic Hello World command
  • [x] Automated deployment
  • [ ] Add Flightwatching-specific sub-modules

Contributing

This is a proprietary extension for Flightwatching. Please contact the maintainers for contribution guidelines.

License

Proprietary - Flightwatching

Enjoy!

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