You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
## 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.
4
4
5
5
## Build
6
6
`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
19
19
## CD pipeline
20
20
21
21
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/`.
22
23
23
24
This pipeline runs actions for building and publishing to `OpenVSX` and `Visual Studio Marketplace`.
0 commit comments