Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Screen Session ManagerNew to Visual Studio Code? Get it now.
Screen Session Manager

Screen Session Manager

yxandam

|
30 installs
| (0) | Free
A VS Code extension to manage and navigate GNU Screen sessions with ease
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-screen-extension

This is a Visual Studio Code extension that allows users to manage and navigate through screen sessions created by the screen command. Users can view a list of active screen sessions and easily switch between them.

Features

  • View a list of active screen sessions.
  • Navigate to a selected screen session by clicking on it.
  • Access the screen management page via an icon in the activity bar.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/vscode-screen-extension.git
    
  2. Navigate to the project directory:

    cd vscode-screen-extension
    
  3. Install the dependencies:

    npm install
    
  4. Open the project in Visual Studio Code:

    code .
    
  5. Press F5 to run the extension in a new Extension Development Host window.

Usage

  • After installing the extension, you will see an icon in the activity bar on the left side of the VS Code window.
  • Click on the icon to open the screen management view.
  • The view will display a list of active screen sessions.
  • Click on a session to navigate to it.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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