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
Salman Mohammadi
gitlab-vscode-extension
Commits
f83b0f65
Verified
Commit
f83b0f65
authored
Sep 26, 2020
by
Salman Mohammadi
🕊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update extension project links to gitlab-org namespace
parent
d223006e
Pipeline
#198325035
passed with stage
in 1 minute and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CODE_OF_CONDUCT.md
CODE_OF_CONDUCT.md
+1
-1
src/token_service.js
src/token_service.js
+1
-1
src/webview/src/App.vue
src/webview/src/App.vue
+1
-1
No files found.
CODE_OF_CONDUCT.md
View file @
f83b0f65
...
...
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by
[
opening an issue
](
https://gitlab.com/
fatihacet
/gitlab-vscode-extension/issues/new
)
reported by
[
opening an issue
](
https://gitlab.com/
gitlab-org
/gitlab-vscode-extension/issues/new
)
within project. All complaints will be reviewed and investigated and will result
in a response that is deemed necessary and appropriate to the circumstances.
The project team is obligated to maintain confidentiality with regard to the
...
...
src/token_service.js
View file @
f83b0f65
...
...
@@ -69,7 +69,7 @@ const askForToken = () => {
if
(
action
===
'
set
'
)
{
vscode
.
commands
.
executeCommand
(
'
gl.setToken
'
);
}
else
{
openers
.
openUrl
(
'
https://gitlab.com/
fatihacet
/gitlab-vscode-extension#setup
'
);
openers
.
openUrl
(
'
https://gitlab.com/
gitlab-org
/gitlab-vscode-extension#setup
'
);
}
}
});
...
...
src/webview/src/App.vue
View file @
f83b0f65
...
...
@@ -44,7 +44,7 @@ export default {
Fetching issuable details and discussions. This may take a while.
<br
/>
If it doesn't work, please
<a
href=
"https://gitlab.com/
fatihacet
/gitlab-vscode-extension/issues/new"
>
create an issue.
</a>
<a
href=
"https://gitlab.com/
gitlab-org
/gitlab-vscode-extension/issues/new"
>
create an issue.
</a>
</p>
<template
v-else
>
<issuable-details
:issuable=
"issuable"
/>
...
...
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