Craig E. Shea

Results 143 comments of Craig E. Shea

So, I tried some stuff out yesterday, because I just need checking in to work for now. I installed a minimal VS2015 installation and then installed TFPT 2015 so that...

@SheGe yeah, so you're overriding the policy... So I'm not sure if that's what's enabling you to check-in with no problems. I am not attempting to override the policy. And...

There's not much you can do. I have the same situation in my repository. It gets really ugly really fast to fix these kinds of things. One thing I'm fairly...

I wonder if it's possible, during TFS cloning, to detect a `rename` change in TFS, and execute the appropriate git command (e.g. `git branch -m`) to effect the change?

Oh, nevermind, this is a merge and rename in one operation. I even see some merge and edits occurring simultaneously.

I found a way to do this! See my comments on #835 (which don't explain exactly how to do this, but can lead you in the right direction to make...

See my comments in #835 where I explain how you can do this. It takes a lot of manual effort and fooling around with "git-tfs internals" to accomplish this, but...

Heck, it's annoying enough to have all your open document tabs unceremoniously get closed, and then worst of all, they're not restored when Paket extension is done doing its thing....

Found the solution. Apparently, the current `snippets.json` file found at the official Emmet github repository has the following abbreviation: ``` "script": "" ``` An older version of this file (supplied...

I also have this issue, frequently. I'm on Windows, latest version of VS Code - Insiders (happens in regular VS Code, too). I'm also on Windows 10 1809. So it's...