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: docs/CONTRIBUTING.md
+11-9
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,15 @@
2
2
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
# Contributing
4
4
5
-
-[Pull Requests](#pull-requests)
6
-
-[Requirements](#requirements)
7
-
-[Development Workflow](#development-workflow)
8
-
-[Updating VS Code](#updating-vs-code)
9
-
-[Build](#build)
10
-
-[Structure](#structure)
11
-
-[Modifications to VS Code](#modifications-to-vs-code)
12
-
-[Currently Known Issues](#currently-known-issues)
5
+
-[Contributing](#contributing)
6
+
-[Pull Requests](#pull-requests)
7
+
-[Requirements](#requirements)
8
+
-[Development Workflow](#development-workflow)
9
+
-[Updating VS Code](#updating-vs-code)
10
+
-[Build](#build)
11
+
-[Structure](#structure)
12
+
-[Modifications to VS Code](#modifications-to-vs-code)
13
+
-[Currently Known Issues](#currently-known-issues)
13
14
14
15
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
15
16
@@ -35,8 +36,9 @@ There are several differences, however. You must:
35
36
- Use Node.js version 12.x (or greater)
36
37
- Have [yarn](https://classic.yarnpkg.com/en/) installed (which is used to install JS packages and run development scripts)
37
38
- Have [nfpm](https://github.com/goreleaser/nfpm) (which is used to build `.deb` and `.rpm` packages and [jq](https://stedolan.github.io/jq/) (used to build code-server releases) installed
39
+
- Have [shfmt](https://pkg.go.dev/mvdan.cc/sh/v3) installed to run `yarn fmt` (requires Go is installed on your system)
38
40
39
-
The [CI container](../ci/images/debian8/Dockerfile) is a useful reference for all
41
+
The [CI container](../ci/images/debian10/Dockerfile) is a useful reference for all
0 commit comments