Giter VIP home page Giter VIP logo

vscode-setting-toggle's People

Contributors

dreamfliper avatar ho-wan avatar ho-wan-arb avatar howant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vscode-setting-toggle's Issues

Extension not working

image

The following image shows the error(s) that show when I try to click on the extension, it is not working and I believe it's because of some wrong path, since it can't find the .json file.

Toggle between splitting and closing tab

I'm not sure if this is completely possible. I want to toggle between splitting a selected tab right and with the selected tab in split view; to close the tab. This is my settings for setting-toggle;

   "toggle.settingTitle":"workbench.action.splitEditorRight",
    "toggle.settingState1": "workbench.action.closeActiveEditor",
    "toggle.settingState2": "workbench.action.splitEditorRight",

How do I assign a keybinding?

Relatively new to VSCode, but I would think I need a command name like toggle.settingToggle in order to map the toggle to a keybinding? Nothing like that is documented in the readme.

Can this only Toggle a Single Setting?

I'd like to make a toggle for the squiggly underlines that appear underneath any errors as I type. To make them disappear, the following is needed in the settings.json

"workbench.colorCustomizations": {
  "editorError.foreground": "#00000000",
  "editorWarning.foreground": "#00000000",
  "editorInfo.foreground": "#00000000"
}

Is this extension able to toggle settings like the above?

VS Code is not updated

Thanks a lot for this extension. I have an issue though:

I have 2 tabs open, a C# source code and settings.json. When I click on the "T" icon, settings.json is changed (toggling works), but the tab with the C# code is not updated. However, if I switch to settings.json and save it manually (Ctrl+s) and go back to the C# code tab, it's updated.

My expectation was this: when I'm on the C# code tab and press the "T" icon, I could see the changes (codelens on/off) immediately. But it's not the case right now.

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.