Merge branch 'master' into jdt-classpath

This commit is contained in:
Kris De Volder
2018-03-13 10:06:42 -07:00
125 changed files with 1910 additions and 838 deletions

View File

@@ -3,7 +3,7 @@
"displayName": "Bosh Editor",
"description": "Provides validation and content assist for various Bosh configuration files",
"icon": "icon.png",
"version": "0.1.5",
"version": "0.1.6",
"publisher": "Pivotal",
"repository": {
"type": "git",

View File

@@ -1,7 +1,7 @@
# Concourse Pipeline and Task Editor for Visual Studio Code
This extension provides validation, content assist and documentation hovers
for editing [Concourse](https://concourse.ci/) Pipeline and Task configuration files.
for editing [Concourse](https://concourse-ci.org/) Pipeline and Task configuration files.
## Usage
@@ -63,7 +63,7 @@ to its corresponding definition.
## Limitations
This Vscode Extension is still a work in progress. At the moment only a select few of the [built-in resource-types](https://concourse.ci/resource-types.html)
This Vscode Extension is still a work in progress. At the moment only a select few of the [built-in resource-types](https://concourse-ci.org/resource-types.html)
have been fully defined in the Editor's Schema.
The resource-types that are already defined in the schema are:

View File

@@ -3,7 +3,7 @@
"displayName": "Concourse CI Pipeline Editor",
"description": "Provides validation and content assist for Concourse CI pipeline and task configuration yml files",
"icon": "icon.png",
"version": "0.1.5",
"version": "0.1.6",
"publisher": "Pivotal",
"repository": {
"type": "git",

View File

@@ -3,7 +3,7 @@
"displayName": "Cloudfoundry Manifest YML Support",
"description": "Adds linting, content assist and hoverinfo's for Cloudfoundry Deployment Manifests (a.k.a. `manifest.yml`) files.",
"icon": "icon.png",
"version": "0.1.5",
"version": "0.1.6",
"publisher": "Pivotal",
"repository": {
"type": "git",

View File

@@ -3,7 +3,7 @@
"displayName": "Spring Boot Tools",
"description": "Provides validation and content assist for Spring Boot `application.properties`, `application.yml` properties files. As well as Boot-specific support for `.java` files.",
"icon": "spring-boot-logo.png",
"version": "0.1.5",
"version": "0.1.6",
"publisher": "Pivotal",
"repository": {
"type": "git",