Skip to content

Commit

Permalink
Release1.0.2 (#10)
Browse files Browse the repository at this point in the history
* feat: removed extension commands from being visible in other extensions

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

* Updated history page to show date and report dropdowns

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

* Updated readme with better development instructions

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

* Bumped to version 1.0.2 and updated changelog

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

* Refactor : Scripts dir

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

* Refactor : Logs  dir

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

* Added log files into the /logs dir

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

* Updated font size of history page

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

---------

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
  • Loading branch information
SkySingh04 authored Aug 12, 2024
1 parent dd8fbc2 commit 2ac11b7
Show file tree
Hide file tree
Showing 32 changed files with 237 additions and 310 deletions.
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

0 comments on commit 2ac11b7

Please sign in to comment.