mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add License section to extension READMEs (#22912)
* Add License section to extension READMEs * vbump
This commit is contained in:
@@ -60,3 +60,9 @@ Run the following commands sequentially in the context of this directory:
|
|||||||
- `yarn install` - to install the dependencies
|
- `yarn install` - to install the dependencies
|
||||||
- `yarn build` - to build the code
|
- `yarn build` - to build the code
|
||||||
- `vsce package` - to produce an extension installation package
|
- `vsce package` - to produce an extension installation package
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
|
||||||
|
Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt).
|
||||||
|
|||||||
@@ -47,3 +47,9 @@ Run the following commands sequentially in the context of this directory:
|
|||||||
- `yarn install` - to install the dependencies
|
- `yarn install` - to install the dependencies
|
||||||
- `yarn build` - to build the code
|
- `yarn build` - to build the code
|
||||||
- `vsce package` - to produce an extension installation package
|
- `vsce package` - to produce an extension installation package
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
|
||||||
|
Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt).
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "whoisactive",
|
"name": "whoisactive",
|
||||||
"displayName": "whoisactive",
|
"displayName": "whoisactive",
|
||||||
"description": "sp_whoisactive for Azure Data Studio",
|
"description": "sp_whoisactive for Azure Data Studio",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"publisher": "Microsoft",
|
"publisher": "Microsoft",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user