Coder Social home page Coder Social logo

z0al / settings-toggle Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 5.31 MB

Effortlessly Toggle Settings in Visual Studio Code

Home Page: https://marketplace.visualstudio.com/items?itemName=z0al.settings-toggle

License: MIT License

TypeScript 99.31% JavaScript 0.69%
vscode vscode-extension vscode-settings toggle

settings-toggle's People

Contributors

dependabot[bot] avatar z0al avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

settings-toggle's Issues

how to toggle settings from other extension

I want to add a status bar button to toggle wrapTabs . But it only invokes the toggle panel, not toggle the settings.

var right=0;
            var e=vscode_1.window.createStatusBarItem(vscode.StatusBarAlignment.Left);
            e.text = '$(extensions-view-icon)';
            e.tooltip = 'Toggle Wrap Tabs';
            e.command = {
                    "title": "wrap",
                    "command": "settings-toggle.toggle-workspace",
                    "arguments": ["workbench.editor.wrapTabs"]
                    ,"args": {
                        "action": "toggle",
                        "setting": "workbench.editor.wrapTabs"
                      }
                };
            e.color = 'yellow';
            e.show();

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Invalid vsce token. Additional information:

Error: Command failed with exit code 1: vsce verify-pat
ERROR Can not read the publisher's name. Either supply it as an argument or run vsce from the extension folder. Additional information:

Error: @types/vscode ^1.60.0 greater than engines.vscode ^1.59.0. Consider upgrade engines.vscode or use an older @types/vscode version

Unfortunately this error doesn't have any additional information. Feel free to kindly ask the author of the semantic-release-vsce plugin to add more helpful information.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Invalid vsce token. Additional information:

Error: Command failed with exit code 1: vsce verify-pat
ERROR Can not read the publisher's name. Either supply it as an argument or run vsce from the extension folder. Additional information:

Error: @types/vscode ^1.63.1 greater than engines.vscode ^1.59.0. Consider upgrade engines.vscode or use an older @types/vscode version

Unfortunately this error doesn't have any additional information. Feel free to kindly ask the author of the semantic-release-vsce plugin to add more helpful information.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

Allow key bindings to use arguments for commands

The toggle commands do not use the arguments set in a key binding.

  {
    "key": "ctrl+i t",
    "command": "settings-toggle.toggle-workspace",
    "args": {
      "action": "set",
      "setting": "workbench.colorTheme",
      "value": "Default Light+"
    }
  }

Possible values for action:

  • toggle : toggle the current value
  • set : set the settings to the value given in property value (string, boolean, number, array, object)
  • reset or default : revert to default value
  • ....... : something I didn't think of

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.