aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/lsp/005create/cmds.json
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-18 19:13:17 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-19 07:40:56 +0100
commit181943dc7378a8899353ed4b885ab5f290004677 (patch)
treed92f7642a4703bc63f9307e22b580716e83adeca /testsuite/pyunit/lsp/005create/cmds.json
parent7dc3c1979f7451eb517863a5a8c501bc6c3d0a47 (diff)
downloadghdl-181943dc7378a8899353ed4b885ab5f290004677.tar.gz
ghdl-181943dc7378a8899353ed4b885ab5f290004677.tar.bz2
ghdl-181943dc7378a8899353ed4b885ab5f290004677.zip
testsuite/pyunit/lsp: use absolute path and metavalue @ROOT@
Diffstat (limited to 'testsuite/pyunit/lsp/005create/cmds.json')
-rw-r--r--testsuite/pyunit/lsp/005create/cmds.json8
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"
}
}
}