azure-pipelines-vscode/package.json

186 строки
6.3 KiB
JSON
Исходник Обычный вид История

2018-08-01 18:00:40 +03:00
{
2018-08-13 21:09:54 +03:00
"name": "azure-pipelines",
"displayName": "Azure Pipelines",
"description": "Syntax highlighting, IntelliSense, and more for Azure Pipelines YAML",
"version": "1.237.0",
2018-08-15 16:48:05 +03:00
"publisher": "ms-azure-devops",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
2018-08-15 16:48:05 +03:00
"repository": {
"type": "git",
2018-11-16 17:41:43 +03:00
"url": "https://github.com/Microsoft/azure-pipelines-vscode"
2018-08-15 16:48:05 +03:00
},
2020-08-18 16:55:54 +03:00
"homepage": "https://github.com/Microsoft/azure-pipelines-vscode/blob/main/README.md",
2018-11-16 17:41:43 +03:00
"bugs": "https://github.com/Microsoft/azure-pipelines-vscode/issues/",
2018-08-15 16:48:05 +03:00
"license": "MIT",
2018-08-13 14:46:57 +03:00
"icon": "assets/pipelines.png",
2018-08-15 16:48:05 +03:00
"galleryBanner": {
2018-11-29 23:38:02 +03:00
"color": "#D4DCEC",
"theme": "light"
2018-08-15 16:48:05 +03:00
},
2018-08-06 21:49:28 +03:00
"engines": {
"vscode": "^1.64.0",
"node": ">=12.20.0"
2018-08-06 21:49:28 +03:00
},
"categories": [
2018-08-15 16:48:05 +03:00
"Programming Languages",
"Formatters",
"Azure"
2018-08-06 21:49:28 +03:00
],
"tags": [
"azure-pipelines",
"Azure Pipelines",
"YAML"
],
2019-03-13 18:47:16 +03:00
"keywords": [
"YAML",
"Azure Pipelines",
"continuous integration",
2019-03-18 19:53:38 +03:00
"CI/CD"
2019-03-13 18:47:16 +03:00
],
2018-08-06 21:49:28 +03:00
"activationEvents": [
"onLanguage:azure-pipelines",
"onCommand:azure-pipelines.configure-pipeline"
2018-08-06 21:49:28 +03:00
],
"main": "./dist/extension",
"capabilities": {
"untrustedWorkspaces": {
2021-06-12 06:01:55 +03:00
"supported": "limited",
"restrictedConfigurations": [
"azure-pipelines.customSchemaFile"
]
}
},
2018-08-01 18:00:40 +03:00
"contributes": {
2018-08-06 17:36:07 +03:00
"languages": [
2018-08-01 18:00:40 +03:00
{
2018-08-06 17:36:07 +03:00
"id": "azure-pipelines",
"configuration": "./language-configuration.json",
2018-08-06 21:49:28 +03:00
"filenamePatterns": [
"azure-pipelines.{yml,yaml}",
".azure-pipelines.{yml,yaml}",
"**/azure-pipelines/**/*.{yml,yaml}",
"**/.azure-pipelines/**/*.{yml,yaml}",
"**/.pipelines/**/*.{yml,yaml}",
"vsts-ci.{yml,yaml}",
".vsts-ci.{yml,yaml}"
2018-08-06 21:49:28 +03:00
],
"aliases": [
"Azure Pipelines"
2024-01-05 11:48:47 +03:00
],
"icon": {
"light": "./assets/pipelines-file-icon.svg",
"dark": "./assets/pipelines-file-icon.svg"
}
2018-08-01 18:00:40 +03:00
}
2018-08-06 17:36:07 +03:00
],
"grammars": [
{
"language": "azure-pipelines",
"scopeName": "source.yaml",
"path": "./syntaxes/yaml.tmLanguage.json"
}
],
2018-08-22 18:01:06 +03:00
"configuration": {
"title": "Azure Pipelines",
"properties": {
"azure-pipelines.configure": {
"type": "boolean",
"default": true,
"description": "Enable 'Configure Pipeline' feature",
"order": 0
},
"azure-pipelines.1ESPipelineTemplatesSchemaFile": {
"type": "boolean",
"default": false,
"description": "Use 1ES Pipeline Template schema file",
"markdownDescription": "If enabled, [1ES Pipeline Template schema file](https://aka.ms/1espt) will take precedence over custom schema file when user is signed in with `@microsoft.com` account and the schema is available in the ADO organization."
},
"azure-pipelines.customSchemaFile": {
"type": "string",
"description": "Use a different schema file",
"scope": "machine-overridable"
}
}
2018-08-22 18:01:06 +03:00
},
2018-08-13 17:05:01 +03:00
"configurationDefaults": {
"[azure-pipelines]": {
2018-08-13 22:06:12 +03:00
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
2018-08-13 22:06:12 +03:00
},
2020-01-22 16:36:03 +03:00
"editor.autoIndent": "full"
2018-08-13 17:05:01 +03:00
}
},
"commands": [
{
"command": "azure-pipelines.configure-pipeline",
"title": "Configure Pipeline",
"category": "Azure Pipelines"
},
{
"command": "azure-pipelines.reset-state",
"title": "Reset 'do not ask again' messages",
"category": "Azure Pipelines"
}
],
"menus": {
"explorer/context": [
{
"command": "azure-pipelines.configure-pipeline",
Bug Fixes and updated README.md file (#250) * merge master from main repo (#17) * Bump version * Bump version * WS-2019-0032 * changelog * CVE-2019-10744 * 1. Removed fixed as the vulnerability was not yet shipped (#18) * 1. Removed fixed as the vulnerability was not yet shipped 2. Changed added message * updated the change log message * Update package.json to remove vulnerable package lodash.template. (#16) * modified comments in yaml files (#19) * Users/hiyada/bugbashfixes (#42) * Fixed null reference to header of UrlBased request object. * Fixed templates packaging structure for cross plat. * Fixed handling ssh git url's for GitHub and Azure Repos * Added loop and error message for commit and push pipeline * Changed select folder dialog box button label and telemetry for workspace. * fixing 'toLowerCase' error message * resolved comments * Bugbash bug fixes (#43) * bugbash bug fixes * undo changes in commonHelper * Support for working directory (#46) * BugFixes (#45) * Handled remoteUrl with trailing / Set timeout for SPN creation * escaped the '.' in regex for node app matching * resolved comments * removed not required parameter * removed duplicate * handled trailing slash for all remote url's in common class * Logging error messages to azure-pipelines output channel and debug console log * changed ssh based url to https url for repo * removing console.log * reducing the number of retries to 20 from 100 * Validate github PAT is not empty (#48) * Remove unnecessary links in messages (#49) * Remove unnecessary links in messages * review comments * Updated README.MD and added image resource (#50) * Updated README.MD and added image resource * resolved comments * fix some wording (#53)
2019-09-04 10:04:23 +03:00
"group": "Azure Pipelines",
"when": "explorerResourceIsFolder == true"
}
]
2018-08-23 21:27:54 +03:00
}
2018-08-01 18:00:40 +03:00
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "webpack --mode production --progress --color",
"compile:dev": "webpack --mode development --progress --color",
"compile:test": "tsc --project ./tsconfig.test.json",
"lint": "eslint .",
"watch": "webpack --mode development --progress --color --watch",
"test": "npm run compile:test && node ./out/test/runTest.js"
2018-08-01 18:00:40 +03:00
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/html-to-text": "^5.1.2",
"@types/mocha": "^9.0.0",
2019-08-13 09:13:49 +03:00
"@types/mustache": "0.8.32",
"@types/node": "^14.16.0",
"@types/uuid": "^8.3.4",
"@types/vscode": "~1.64.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vscode/test-electron": "^1.6.2",
"copy-webpack-plugin": "^10.2.0",
"eslint": "^8.54.0",
2020-05-20 16:52:56 +03:00
"glob": "^7.1.6",
"mocha": "^9.1.1",
"ts-loader": "^8.0.14",
"typescript": "~5.2.2",
"webpack": "^5.76.0",
"webpack-cli": "^4.4.0"
2018-08-06 17:36:07 +03:00
},
"dependencies": {
"@azure/arm-appservice": "^6.1.0",
"@azure/arm-subscriptions": "^3.0.0",
"@azure/ms-rest-azure-env": "^2.0.0",
"@azure/ms-rest-nodeauth": "^3.0.6",
"@vscode/extension-telemetry": "^0.5.1",
"azure-devops-node-api": "^11.0.1",
2024-03-11 10:59:12 +03:00
"azure-pipelines-language-server": "0.8.0",
"html-to-text": "^5.1.1",
"mustache": "^4.2.0",
"uuid": "^8.3.2",
2021-01-22 06:48:24 +03:00
"vscode-languageclient": "^7.0.0",
"vscode-uri": "^3.0.2"
},
"extensionDependencies": [
"ms-vscode.azure-account"
]
2018-08-01 18:00:40 +03:00
}