Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis committed Nov 8, 2024
1 parent dcc78b3 commit d1a5e5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# kapitan-vscode-extension
VSCode Extension for Kapitan
VSCode Extension for Kapitan.

### Requirements
The extension requires that a python>=3.11 installation exists in your system, with the venv and pip modules present. Upon installation, the extension will ask you to select python's path if e.g. the default python installation is too old.

### Developing the extension
For instructions related to developing the extension see [this README](https://github.com/kapicorp/kapitan-vscode-extension/blob/main/README_DEV.md).
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/kapicorp/kapitan-vscode-extension"
},
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"vscode": "^1.94.0"
},
Expand Down
2 changes: 1 addition & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from pygls.server import LanguageServer
from pygls.workspace.text_document import TextDocument

server = LanguageServer(name="kapitan-language-server", version="0.0.3")
server = LanguageServer(name="kapitan-language-server", version="0.0.4")
INVENTORY_PATH = Path()
YAML_EXTENSION = ""

Expand Down

0 comments on commit d1a5e5c

Please sign in to comment.