Skip to content

Commit 511fb69

Browse files
committed
docs(vscode): clarify local testing path
1 parent b8b7948 commit 511fb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/vscode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ To test the extension locally without publishing it:
8282

8383
1. Open the `editors/vscode` folder in VS Code.
8484
2. Press **F5** to launch the Extension Development Host (configured in `.vscode/launch.json`).
85-
3. In the new VS Code window, open any `.orgs` file from the `examples/` folder.
85+
3. In the new VS Code window, open any `.orgs` file from the repository `examples/` folder (one level up).
8686
4. Use **Developer: Inspect Editor Tokens and Scopes** (via the Command Palette) to verify that tokens receive the expected TextMate scopes.
8787

88-
Recommended test file: `examples/lead-qualification.orgs` — it exercises the header, annotations, dotted references, operators, and conditional blocks together.
88+
Recommended test file: `../examples/lead-qualification.orgs` — it exercises the header, annotations, dotted references, operators, and conditional blocks together.
8989

9090
## Contributing
9191

0 commit comments

Comments
 (0)