Skip to content

Commit

Permalink
Add notes about licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarius committed Aug 15, 2024
1 parent cc9513d commit ea88643
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ rm opencl-language-server-win32-x86_64.zip
popd
```

### Licenses

```shell
pushd ./bin
curl --remote-name-all --location $( curl -s https://api.github.com/repos/Galarius/opencl-language-server/releases/latest | grep "licenses.tar.gz" | tail -n -1 | cut -d : -f 2,3 | tr -d \" )
tar -xzvf licenses.tar.gz
rm licenses.tar.gz
popd
```

## Publishing the extension to the Visual Studio Marketplace

1. Install `vsce`: `npm install -g @vscode/vsce`.
Expand Down

0 comments on commit ea88643

Please sign in to comment.