Skip to content

Commit 3f2f071

Browse files
authored
Merge pull request #18 from lhein/marketplacedeploy2
fixed description and version bump to 0.0.2
2 parents 9f9dfa5 + d45c823 commit 3f2f071

File tree

5 files changed

+715
-78
lines changed

5 files changed

+715
-78
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deploy:
1515
- provider: releases
1616
api_key: ${DEPLOY_TOKEN}
1717
file:
18-
- "vscode-apache-camel-0.0.1.vsix"
18+
- "vscode-apache-camel-0.0.2.vsix"
1919
skip_cleanup: true
2020
overwrite: true
2121
on:

Readme.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)]()
44
[![Gitter](https://img.shields.io/gitter/room/camel-tooling/Lobby.js.svg)](https://gitter.im/camel-tooling/Lobby)
55

6+
# Apache Camel for Visual Studio Code
7+
This preview release of the extension adds language support for Apache Camel to Visual Studio Code including:
8+
* Language service
9+
* Auto-Completion
10+
* Quick Info (Hover)
611

7-
How to install
8-
--------------
12+
You can find more detailed information about Apache Camel support for Visual Studio Code at our [GitHub page](https://github.com/camel-tooling/camel-lsp-client-vscode).
913

14+
## Contact Us
15+
If you run into any issues or have suggestions for us, please file [issues and suggestions on GitHub](https://github.com/camel-tooling/camel-lsp-client-vscode/issues).
16+
17+
18+
## How to install manually
1019
* Install VS Code
1120
* Go to latest release page https://github.com/camel-tooling/camel-lsp-client-vscode/releases/latest/
12-
* Download the vscode-apache-camel-0.0.1.vsix file
21+
* Download the vscode-apache-camel-0.0.2.vsix file
1322
* [Install from *.vsix](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix)
1423
* Open Extensions View (Ctrl+Shift+X)
1524
* Click on the three dots at the top right of the view and then "Install from VSIX..."

VSCODE_INFO.md

-10
This file was deleted.

0 commit comments

Comments
 (0)