Update to lsp protocol v3

This commit is contained in:
Kris De Volder
2017-04-19 13:41:47 -07:00
parent 8af1d9f0c4
commit a83fbec945
18 changed files with 121 additions and 100 deletions

View File

@@ -3049,9 +3049,9 @@ public class ConcourseEditorTest {
"- name: source-repo\n" +
" type: pool\n" +
" source:\n" +
" uri: {{1:}}\n" +
" branch: {{2:}}\n" +
" pool: {{3:}}<*>"
" uri: $1\n" +
" branch: $2\n" +
" pool: $3<*>"
);
// What if we use somewhat different indentation style?
@@ -3065,9 +3065,9 @@ public class ConcourseEditorTest {
" - name: source-repo\n" +
" type: pool\n" +
" source:\n" +
" uri: {{1:}}\n" +
" branch: {{2:}}\n" +
" pool: {{3:}}<*>"
" uri: $1\n" +
" branch: $2\n" +
" pool: $3<*>"
);
}
@@ -3093,9 +3093,9 @@ public class ConcourseEditorTest {
" type: \n" +
" pool\n" +
" source:\n" +
" uri: {{1:}}\n" +
" branch: {{2:}}\n" +
" pool: {{3:}}<*>"
" uri: $1\n" +
" branch: $2\n" +
" pool: $3<*>"
);
}