GithubHelp home page GithubHelp logo

haininhhoang94 / vscode-disable-extensions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from muzaisimao/vscode-disable-extensions

0.0 0.0 0.0 521 KB

Disable extensions for VS Code

License: MIT License

JavaScript 2.87% TypeScript 97.13%

vscode-disable-extensions's Introduction

Disable extensions for VS Code

This extension is inspired by the VS Code Feature Request #40239

Install

  1. Search in the VS Code extensions: Disable Extensions

  2. Visual Studio Code Market Place: Disable Extensions


Features

  • Disables the specified extension based on the configuration file.

  • Activate only when a profile is found


Note

  1. Make sure that the "code" command is recognized on your device. here

  2. Make sure your VS Code version is above 1.58.0

  3. The extension is currently not available for VS Code insiders.

  4. Please try to configure openInNewWindow to get the best experience

  5. Currently does not support opening the workspace


Usage

  1. Add the ext.config.json file to the .vscode folder.

  2. Close VS Code and open the project again.

Tips: Every time you open a project with a configuration file, the current VS Code will reload once!


Configuration

Name Default Description
disabled Array: [] extension id list (Required)
autoReload Boolean: true Auto reload or manual selection reload
openInNewWindow Boolean: true Open in a new window or the current window

ext.config.json - example:

{
    "disabled": [],
    "autoReload": true,
    "openInNewWindow": true
}

Tips: Right-click on the extension and select "Copy ID".


How it works?

  • Using the official VS Code Command Line Interface (CLI)

Todo

  • Add support for VS Code insiders

  • Add workspace support


Issues

Submit the issues if you find any bug or have any suggestion.


License

Copyright (c) muzaisimao. All rights reserved.

Licensed under the MIT license.

vscode-disable-extensions's People

Contributors

muzaisimao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.