GithubHelp home page GithubHelp logo

vsix's Introduction

Visual Studio extensions

This is a Visual Studio Extension (*.vsix) to include various useful commands and tools. It's licensed under the terms of the GNU General Public License, version 3 or later (GPLv3+).

Included functionality

  • Start without debugging: Allows a selected project to be run without debugging it (similar to Ctrl+F5, except that it works on any project; not just the Start-Up Project).
  • Show VCS Branch in Title bar: Adds the currently detected branch name to the title bar, in case a VCS is used. Supported VCS are:

vsix's People

Watchers

 avatar  avatar

Forkers

dominikhasiwar

vsix's Issues

GitWatcher: Handle errors

Sometimes, the FileSystemWatcher will raise the Error event and stop responding after that. As a result, the window title stays at the last branch it picked up.
Not sure when exactly it happens, but when it does most people recommend recreating the FileSystemWatcher as a whole (because it reportedly doesn't simply work to disable and enable it again).

Git VCS: look into .git/packed-refs too

Depending on the age of the ref (and the policy on git gc), refs might be packed into .git/packed-refs. Since this isn't considered right now, it would be shown as abbreviated hash instead of a named reference.

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.