Skip to content

Commit

Permalink
Merge pull request #1702 from posit-dev/mm-extension-metadata
Browse files Browse the repository at this point in the history
Add extension metadata and license
  • Loading branch information
mmarchetti authored May 23, 2024
2 parents 57d07ab + 888466c commit 5872772
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2024 Posit, PBC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions extensions/vscode/package-lock.json

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

13 changes: 12 additions & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
{
"name": "publisher",
"publisher": "posit",
"author": "Posit, PBC",
"displayName": "Posit Publisher",
"description": "Publish and share your Python and R content on Posit Connect",
"version": "0.0.0",
"license": "MIT",
"icon": "assets/img/color/posit-publisher.png",
"repository": {
"type": "git",
"url": "https://github.com/rstudio/publishing-client/tree/main/extensions/vscode"
"url": "https://github.com/posit-dev/publisher/tree/main/extensions/vscode"
},
"bugs": {
"url": "https://github.com/posit-dev/publisher/discussions"
},
"engines": {
"vscode": "^1.87.0"
},
"capabilities": {
"untrustedWorkspaces": {
"supported": false,
"description": "This extension does not support untrusted workspaces because it is not safe to deploy untrusted code."
}
},
"categories": [
"Data Science",
"Machine Learning",
Expand Down

0 comments on commit 5872772

Please sign in to comment.