Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Murad Yusufov
gitlab-vscode-extension
Commits
36ab3775
Verified
Commit
36ab3775
authored
Sep 10, 2020
by
Murad Yusufov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: heuristicInstanceUrl is async, so await it
parent
26c561f7
Pipeline
#188189232
passed with stage
in 2 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/git_service.js
src/git_service.js
+1
-1
No files found.
src/git_service.js
View file @
36ab3775
...
...
@@ -91,7 +91,7 @@ const fetchCurrentInstanceUrl = async workspaceFolder => {
}
// try to determine the instance URL heuristically
const
heuristicUrl
=
heuristicInstanceUrl
(
workspaceFolder
);
const
heuristicUrl
=
await
heuristicInstanceUrl
(
workspaceFolder
);
if
(
heuristicUrl
)
{
return
heuristicUrl
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment