Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
update version to 0.0.2 and fix readme image problem (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>
  • Loading branch information
bfitzpat authored May 24, 2019
1 parent c798145 commit 65ffd5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

# Visual Studio extension to support Camel-K

<img src="https://github.com/camel-tooling/vscode-camelk/blob/master/resources/round-k-transparent.png" alt="Camel-K" align="right" width="150" height="150"/>

This extension is a work-in-progress to explore what options we can add to VS Code to support Camel-K.

Note that it currently requires that both Camel-K and Minikube be installed and available on the system path.
Expand Down Expand Up @@ -79,9 +77,7 @@ The view has a "Refresh" button that can be used to manually trigger a refresh o

## Known Issues

We know about the following issues...

### File name to integration name mapping

Running a camel class called "CamelRoute.java", deploys an integration called "camel-route". Though we can remove this integration via the Camel-K Integrations "remove" action, we cannot remove it via the right-click "Stop Integration" menu because we can't duplicate the naming scheme. Need to research how the "kamel" command names each integration and see if we can duplicate or reuse the logic. This affects any integration file with mixed case.
Here's the current list of issues we're working to resolve. If you find a new issue, please [create a new issue report in GitHub](https://github.com/camel-tooling/vscode-camelk/issues)!

* Do not pollute all Groovy files with Camel-K [Issue #7](https://github.com/camel-tooling/vscode-camelk/issues/7) - this is also a problem for XML and Java files at this time
* Use Kubernetes rest api instead of kubectl calls [Issue #14](https://github.com/camel-tooling/vscode-camelk/issues/14)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "vscode-camelk",
"description": "VS Code extensions to support Camel-K functionality",
"license": "Apache-2.0",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "camel-tooling",
"icon": "icons/icon128.png",
"preview": true,
Expand Down

0 comments on commit 65ffd5c

Please sign in to comment.