Skip to content

Commit

Permalink
Merge pull request #26 from DopplerHQ/rgharris/rebrand
Browse files Browse the repository at this point in the history
Add rebranded assets
  • Loading branch information
rgharris authored Feb 6, 2024
2 parents af6c442 + 8855a6c commit 7eea995
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This will build the extension and then install it in VS Code via the `code --ins

To run the tests, you'll need a Doppler project in your workplace named `vscode` that has a `test` config containing a single secret named `HELLO` (the value of that secret doesn't matter). You can create that by using the import button below:

[![Import to Doppler](https://raw.githubusercontent.com/DopplerUniversity/app-config-templates/main/doppler-button.svg)](https://dashboard.doppler.com/workplace/template/import?template=https://github.com/dopplerhq/vscode/blob/master/doppler-template.yaml)
[<img alt="Import to Doppler" src="https://raw.githubusercontent.com/DopplerUniversity/app-config-templates/main/doppler-button.png" width="200"/>](https://dashboard.doppler.com/workplace/template/import?template=https://github.com/dopplerhq/vscode/blob/master/doppler-template.yaml)

Alternately, you can run `doppler import` from the root of the project directory.

Expand Down
Binary file modified media/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions media/sidebar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 22 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Edit your secrets where you edit your code, with 2 way sync.",
"publisher": "doppler",
"author": "doppler",
"version": "0.0.4",
"version": "0.0.5",
"license": "Apache-2.0",
"homepage": "https://github.com/dopplerhq/vscode",
"icon": "media/icon.png",
Expand Down

0 comments on commit 7eea995

Please sign in to comment.