You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-57Lines changed: 0 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,63 +63,6 @@ The "main" branch is configured via `githubinator.mainBranches` (see "Extension
63
63
-`githubinator.providers.visualstudio.remote`: Remote name to look for when identifying a VisualStudio origin. (default: `"origin"`)
64
64
-`githubinator.providers.visualstudio.hostnames`: Hostnames for identifying a VisualStudio origin and building a url. (default: `["dev.azure.com"]`)
65
65
66
-
## Known Issues
67
-
68
-
## TODO
69
-
70
-
## Release Notes
71
-
72
-
## 1.0.1
73
-
74
-
- Fixed URL escaping of branch and file names.
75
-
76
-
## 1.0.0
77
-
78
-
- support multiple default branches. vscode-githubinator now attempts to open `main`, then `master`, `trunk`, `develop`, and `dev`. Configure these branches with the `githubinator.mainBranches` option.
79
-
- renamed `Master` commands to `Main`: `Githubinator: Copy Master` -> `Githubinator: Copy Main`, `Githubinator: Copy Master Permalink` -> `Githubinator: Copy Main Permalink`, `Githubinator: On Master` -> `Githubinator: On Main`, `Githubinator: Blame On Master` -> `Githubinator: Blame On Main`
80
-
- support resolving symbolic links. vscode-githubinator will now resolve symbolic links before opening a URL.
81
-
82
-
## 0.3.1
83
-
84
-
- allow origin urls not ending in `.git` for GitHub.
85
-
86
-
## 0.3.0
87
-
88
-
- Support calling Githubinator without an open file.
89
-
- Don't copy URL when using "Open PR".
90
-
91
-
## 0.2.3
92
-
93
-
- Fix ref lookup to ensure most recent ref is always used.
94
-
95
-
### 0.2.2
96
-
97
-
- Fixed failure when running Githubinator with detached HEAD
98
-
99
-
### 0.2.1
100
-
101
-
- Remove artifact from logo export
102
-
103
-
### 0.2.0
104
-
105
-
- add history, open pr, and compare commands
106
-
- fix url copying for commands to match documentation in README
107
-
- fix "... on master" commands to use the master branch
108
-
109
-
### 0.1.1
110
-
111
-
- Add logo for Visual Studio Marketplace
112
-
113
-
### 0.1.0
114
-
115
-
- Add Bitbucket, Gitlab, Visualstudio providers
116
-
- Add support for multiple hostnames per provider in config
117
-
- Add support for custom origin per provider in config
118
-
119
-
### 0.0.1
120
-
121
-
- Initial release
122
-
123
66
## Prior Art
124
67
125
68
This plugin is based on the [Sublime Plugin by ehamiter](https://github.com/ehamiter/GitHubinator) with the same name.
0 commit comments