File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The extension starts the server from `../lsp-server/target/lsp-server.jar`.
33332 . In this extension project, install dependencies with ` npm install ` .
34343 . Compile the extension with ` npm run compile ` .
35354 . Press ` F5 ` in VS Code to open an Extension Development Host.
36- 5 . Open a Turtle file such as [ samples/valid.ttl] ( /Users/Evgenii_Filchenko/vs-code-project/extension/ samples/valid.ttl) or your Aspect model file.
36+ 5 . Open a Turtle file such as [ samples/valid.ttl] ( samples/valid.ttl ) or your Aspect model file.
3737
3838If the server JAR is missing, the extension shows an error and does not start the language client.
3939
@@ -109,4 +109,4 @@ On-save check:
109109
1101101 . Save the model file.
1111112 . Confirm that the status bar shows validation progress.
112- 3 . Confirm that diagnostics are refreshed after completion.
112+ 3 . Confirm that diagnostics are refreshed after completion.
You can’t perform that action at this time.
0 commit comments