Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some github extentions to doc #69

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/TFM/projectTool/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ GitHub Copilot is an AI-powered coding assistant developed by GitHub in collabor

* Please note that this extension is not for free. [Paying policy](https://docs.github.com/en/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot)

***Additional Github extensions***
- GitHub Actions.
<u> extension id </u>: github.vscode-github-actions
- GitHub Codespaces.
<u> extension id </u>: GitHub.codespaces
- GitHub Copilot Chat.
<u> extension id </u>: GitHub.copilot-chat
- GitHub Pull Requests and Issues.
<u> extension id </u>: GitHub.vscode-pull-request-github

### Paste image
The "Paste Image" Visual Studio Code (VSCode) extension is a tool that allows you to easily paste images from your clipboard directly into your code editor. Instead of saving an image to a file and then manually inserting it into your code or documentation, this extension streamlines the process.
--How to use it--
Expand Down
Loading