Skip to content

Commit c188621

Browse files
saidelikeCedric HalbronnAndreasArvidsson
authored
minor contributing docs (#1866)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet --------- Co-authored-by: Cedric Halbronn <[email protected]> Co-authored-by: Andreas Arvidsson <[email protected]>
1 parent 301b2d8 commit c188621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cursorless-org-docs/src/docs/contributing/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extension](#running--testing-extension-locally). You may also find the [VSCode A
4949

5050
Also note that if you are adding support for a new language that isn't in the default list of [language identifiers](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers) supported by VSCode, you may need to add an extension dependency. See [Adding a new language](./adding-a-new-language.md#2-ensure-file-type-is-supported-by-vscode) for more details.
5151

52-
6. Copy / symlink `cursorless-talon-dev` into your Talon user directory for some useful voice commands for developing Cursorless.
52+
6. Copy / symlink [`cursorless-talon-dev`](../../cursorless-talon-dev) into your Talon user directory for some useful voice commands for developing Cursorless.
5353

5454
## Running / testing extension locally
5555

@@ -65,7 +65,7 @@ If you don't have the `cursorless-talon-dev` files in your Talon user directory
6565

6666
The entire test suite takes a little while to run (1-2 mins), so you may want to run just a subset of the tests.
6767

68-
To specify the set of tests to run, say `"debug generate subset"`, or if you haven't installed the cursorless-talon-dev files, run the VSCode task "Generate test subset file". To do this, choose "Tasks: Run Task" from the command pallete.
68+
To specify the set of tests to run, say `"debug generate subset"`, or if you haven't installed the cursorless-talon-dev files, run the VSCode task "Generate test subset file". To do this, choose "Tasks: Run Task" from the command palette.
6969

7070
To run the specified subset of tests, say `"debug test subset"` (or use the "Run test subset" launch config).
7171

0 commit comments

Comments
 (0)