mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 14:58:16 -05:00
rename isOnlyDevelopmentDependency to developmentDependency
This commit is contained in:
2
.vscode/cgmanifest.schema.json
vendored
2
.vscode/cgmanifest.schema.json
vendored
@@ -120,7 +120,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the license"
|
||||
},
|
||||
"isOnlyDevelopmentDependency": {
|
||||
"developmentDependency": {
|
||||
"type": "boolean",
|
||||
"description": "This component is inlined in the vscode repo and **is not shipped**."
|
||||
},
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"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."
|
||||
],
|
||||
"isOnlyDevelopmentDependency": true,
|
||||
"developmentDependency": true,
|
||||
"license": "MIT",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user