Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis committed Oct 21, 2024
1 parent e642dfb commit 386b2f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# kapitan-vscode-extension
VSCode Extension for Kapitan



### Local development:
Use the devcontainer included in this folder and
Use the devcontainer included or a GitHub Codespace and
* Compile the `client` by running `npm --prefix client run compile`.
* Launch the python server by running from the workspace's root
```bash
Expand All @@ -14,8 +12,8 @@ Then press F5, which will open another VSCode window with the extension activate

The python server runs from the original window, at the terminal you used before, and all logs appear there. If you make changes to the python code, restart the python command and reload the VSCode debugging window.

### To publish packaged extension:
Use the devcontainer included in this folder and run the following from the `./client` folder
### To publish packaged extension locally:
Use the devcontainer included or a GitHub Codespace and run the following from the `./client` folder:
```bash
npm run compile
npm run webpack
Expand All @@ -30,4 +28,6 @@ Make sure to reload the VSCode window after installation.


### Copyright Note
The `client` folder is essentially a modified copy of the `client` folder from https://github.com/QualiTorque/torque-vs-code-extensions
The `client` folder is essentially a modified copy of the `client` folder from https://github.com/QualiTorque/torque-vs-code-extensions

The initial folder structure vscode setup and CI were also heavily influenced from the same repo.

0 comments on commit 386b2f8

Please sign in to comment.