{"id":13451425,"url":"https://github.com/microsoft/vscode-docs","last_synced_at":"2025-05-14T21:02:10.660Z","repository":{"id":37502572,"uuid":"41443539","full_name":"microsoft/vscode-docs","owner":"microsoft","description":"Public documentation for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2025-05-14T19:24:27.000Z","size":243314,"stargazers_count":5960,"open_issues_count":100,"forks_count":5019,"subscribers_count":263,"default_branch":"main","last_synced_at":"2025-05-14T20:35:40.864Z","etag":null,"topics":["vscode"],"latest_commit_sha":null,"homepage":"http://code.visualstudio.com/docs","language":"Markdown","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"docs/supporting/faq.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-08-26T18:45:33.000Z","updated_at":"2025-05-14T19:24:31.000Z","dependencies_parsed_at":"2023-12-30T01:22:22.684Z","dependency_job_id":"fcef3f0a-4916-4652-894b-7df6598ee131","html_url":"https://github.com/microsoft/vscode-docs","commit_stats":{"total_commits":13035,"total_committers":1042,"mean_commits":"12.509596928982726","dds":0.7607978519370925,"last_synced_commit":"298a0d3b5d20ca5d42c41c0579af19b8940c6297"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fvscode-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fvscode-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fvscode-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fvscode-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/vscode-docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254227603,"owners_count":22035667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vscode"],"created_at":"2024-07-31T07:00:53.631Z","updated_at":"2025-05-14T21:02:05.620Z","avatar_url":"https://github.com/microsoft.png","language":"Markdown","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"vscode logo\" src=\"images/logo-stable.png\" width=\"100px\" /\u003e\n  \u003ch1 align=\"center\"\u003eVisual Studio Code Documentation\u003c/h1\u003e\n\u003c/p\u003e\n\nYou've found the Visual Studio Code documentation GitHub repository, which contains the content for the [Visual Studio Code documentation](https://code.visualstudio.com/docs).\n\nTopics submitted here will be published to the [Visual Studio Code](https://code.visualstudio.com) portal.\n\nIf you are looking for the VS Code product GitHub repository, you can find it [here](https://github.com/microsoft/vscode).\n\n\u003e**Note**: The vscode-docs repository uses [Git LFS](https://git-lfs.github.com/) (Large File Storage) for storing binary files such as images and `.gif`s. If you are contributing or updating images, please enable Git LFS per the instructions in the [Contributing](#cloning) section below.\n\n## Index\n\n- [Index](#index)\n- [Visual Studio Code](#visual-studio-code)\n- [Feedback](#feedback)\n- [Documentation Issues](#documentation-issues)\n- [Contributing](#contributing)\n  - [Workflow](#workflow)\n  - [Cloning](#cloning)\n    - [Cloning without binary files](#cloning-without-binary-files)\n- [Publishing](#publishing)\n\n## Visual Studio Code\n\n[VS Code](https://code.visualstudio.com/) is a lightweight source code editor and powerful development environment for building and debugging modern web, mobile, and cloud applications. It is free and available on your favorite platform - Linux, macOS, and Windows.\n\nIf you landed here looking for other information about VS Code, head over to [our website](https://code.visualstudio.com) for additional information.\n\n## Feedback\n\nIf you want to give documentation feedback, please use the feedback control located at the bottom of each documentation page.\n\n## Documentation Issues\n\nTo enter documentation bugs, please create a [new GitHub issue](https://github.com/microsoft/vscode-docs/issues). Please check if there is an existing issue first.\n\nIf you think the issue is with the VS Code product itself, please enter issues in the VS Code product repo [here](https://github.com/microsoft/vscode/issues).\n\n## Contributing\n\nTo contribute new topics/information or make changes to existing documentation, please read the [Contributing Guideline](./CONTRIBUTING.md#contributing).\n\n### Workflow\n\nThe two suggested workflows are:\n\n- For small changes, use the \"Edit\" button on each page to edit the Markdown file directly on GitHub.\n- If you plan to make significant changes or preview the Markdown files in VS Code, [clone](#cloning) the repo to [edit and preview](https://code.visualstudio.com/docs/languages/markdown) the files directly in VS Code.\n\n![Markdown Preview Button](images/MDPreviewButton.png)\n\n### Cloning\n\n1. Install [Git LFS](https://git-lfs.github.com/).\n2. Run `git lfs install` to setup global git hooks. You only need to run this once per machine.\n3. SSH auth: `git clone git@github.com:microsoft/vscode-docs.git`\u003cbr\u003eHTTPS auth: `git clone https://github.com/microsoft/vscode-docs.git`\n4. Now you can `git add` binary files and commit them. They'll be tracked in LFS.\n\n#### Cloning without binary files\n\nYou might want to clone the repo without the 1.6GB images. Here are the steps:\n\n1. Install [Git LFS](https://git-lfs.github.com/).\n2. Run `git lfs install` to setup global git hooks. You only need to run this once per machine.\n3. Clone the repo without binary files.\n    - macOS / Linux:\n      - SSH auth: `GIT_LFS_SKIP_SMUDGE=1 git clone git@github.com:microsoft/vscode-docs.git`\n      - HTTPS auth: `GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/microsoft/vscode-docs.git`\n    - Windows:\n      - SSH auth: `$env:GIT_LFS_SKIP_SMUDGE=\"1\"; git clone git@github.com:microsoft/vscode-docs.git`\n      - HTTPS auth: `$env:GIT_LFS_SKIP_SMUDGE=\"1\"; git clone https://github.com/microsoft/vscode-docs.git`\n4. Now you can selectively checkout some binary files to work with. For example:\n    - `git lfs pull -I \"docs/nodejs\"` to only download images in `docs/nodejs`\n    - `git lfs pull -I \"release-notes/images/1_4*/*\"` to only download images in `release-notes/images/1_4*`\n    - `git lfs pull -I \"docs,api\"` to download all images in `docs` and in `api`\n    - `git lfs pull -I \u003cPATTERN\u003e`, as long as `\u003cPATTERN\u003e` is a valid [Git LFS Include and Exclude pattern](https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-fetch.adoc#include-and-exclude).\n\nThe history of this repo before we adopted LFS can be found at [microsoft/vscode-docs-archive](https://github.com/microsoft/vscode-docs-archive).\n\n## Publishing\n\nPublishing merged pull requests is not automatic and is initiated manually after changes have been reviewed on an internal staging server. There is no specific time guarantee for when PR updates will be available on https://code.visualstudio.com but the intent is that they will usually be live within 24 hours.\n","funding_links":[],"categories":["Markdown","CSS","编辑器"],"sub_categories":["资源传输下载"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fvscode-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fvscode-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fvscode-docs/lists"}