- Create new external tool via
Tools - External Tools... - Add new external tool
| Settings | Value |
|---|---|
| Title | VS Code |
| Command | D:\Soft\VS Code\Code.exe |
| Arguments | -g |
| Initial directory | $(ItemDir) |
Tools - External Tools...| Settings | Value |
|---|---|
| Title | VS Code |
| Command | D:\Soft\VS Code\Code.exe |
| Arguments | -g |
| Initial directory | $(ItemDir) |
| if WinExist("ahk_exe devenv.exe") | |
| ^r:: ; Replace Ctrl+R with | |
| send, ^{F2} ; Combination of Ctrl+F2, Tab, Tab | |
| send, {Tab} | |
| send, {Tab} | |
| send, {Down} | |
| return | |
| #IfWinActive |
| #!/bin/sh | |
| if [ `git rev-parse --abbrev-ref HEAD` == "release" ]; then | |
| echo ":: POST MERGE ::" | |
| echo "BRANCH: RELEASE " | |
| date -u > changes.txt | |
| echo "" >> changes.txt | |
| echo "git log --oneline release..master" |
| using System; | |
| using System.Collections.Generic; | |
| using System.Collections.ObjectModel; | |
| using System.Collections.Specialized; | |
| using System.ComponentModel; | |
| using System.Linq; | |
| using System.Windows; | |
| using System.Windows.Controls; | |
| using System.Windows.Markup; |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Collections.Specialized; | |
| using System.Linq; | |
| using SharpCommon.Extensions; | |
| namespace SharpCommon.Helpers | |
| { | |
| public class NotifyListWrapper<T> : INotifyCollectionChanged, IList<T> |
| # Remove all files | |
| $ git rm --cached -r . | |
| # Restore them | |
| $ git reset --hard | |
| # Write both the index and working directory from git's database. | |
| $ git add . | |
| # Prepare to make a commit by staging all the files that will get normalized. This is your chance to inspect which files were never normalized. You should get lots of messages like: "warning: CRLF will be replaced by LF in file." |
| <?xml version="1.0" encoding="utf-8"?> | |
| <item> | |
| <title>New version 2.13.2 available!</title> | |
| <version>2.13.2</version> | |
| <url>https://github-windows.s3.amazonaws.com/GitHubSetup.exe</url> | |
| <changelog>https://windows.github.com/release-notes.html</changelog> | |
| </item> |
API for Ufa (id #4588)
| Program: D:\Progs\Sublime Text 3\subl.exe | |
| Parameters: $FilePath$:$SelectionEndLine$:$SelectionStartColumn$ |
| #!/bin/sh | |
| cd /var/opt/gitlab/gitlab-rails/working | |
| exec 2>&1 | |
| exec chpst -e /opt/gitlab/etc/gitlab-rails/env -P \ | |
| -U git -u git \ | |
| /opt/gitlab/embedded/bin/bundle exec sidekiq \ | |
| # ADD THE LINE BELOW AND SET NUMBER OF WORKERS |