Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release1.0.2 #10

Merged
merged 9 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ First Release for Vs Code Extension.
- Added Log file access incase of failed test cases and errors.
- Added Consistent extension theme.
- Added support for Menu commands for updating keploy, viewing keploy version, viewing docs, viewing latest version and viewing changelog

## [1.0.2]
- UI improvements and Bug fixes: Commands and Signin was visible in other extension views
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,24 @@ Keploy is a Visual Studio Code extension designed to help developers record and

### Start in development mode

1. Press `F5` to open a new window with your extension loaded.
2. Set breakpoints in your code inside `src/extension.ts` to debug your extension.
3. From the debug console, you can see the output or errors if any.
1. Run `npm install` to install any dependencies.

2. Press `F5` to open a new window with your extension loaded.

3. Set breakpoints in your code inside `src/extension.ts` to debug your extension.

4. From the debug console, you can see the output or errors if any.

### Make changes to Frontend

1. Run `npm run rollup` to compile your svelte files into js files present in `out/compiled` dir.

2. Make changes to your svelte code and the js files will be automatically re-compiled.

3. Inorder to view your changes, after starting the extension in development mode, Press (`Ctrl+R` or `Cmd+R` on Mac) to reload the window with the fresh compiled js.

4. To view the dev tools, press `ctrl + shift + p` to open the command palette and run `> Developer: Open Webview Developer tools` to open chrome dev tools.


### Make

Expand Down
1 change: 0 additions & 1 deletion media/Animation .json

This file was deleted.

30 changes: 0 additions & 30 deletions media/copy.svg

This file was deleted.

2 changes: 1 addition & 1 deletion out/Record.js

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

16 changes: 8 additions & 8 deletions out/SidebarProvider.js

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

Loading
Loading