Skip to content

Commit

Permalink
add information for publishing preview to marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzirps committed Sep 18, 2024
1 parent 76b269d commit 4e6cb15
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ This extension uses the following settings:

## Known Issues

- **Needs caching**
- **Needs Testing**
- **No Workspace Folder Open**: If no workspace folder is open, the extension will not be able to save downloaded images.
- **API Key Required**: The extension requires a valid Pixabay API key. Ensure you set it before attempting to search for images.

Expand All @@ -40,25 +42,6 @@ Still working on it

---

## Following Extension Guidelines

Ensure that you follow the [Visual Studio Code extension guidelines](https://code.visualstudio.com/api/references/extension-guidelines) for creating and publishing extensions.

## Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

- **Split Editor**: `Cmd+\` on macOS or `Ctrl+\` on Windows and Linux.
- **Toggle Preview**: `Shift+Cmd+V` on macOS or `Shift+Ctrl+V` on Windows and Linux.
- **Markdown Snippets**: Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets.

## For More Information

- [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
- [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)

**Enjoy your image searches!**

### Icon

Icon generated with Microsoft Bing ∙ 17 September 2024 at 8:55 pm
Binary file modified images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,31 @@
"license": "MIT",
"pricing": "Free",
"icon": "images/icon.png",
"publisher": "maxzirps",
"repository": {
"type": "git",
"url": "git+https://github.com/maxzirps/image-search-vscode.git"
},
"displayName": "Image Search",
"description": "Search the web for stock images",
"version": "0.0.1",
"preview": true,
"galleryBanner": {
"theme": "light"
},
"engines": {
"vscode": "^1.93.0"
},
"categories": [
"Other"
],
"keywords": [
"image search",
"stock image",
"pixabay",
"web image search",
"image download"
],
"activationEvents": [],
"main": "./dist/extension.js",
"contributes": {
Expand Down

0 comments on commit 4e6cb15

Please sign in to comment.