Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vibe ModeNew to Visual Studio Code? Get it now.
Vibe Mode

Vibe Mode

VibeMode

|
9 installs
| (1) | Free
VS Code extension to enter your optimal coding flow state with smart layout management
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vibe Mode

A VS Code extension that helps you enter your optimal coding flow state by intelligently managing your workspace layout for maximum focus and productivity.

UI Transformation Preview

Vibe Mode UI Changes

Visual demonstration of how Vibe Mode transforms your VS Code workspace for optimal focus and flow state.

Features

This extension provides commands to optimize your VS Code layout for deep focus work:

Primary Commands

  • Vibe On (vibe-mode.vibeOn) - Enter your flow state with optimal layout configuration
  • Vibe Off (vibe-mode.vibeOff) - Exit flow state and restore default VS Code layout

What Vibe Mode Does

Vibe On - Enter Flow State

  • Automatically cleans conflicting UI elements
  • Opens Copilot chat in editor for AI assistance
  • Moves terminal to left for better workflow
  • Hides sidebar and activity bar for maximum focus
  • Smart conflict detection and resolution

Vibe Off - Exit Flow State

  • Restores activity bar to default position (visible, left)
  • Moves panel/terminal back to bottom position
  • Shows sidebar and normal UI elements
  • Opens chat in normal sidebar/panel mode
  • Creates new empty editor in center
  • Ensures status bar is visible

Enhanced Layout Conflict Resolution

This extension includes enhanced logic to resolve layout conflicts that can occur when multiple editors, Welcome tabs, or other UI elements compete for space with your focused workflow.

Automatic Conflict Detection

  • Detects Welcome tabs that conflict with optimal layout
  • Identifies multiple open editors that create clutter
  • Recognizes when sidebar and panels interfere with focus

Aggressive Cleanup Strategy

  • Closes all conflicting editors before entering Vibe Mode
  • Hides sidebar, activity bar, and unnecessary panels
  • Provides a clean slate for optimal focus and flow
  • Includes comprehensive logging for troubleshooting

Usage

Quick Setup - Enter Vibe Mode

Run the "Vibe Mode: Vibe On - Enter Flow State" command from the Command Palette to enter your optimal coding flow state with automatic conflict resolution.

Exit Vibe Mode

Run the "Vibe Mode: Vibe Off - Exit Flow State" command to restore the default VS Code layout when you're done with focused work.

Commands

  • "Vibe Mode: Vibe On - Enter Flow State" - Complete flow state optimization
  • "Vibe Mode: Vibe Off - Exit Flow State" - Restore default VS Code layout

Technical Details

Flow State Optimization Strategy

  1. Clean Slate Approach: Closes all conflicting editors and tabs
  2. UI Minimization: Hides non-essential UI elements (sidebar, activity bar, panels)
  3. Terminal Optimization: Positions terminal on the left for better workflow
  4. Focus Integration: Opens tools (like Copilot) in the optimal editor position

Conflict Resolution

The extension detects and resolves common layout conflicts:

  • Multiple open editors competing for space
  • Welcome tab interfering with focused workflow
  • Sidebar and activity bar reducing available space
  • Bottom panels creating visual clutter

Commands Used

  • workbench.action.chat.openInEditor - Opens Copilot in editor mode
  • workbench.action.positionPanelLeft - Moves terminal to left
  • workbench.action.closeSidebar - Hides the sidebar
  • workbench.action.activityBarLocation.hide - Hides the activity bar
  • workbench.action.closeAllEditors - Cleans up conflicting editors

Requirements

  • VS Code version 1.74.0 or higher
  • GitHub Copilot extension (recommended for AI-assisted coding workflows)

Installation

  1. Clone this repository
  2. Open the folder in VS Code
  3. Press F5 to run the extension in a new Extension Development Host window
  4. Use the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) to access the commands

Extension Commands

This extension contributes the following commands:

  • vibe-mode.vibeOn: Vibe On - Enter Flow State (with conflict resolution)
  • vibe-mode.vibeOff: Vibe Off - Exit Flow State (restore default layout)

