Visual Studio Code is a cross-platform editor launched by Microsoft. It adopts the classic VS UI layout, which is powerful and has strong scalability. However, Visual Studio Code does not have a Chinese manual for the time being, so it will be more difficult for students who are not very familiar with English.
The original intention of this project is to provide a Chinese manual for students who want to use or are using Visual Studio Code, so that everyone can learn and use this excellent tool and improve the efficiency and quality of program development!
First translate the content of Visual Studio Code Docs into Chinese according to the existing directory structure, where:
md directory and is in the md format.images directory, and subsequent image resources will be managed uniformly in Qiniu Cloud Storage主目录-副目录-编号. 翻译名称(原英文名) corresponding to the title of the article (i.e. the directory listed below). All spaces are replaced by - ,注意单词首字母大写。 For example: The document https://code.visualstudio.com/docs/editor/whyvscode corresponds to the WhyVsCode.md file in the editor folder.
Based on the translated documents, make it into a website similar to the online manual or similar to the official documents, so that everyone can refer to it.
You are welcome to participate in the translation project. During the translation process, you can exercise your English ability and Visual Studio Code's practical application ability, while also providing convenience to others. Why not do it?
Commits pile up to a great repo. You are welcome to fork and submit a Pull Request or Issue. Even if you correct a typo or a wrong sentence, we will be very happy.
The methods and steps for participation are as follows:
Log in https://github.com
Fork [email protected]:CN-VScode-Docs/CN-VScode-Docs.git or point warehouse address CN-VScode-Docs
Create your feature branch (git checkout -b new-feature)
Submit your changes (git commit -m 'Added some features or fixed a bug or change a text')
Submit your changes to the remote git repository (git push origin new-feature)
Then start the Pull Request under the new-feature branch of the git remote repository on the github website
If you have any questions, suggestions or skills, please feel free to ask for Issues and everyone will communicate together.
Overview
EDITOR
CUSTOMIZATION
LANGUAGES
RUNTIMES
EXTENSIONS
EXTENSIBILITY REFERENCE
TOOLS
(If the translation is completed, please use the strikethrough line to cut the corresponding lines, like below)
* ~~[Overview](https://code.visualstudio.com/docs)~~
(Add to the last after Fork)