# Using Visual studio code to compile and install project
### Prerequisites
Before compilation you have to install tools and dependencies (points 1,2,3): [Installing tools and dependencies](https://github.com/colobot/colobot/wiki/How-to-Build-Colobot%3A-Gold-Edition-Using-MSVC#installing-tools-and-dependencies).
### Cloning project
In order to clone the project execute the following command:
```
git clone https://github.com/colobot/colobot.git
```
In order to clone 'data' submodule you also have to execute: **(this module is needed to launch the game)**
```
git submodule update --init
```
If you want you can combine this commands and execute: