Skip to content

Commit 10b110e

Browse files
committed
Remove unintended local file system path
1 parent cb2d0a3 commit 10b110e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extension/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The extension starts the server from `../lsp-server/target/lsp-server.jar`.
3333
2. In this extension project, install dependencies with `npm install`.
3434
3. Compile the extension with `npm run compile`.
3535
4. 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

3838
If 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

110110
1. Save the model file.
111111
2. 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.

0 commit comments

Comments
 (0)