Skip to content

Commit ff82bb9

Browse files
committed
add proper file paths to contributing guidelines
1 parent 208c9e4 commit ff82bb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
## Debugging
3-
There is a VSCode task `Run Extension` defined in `launch.json` which builds the extension and opens a VSCode instance in extension debugging mode. This puts your editor (with the edamagit project open) in debug mode and allows you to test and debug during development.
3+
There is a VSCode task `Run Extension` defined in `.vscode/launch.json` which builds the extension and opens a VSCode instance in extension debugging mode. This puts your editor (with the edamagit project open) in debug mode and allows you to test and debug during development.
44

55
## Build
66
`npm run vscode:prepublish` - create a production build
@@ -19,6 +19,7 @@ There is a VSCode task `Run Extension` defined in `launch.json` which builds the
1919
## CD pipeline
2020

2121
There is a Github action pipeline set up with a trigger on a new tag with the prefix `v`.
22+
The pipeline is defined by the files in `.github/workflows/`.
2223

2324
This pipeline runs actions for building and publishing to `OpenVSX` and `Visual Studio Marketplace`.
2425

0 commit comments

Comments
 (0)