-
Notifications
You must be signed in to change notification settings - Fork 20
Labels
Description
We should not be returning results for if the cursor is in ./folder given that it is not a volume object reference.
services:
test:
volumes:
- ./folder:/mounttextDocument/documentHighlight:
{
"textDocument": {
"uri": "file:///Users/rcjsuen/tmp/empty/compose.yaml"
},
"position": {
"line": 3,
"character": 13
}
}[
{
"range": {
"start": {
"line": 3,
"character": 8
},
"end": {
"line": 3,
"character": 16
}
},
"kind": 2
}
]textDocument/prepareRename:
{
"textDocument": {
"uri": "file:///Users/rcjsuen/tmp/empty/compose.yaml"
},
"position": {
"line": 3,
"character": 13
}
}{
"start": {
"line": 3,
"character": 8
},
"end": {
"line": 3,
"character": 16
}
}textDocument/rename:
{
"textDocument": {
"uri": "file:///Users/rcjsuen/tmp/empty/compose.yaml"
},
"position": {
"line": 3,
"character": 13
},
"newName": "./folder2"
}{
"changes": {
"file:///Users/rcjsuen/tmp/empty/compose.yaml": [
{
"range": {
"start": {
"line": 3,
"character": 8
},
"end": {
"line": 3,
"character": 16
}
},
"newText": "./folder2"
}
]
}
}