diff options
Diffstat (limited to 'testsuite/pyunit/lsp/005create/cmds.json')
-rw-r--r-- | testsuite/pyunit/lsp/005create/cmds.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/pyunit/lsp/005create/cmds.json b/testsuite/pyunit/lsp/005create/cmds.json index c4748062f..d17627af5 100644 --- a/testsuite/pyunit/lsp/005create/cmds.json +++ b/testsuite/pyunit/lsp/005create/cmds.json @@ -5,8 +5,8 @@ "method": "initialize", "params": { "processId": 6576, - "rootPath": ".", - "rootUri": "file://.", + "rootPath": "@ROOT@/005create", + "rootUri": "file://@ROOT@/005create", "capabilities": { "workspace": { "applyEdit": true, @@ -224,7 +224,7 @@ "trace": "off", "workspaceFolders": [ { - "uri": "file://.", + "uri": "file://@ROOT@/005create", "name": "folder" } ] @@ -241,7 +241,7 @@ "method": "textDocument/documentSymbol", "params": { "textDocument": { - "uri": "file://../files/hello.vhdl" + "uri": "file://@ROOT@/files/hello.vhdl" } } } |