Eric Amodio
48ea7330f6
Updates CodeStream details
3年前
Eric Amodio
5614710330
Adds original source link
3年前
Eric Amodio
914fab61c4
Closes #1353 - improves status bar flicker
Also makes it the default
3年前
Eric Amodio
7ee3100d5e
Fixes issue with loading PRs in the status bar
3年前
Eric Amodio
1f0559930b
Closes #1196 - adds regex pattern for remotes
3年前
Eric Amodio
1156c6dc8e
Reduces confirmation threshold & updates msgs
3年前
Eric Amodio
f2843c771d
Fixes #1351 stops showing whats new more than once
3年前
Eric Amodio
d418897e09
Adds CodeStream partnership
3年前
Eric Amodio
24d872a2fa
Adds partner api support
3年前
Eric Amodio
e657def760
Changes Open Branch on Remote to better url
3年前
Eric Amodio
e8ac453a51
Stops filtering out root prs on forks
3年前
Eric Amodio
6668bcbc94
Adds user/email fallback detection
3年前
Eric Amodio
9912260fd1
Updates dependencies
3年前
Eric Amodio
f6eb3a39f5
Changes to use built-in undoCommit command
3年前
Eric Amodio
5ab9b95953
Updates dependencies
3年前
Eric Amodio
72f1d8784d
Adds create pull request notification
3年前
Eric Amodio
5663251708
Adds new icon for create pull request
3年前
Eric Amodio
046bb45911
Fixes external directory compare
Adds advanced.externalDiffTool setting
Adds advanced.externalDirectoryDiffTool setting
3年前
Eric Amodio
9aa755cf25
Turns off prefer-nullish-coalescing lint rule
3年前
Eric Amodio
462c0b0b39
Removes bogus auto-linking of stash messages
3年前
Eric Amodio
1d7be10b2a
Fixes #863 - tells built-in git about found repos
3年前
Eric Amodio
5060c2cc1e
Hides commands that should be when disabled
3年前
Eric Amodio
198162224e
Fixes branch/upstream in create pr runner
3年前
Eric Amodio
2a7c0c40bb
Adds more granular repo file watching
Adds repo change events for rebase, merge, and cherry-pick
Clears some caches only when specific change occurs
3年前
Eric Amodio
da23d01e7c
Fixes #1332 - resets caches on manual view refresh
3年前
Eric Amodio
aca81f63c4
Fixes publish showing up on remote branches
3年前
Eric Amodio
3d55395f2e
Adds upstream & isRemote to create pr runner
Moves a few api props to be at the root level
3年前
Eric Amodio
a8b9127cd5
Adds @egfx-notifications contribution
3年前
Florian Schwalm
992e81041c
Fixes #1045 - Correctly resolve mapped drive on Windows
fs.realpath.native in NodeJS uses the Win32 API function GetFinalPathNameByHandle() on Windows hosts,
therefore a given path must follow the guidelines for Win32 API file functions.
Drive letters on Windows need to end on a backslash according to the Win32 File Naming Conventions (https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file )
Omitting the backslash results in Windows treating the remaining path components as a relative path starting from the current directory on the specified disk
https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#fully-qualified-vs-relative-paths
3年前
Eric Amodio
7181b1cc7b
Fixes logging
3年前
Eric Amodio
6a2cf08f2b
Changes remote provider in api to an object
3年前
Eric Amodio
0c841023c4
Adds id to remote providers
3年前
Eric Amodio
fd7c156584
Changes provider from string to ref
3年前
Eric Amodio
369cf3ea3e
Updates dependencies
3年前
Eric Amodio
0afba2c575
Adds indicator if view auto-refresh is unavailable
3年前
Eric Amodio
4c573e7043
Adds repo watching when outside of the workspace
When available via the built-in Git api
3年前
Eric Amodio
92792ab45f
Adds GH issue configuration
3年前
Eric Amodio
48184e77e2
Updates CHANGELOG
3年前
Eric Amodio
8321058517
Updates dependencies
3年前
Eric Amodio
ebd9a3660a
Adds status colors to pull request icons
3年前
Robin Neatherway
cd14bb368f
Add on: pull_request trigger to CodeQL workflow
From February 2021, in order to provide feedback on pull requests, Code Scanning workflows must be configured with both `push` and `pull_request` triggers. This is because Code Scanning compares the results from a pull request against the results for the base branch to tell you only what has changed between the two.
Early in the beta period we supported displaying results on pull requests for workflows with only `push` triggers, but have discontinued support as this proved to be less robust.
See https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#scanning-pull-requests for more information on how best to configure your Code Scanning workflows.
3年前
Eric Amodio
ae03319ab1
Adds switch to text option to rebase editor
3年前
Eric Amodio
b69a177d62
Shows rebase status even with no conflicts
3年前
Eric Amodio
69cb0be924
Renames Toggle History Mode: to Toggle History by:
3年前
Eric Amodio
3b7ea57f24
Fixes changing to Push command on HEAD commit
Previous commit a664073
3年前
Eric Amodio
7f549c66e7
Removes eslint ignore
3年前
Eric Amodio
15c7046d94
Removes holiday snowing easter egg
3年前
Eric Amodio
a664073586
Changes to Push command on HEAD commit
3年前
Eric Amodio
71e0c4439f
Fixes #1323 - uses built-in vscode command
3年前
Eric Amodio
eb9e7c3198
Updates dependencies & TypeScript
Works around https://github.com/microsoft/TypeScript/issues/41428
3年前