generated from skills/copilot-codespaces-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
function skillsMember() { | ||
const member = this.member | ||
const skills = this.skills | ||
const viewer = this.viewer | ||
const memberLogin = this.memberLogin | ||
const memberName = this.memberName | ||
const memberAvatarUrl = this.memberAvatarUrl | ||
const memberLocation = this.memberLocation | ||
const memberCompany = this.memberCompany | ||
const memberEmail = this.memberEmail | ||
const memberBio = this.memberBio | ||
const memberSite = this.memberSite | ||
const memberTwitter = this.memberTwitter | ||
const memberLinkedIn = this.memberLinkedIn | ||
const memberFacebook = this.memberFacebook | ||
const memberInstagram = this.memberInstagram | ||
const memberYouTube = this.memberYouTube | ||
const memberTwitch = this.memberTwitch | ||
const memberTikTok = this.memberTikTok | ||
const memberWeChat = this.memberWeChat | ||
const memberWeibo = this.memberWeibo | ||
const memberSinaWeibo = this.memberSinaWeibo | ||
const memberZhihu = this.memberZhihu | ||
const memberDribbble = this.memberDribbble | ||
const memberBehance = this.memberBehance | ||
const memberMedium = this.memberMedium | ||
const memberDevTo = this.memberDevTo | ||
const memberProductHunt = this.memberProductHunt | ||
const memberStackOverflow = this.memberStackOverflow | ||
const memberKeybase = this.memberKeybase | ||
const memberDiscord = this.memberDiscord | ||
const memberSpotify = this.memberSpotify | ||
const memberSteam = this.memberSteam | ||
const memberReddit = this.memberReddit | ||
const memberGitLab = this.memberGitLab | ||
const memberGitLabUrl = this.memberGitLabUrl | ||
const memberGitLabBio = this.memberGitLabBio | ||
const memberGitLabTwitter = this.memberGitLabTwitter | ||
const memberGitLabLinkedIn = this.memberGitLabLinkedIn | ||
const memberGitLabFacebook = this.memberGitLabFacebook | ||
const memberGitLabInstagram = this.memberGitLabInstagram | ||
const memberGitLabYouTube = this.memberGitLabYouTube | ||
const memberGitLabTwitch = this.memberGitLabTwitch | ||
const memberGitLabTikTok = this.memberGitLabTikTok | ||
const memberGitLabWeChat = this.memberGitLabWeChat | ||
const memberGitLabWeibo = this.memberGitLabWeibo |