Skip to content

Commit

Permalink
Merge pull request #9 from keploy/Akash-Singh04-release1.0.1
Browse files Browse the repository at this point in the history
Akash singh04 release1.0.1
  • Loading branch information
Sarthak160 authored Jul 22, 2024
2 parents 62eebf2 + 5db7a33 commit dd8fbc2
Show file tree
Hide file tree
Showing 48 changed files with 1,497 additions and 20,994 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ First Release for Vs Code Extension.
- Record and Replay tests.
- Support for GO, Java, Python, Node.
- Previous TestRun History, available.
- View and Edit Keploy Config File.
- View and Edit Keploy Config File.

## [1.0.1]
- 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
13 changes: 10 additions & 3 deletions media/vscode.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@
color: var(--vscode-foreground);
font-size: var(--vscode-font-size);
font-weight: var(--vscode-font-weight);
font-family: var(--vscode-font-family);
/* font-family: var(--vscode-font-family); */
/* background-color: #090B10; */
/* background-color: #141416; */
background-color: var(--vscode-editor-background);
}
.baloo-2-custom {
font-family: "Baloo 2", sans-serif;
font-optical-sizing: auto;
font-weight: 400; /* Example weight */
font-style: normal;
}
button , select {
background-color: var(--vscode-editor-background);
background-color: #00163D;
}
ol,
ul {
Expand Down Expand Up @@ -56,7 +62,8 @@
outline: 1px solid transparent;
outline-offset: 2px !important;
color: var(--vscode-button-foreground);
background: var(--vscode-button-background);
/* background: var(--vscode-button-background); */
background: #00163D;
}

.secondaryDiv{
Expand Down
2 changes: 1 addition & 1 deletion out/Config.js

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

2 changes: 1 addition & 1 deletion out/Config.js.map

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

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

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

2 changes: 1 addition & 1 deletion out/OneClickInstall.js.map

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

Loading

0 comments on commit dd8fbc2

Please sign in to comment.