- Learn WebAssembly
- Mike Rourke
- 53字
- 2021-08-13 15:39:00
Installing VS Code on Windows
You can install VS Code using Chocolatey. Run this command from Command Prompt or PowerShell:
choco install visualstudiocode
Once installed, you can access it from the Start menu.
You can open VS Code with the current working directory as the project by running code . in the CLI.
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- TypeScript Blueprints
- Delphi程序設計基礎:教程、實驗、習題
- ASP.NET Core 5.0開發入門與實戰
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- TestNG Beginner's Guide
- Mastering Python Networking
- Go并發編程實戰
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Unity 2D Game Development Cookbook
- Visual Basic程序設計實驗指導(第二版)
- Solr Cookbook(Third Edition)
- Swift 4 Protocol-Oriented Programming(Third Edition)
- TMS320LF240x芯片原理、設計及應用
- Django Design Patterns and Best Practices