Skip to content

Commit 7eea995

Browse files
authoredFeb 6, 2024··
Merge pull request #26 from DopplerHQ/rgharris/rebrand
Add rebranded assets
2 parents af6c442 + 8855a6c commit 7eea995

File tree

6 files changed

+36
-26
lines changed

6 files changed

+36
-26
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This will build the extension and then install it in VS Code via the `code --ins
115115

116116
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:
117117

118-
[![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)
118+
[<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)
119119

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

‎media/icon.png

-1.8 KB
Loading

‎media/logo.png

26.7 KB
Loading

‎media/sidebar.svg

+12-2
Loading

‎package-lock.json

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Edit your secrets where you edit your code, with 2 way sync.",
66
"publisher": "doppler",
77
"author": "doppler",
8-
"version": "0.0.4",
8+
"version": "0.0.5",
99
"license": "Apache-2.0",
1010
"homepage": "https://github.com/dopplerhq/vscode",
1111
"icon": "media/icon.png",

0 commit comments

Comments
 (0)
Please sign in to comment.