Skip to content

Commit

Permalink
Merge pull request #37 from JennieJi/update-trademark
Browse files Browse the repository at this point in the history
Fix #35 Update trademark
  • Loading branch information
JennieJi authored Nov 16, 2023
2 parents 3c894c8 + b36f8f7 commit 74dcc81
Show file tree
Hide file tree
Showing 10 changed files with 3,241 additions and 1,890 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# VSCode GitLab Snippets Extension
# VSCode GLab Snippets Extension

VSCode extension for managing GitLab snippets. Suppports private GitLab setting, multiple hosts, personal favorite list, save to local.
VSCode extension for managing snippets on GitLab. Suppports private setting, multiple hosts, personal favorite list, save to local.

To use the extension, you will need to add your GitLab host, and private token via command palette **Add host** command:
To use the extension, you will need to add your host, and private token via command palette **Add host** command:

![Commands](https://i.imgur.com/GIHlEDc.png)

Enter your GitLab host. And it will ask for your **personal access token**.
Enter your host. And it will ask for your **personal access token**.

Generated a [personal access token](https://git.garena.com/profile/personal_access_tokens) with **api** access in **user settings >
Access Tokens**.

![Token](https://i.imgur.com/cdH7spR.png)

Copy the token generated, enter into the textbox. And select your GitLab API version. Latest API version is 4.
Copy the token generated, enter into the textbox. And select your API version. Latest API version is 4.

And then you could use other commands like publish, add snippet by ID, or the snippets explorer to view, star, download, copy to clipboard and paste the snippet into your workspace:

Expand Down
Loading

0 comments on commit 74dcc81

Please sign in to comment.