📝 Add installation instructions
This commit is contained in:
parent
77c347c326
commit
2f1d2ead71
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
@ -16,3 +16,25 @@ Not everything is supported yet, but currently the following features are suppor
|
||||||
![Demo showing autcomplete for layers and icon definition](images/demo.gif)
|
![Demo showing autcomplete for layers and icon definition](images/demo.gif)
|
||||||
|
|
||||||
All notable changes to this project are documented in the [CHANGELOG](CHANGELOG.md) file.
|
All notable changes to this project are documented in the [CHANGELOG](CHANGELOG.md) file.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
The extension can be installed in several ways:
|
||||||
|
|
||||||
|
### From the Visual Studio Code marketplace
|
||||||
|
|
||||||
|
You can install this extension from the [Visual Studio Code marketplace](https://marketplace.visualstudio.com/items?itemName=robin-van-der-linde.mapcompletevscode). Just search for "MapComplete" and you should find it.
|
||||||
|
|
||||||
|
Alternatively you van press `Ctrl+P` and paste the following command:
|
||||||
|
|
||||||
|
```cmd
|
||||||
|
ext install robin-van-der-linde.mapcompletevscode
|
||||||
|
```
|
||||||
|
|
||||||
|
## From Open VSX
|
||||||
|
|
||||||
|
You can also install the extension from the [Open VSX registry](https://open-vsx.org/extension/robin-van-der-linde/mapcompletevscode). Just search for "MapComplete" and you should find it.
|
||||||
|
|
||||||
|
### From the .vsix file
|
||||||
|
|
||||||
|
You can also install the extension from the .vsix file. You can download the latest version from the [releases page](https://github.com/RobinLinde/MapCompleteVScode/releases). After downloading the .vsix file, you should be able to install it by going to extensions in Visual Studio Code and clicking on the three dots in the top right corner. Then click on "Install from VSIX..." and select the downloaded .vsix file.
|
||||||
|
|
Loading…
Reference in a new issue