Known Issues and Limitations

  • Requires GitHub Copilot extension to be installed for AI-assisted workflows
  • Some VS Code commands may not be available in all environments
  • Layout changes are immediate and can be reversed using Vibe Off command

Release Notes

0.0.1

  • Initial release with basic layout management
  • Commands for focused workflow, terminal, and sidebar management
  • Comprehensive test suite

0.1.0 (Current - Vibe Mode)

  • 🎯 Rebranded to "Vibe Mode" - Enter your optimal coding flow state
  • Enhanced conflict resolution - Intelligent layout optimization
  • Vibe On/Off workflow - Seamless entry and exit from flow state
  • Improved Welcome tab handling and multi-editor conflict resolution
  • Clean Layout command for aggressive workspace optimization
  • Enhanced logging and debugging capabilities
  • 108+ comprehensive tests including layout conflict scenarios

Testing

The extension includes comprehensive test coverage with 108+ tests covering:

  • Unit Tests: Individual function testing
  • Integration Tests: Command registration and execution
  • Layout Tests: Real layout state verification
  • Conflict Resolution Tests: Welcome tab and multi-editor scenarios
  • Visual Layout Tests: UI component positioning
  • Error Handling Tests: Graceful failure scenarios
  • Vibe Mode Tests: Flow state entry and exit

Run tests with:

npm test

Enjoy your optimal coding Vibe Mode! 🎯🚀


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

Testing

This extension includes comprehensive automated tests to ensure reliability and functionality.

Running Tests

# Run all tests (54 tests total)
npm test

# Run tests with watch mode during development
npm run watch

# Compile and lint before testing
npm run pretest

Test Structure

The extension includes five types of tests:

  1. Unit Tests (src/test/extension.test.ts) - Test individual functions and command registration with mocking
  2. Integration Tests (src/test/integration.test.ts) - Test extension activation and command availability in VS Code environment
  3. Basic Functionality Tests (src/test/basic.test.ts) - Test core VS Code API integration and package validation
  4. Layout Position Verification Tests (src/test/layout-positioning.test.ts) - Test component positioning and layout state changes
  5. Real Layout State Verification Tests (src/test/real-layout-verification.test.ts) - Test actual workspace layout inspection and validation
  6. Visual Layout State Tests (src/test/visual-layout.test.ts) - Test actual component positioning and layout state validation

Test Coverage

  • ✅ Extension activation and deactivation
  • ✅ Command registration verification
  • ✅ Error handling and fallback mechanisms
  • ✅ Package.json validation
  • ✅ VS Code API integration
  • ✅ Mock testing for command execution
  • ✅ Panel position verification (left, right, bottom states)
  • ✅ Sidebar visibility state tracking (show/hide states)
  • ✅ Copilot editor positioning (fallback command testing)
  • ✅ Complete layout setup verification (all components positioned correctly)
  • ✅ Layout state persistence (configuration tracking)
  • ✅ Real workspace layout inspection (actual VS Code environment testing)
  • ✅ Component state detection (terminal, sidebar, Copilot availability)
  • ✅ Error recovery and resilience (graceful failure handling)
  • ✅ Visual component positioning (actual command execution and state verification)

Layout Positioning Tests

The comprehensive layout positioning tests verify that components and layout elements are correctly positioned:

  • Activity Bar Hiding: Tests that the activity bar (primary sidebar) is properly hidden using workbench.action.activityBarLocation.hide
  • Panel Position Changes: Verifies terminal panels correctly move from bottom/right to left position using workbench.action.positionPanelLeft
  • Sidebar State Management: Tracks sidebar visibility state and ensures proper hide/show functionality
  • Component State Tracking: Monitors all layout components (panel position, sidebar visibility, Copilot status)
  • Command Sequence Verification: Ensures the correct VS Code commands are called in proper order
  • Fallback Behavior: Tests that alternative commands work when primary commands fail
  • State Persistence: Verifies layout changes persist and are reflected in VS Code configuration
  • Configuration Validation: Tests that layout configuration values are correctly set and accessible
  • Real Environment Testing: All tests run in actual VS Code instance with real command execution
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft