Giter VIP home page Giter VIP logo

vscode-notes's Introduction

简介

资源

  1. 官方文档:https://code.visualstudio.com/docs
  2. 官方文档中文翻译:

基本概念

常见操作

改变界面语言

  1. 按下快捷键Ctrl+Shift+P,输入language,选择Configure Display Language
  2. 在弹出的选项中选择zh_cn,即可改变界面语言为中文

关闭自动更新

设置编辑模式

添加新git项目并同步到github网站

  1. 将要上传的文件夹改名为项目名称,如 whh-python-homework
  2. 在github网站建立一个同名空的项目,如新建的项目: https://github.com/apricoteriop456/whh-python-homework
  3. 右键 vscode 打开 whh-python-homework 文件夹
  4. 按下快捷键Ctrl+Shift+P, 输入 git init, 都选择第1条Git:Intialize Repository初始化储存库,回车
  5. 按下快捷键Ctrl+Shift+G 打开源代码管理,点击 右上角 ... ,选择暂存所有更改
  6. 点击对勾提交,提交信息输入 Init,确认提交
  7. 按下快捷键Ctrl+Shift+P, 输入 git add remote, 先输入项目名称 whh-python-homework,再把第2步创建的项目地址 https://github.com/apricoteriop456/whh-python-homework 复制进去,回车,这步操作旨在本地仓库与远程仓库之间建立链接。
  8. 源代码管理,点击 右上角 ... ,选择推送到 ,下面选择默认即可
  9. 刷新github网站项目地址是否已同步所有内容

vscode-notes's People

Contributors

jinlin82 avatar wanghonghong456 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.