Skip to content

Commit

Permalink
Merge pull request #4 from nadeeshaan/icon-annotation-local
Browse files Browse the repository at this point in the history
Fix failing lang server tests
  • Loading branch information
rdhananjaya authored Jun 15, 2020
2 parents 640f14b + aa9f80d commit 1172101
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
]
},
{
"label": "test:Config",
"label": "test:Mock",
"kind": "Property",
"detail": "Annotation",
Expand Down Expand Up @@ -190,29 +189,6 @@
"sortText": "130",
"insertText": "icon {\n\tpath: \"${1}\"\n}",
"insertTextFormat": "Snippet"
},
{
"label": "grpc:ResourceConfig",
"kind": "Property",
"detail": "Annotation",
"sortText": "130",
"insertText": "grpc:ResourceConfig {\n\t${1}\n}",
"insertTextFormat": "Snippet",
"additionalTextEdits": [
{
"range": {
"start": {
"line": 1,
"character": 0
},
"end": {
"line": 1,
"character": 0
}
},
"newText": "import ballerina/grpc;\n"
}
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
]
},
{
"label": "test:Config",
"label": "test:Mock",
"kind": "Property",
"detail": "Annotation",
Expand Down Expand Up @@ -190,29 +189,6 @@
"sortText": "130",
"insertText": "icon {\n\tpath: \"${1}\"\n}",
"insertTextFormat": "Snippet"
},
{
"label": "grpc:ResourceConfig",
"kind": "Property",
"detail": "Annotation",
"sortText": "130",
"insertText": "grpc:ResourceConfig {\n\t${1}\n}",
"insertTextFormat": "Snippet",
"additionalTextEdits": [
{
"range": {
"start": {
"line": 1,
"character": 0
},
"end": {
"line": 1,
"character": 0
}
},
"newText": "import ballerina/grpc;\n"
}
]
}
]
}

0 comments on commit 1172101

Please sign in to comment.