Skip to content

Commit 3a8c23c

Browse files
committed
update readme to point to contributing page
1 parent 9c8d1aa commit 3a8c23c

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -126,25 +126,9 @@ npm run package:vsix
126126
That produces `totk-vscode-0.0.1.vsix` (version comes from `package.json`).
127127

128128

129-
## Development
130-
131129
### Contributing:
132-
We are an open project, and if there are any features you'd like to see, or issues you come across: feel free to make a PR!
133-
134-
### Getting Started:
135-
136-
```bash
137-
npm install
138-
npm run compile
139-
```
140-
141-
Press F5 to launch the Extension Development Host. The dev host uses the same auto-setup logic as production.
142-
143-
Manual Python setup (optional):
144130

145-
```bash
146-
py -3.12 -m pip install .
147-
```
131+
See: [CONTRIBUTING.md](./.github/CONTRIBUTING.md)
148132

149133
## Credits
150134
### TKVSC Team

0 commit comments

Comments
 (0)