Improving some error marker messages
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding//src/main/java=UTF-8
|
||||
encoding//src/test/java=UTF-8
|
||||
encoding//src/test/resources=UTF-8
|
||||
encoding/<project>=UTF-8
|
||||
@@ -72,4 +72,6 @@ Then package it:
|
||||
|
||||
npm run vsce-package
|
||||
|
||||
This produces a `.vsix` file which you can install directly into vscode.
|
||||
This produces a `.vsix` file which you can install directly into vscode.
|
||||
|
||||
*Version: 0.0.1-201701250238*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"displayName": "Spring Boot Application Properties Support",
|
||||
"description": "Provides validation and content assist for Spring Boot application.properties and application.yml file",
|
||||
"icon": "spring-boot-logo.png",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.1-201701250238",
|
||||
"publisher": "Pivotal",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -19,7 +19,10 @@
|
||||
"Linters"
|
||||
],
|
||||
"keywords": [
|
||||
"java-properties", "spring-boot", "application-properties", "application-yaml"
|
||||
"java-properties",
|
||||
"spring-boot",
|
||||
"application-properties",
|
||||
"application-yaml"
|
||||
],
|
||||
"activationEvents": [
|
||||
"onLanguage:ini",
|
||||
|
||||
Reference in New Issue
Block a user