Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Nix DevcontainerNew to Visual Studio Code? Get it now.
Nix Devcontainer

Nix Devcontainer

AkosPapp

| (0) | Free
A VS Code extension for managing Nix-based development containers.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nix DevContainer Notifications Extension

A VS Code extension that provides notification commands for devcontainers.

Features

  • Show information notifications
  • Show warning notifications
  • Show error notifications
  • Create custom messages with different notification types

Commands

  • Nix DevContainer: Show Info Notification - Shows an information message
  • Nix DevContainer: Show Warning Notification - Shows a warning message
  • Nix DevContainer: Show Error Notification - Shows an error message
  • Nix DevContainer: Create Custom Message - Interactive command to create custom notifications

Development

Building the Extension

# Install dependencies
npm install

# Compile TypeScript
npm run compile

# Watch for changes during development
npm run watch

# Lint the code
npm run lint

# Package the extension
npm run package

Testing the Extension

  1. Open this folder in VS Code
  2. Press F5 to run the extension in a new Extension Development Host window
  3. Open the Command Palette (Ctrl+Shift+P) and try the Nix DevContainer commands

Installing the Extension

After packaging, you can install the extension using:

npm run install-extension

Or manually install the generated .vsix file through VS Code.

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