Skip to content

Commit

Permalink
Add call out for icons (#1116)
Browse files Browse the repository at this point in the history
* Add call out for icons

* bump engine since this only works in 1.95 and up
  • Loading branch information
TylerLeonhardt authored Oct 29, 2024
1 parent 003582f commit 6446fd7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions welcome-view-content-sample/package-lock.json

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

6 changes: 3 additions & 3 deletions welcome-view-content-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "MIT",
"engines": {
"vscode": "^1.74.0"
"vscode": "^1.95.0"
},
"categories": [
"Other"
Expand All @@ -23,7 +23,7 @@
"viewsWelcome": [
{
"view": "workbench.explorer.emptyView",
"contents": "You can have paragraphs of text here. You can have [links](https://code.visualstudio.com) to external sources or [internal commands](command:welcome-view-content-sample.hello).\nUse new lines to have new paragraphs.\nPlace a link alone in a paragraph to make it a button\n[Hello](command:welcome-view-content-sample.hello)"
"contents": "You can have paragraphs of text here. You can have [links](https://code.visualstudio.com) to external sources or [internal commands](command:welcome-view-content-sample.hello).\nUse new lines to have new paragraphs.\nPlace a link alone in a paragraph to make it a button\n[Hello](command:welcome-view-content-sample.hello)\n You can also render [codicons](https://microsoft.github.io/vscode-codicons/dist/codicon.html) using the $(...) syntax like: $(vscode) $(heart) $(github)\nAdd a little $(sparkle) to your welcome views!"
}
]
},
Expand All @@ -40,7 +40,7 @@
"@stylistic/eslint-plugin": "^2.9.0",
"@types/glob": "^7.1.3",
"@types/node": "^20",
"@types/vscode": "^1.73.0",
"@types/vscode": "^1.94.0",
"@vscode/test-electron": "^2.3.9",
"eslint": "^9.13.0",
"glob": "^7.1.6",
Expand Down

0 comments on commit 6446fd7

Please sign in to comment.