File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Contributing
4
4
5
5
- [ Requirements] ( #requirements )
6
+ - [ Linux-specific requirements] ( #linux-specific-requirements )
6
7
- [ Creating pull requests] ( #creating-pull-requests )
7
8
- [ Commits and commit history] ( #commits-and-commit-history )
8
9
- [ Development workflow] ( #development-workflow )
@@ -42,13 +43,21 @@ Here is what is needed:
42
43
signature
43
44
verification] ( https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification )
44
45
or follow [ this tutorial] ( https://joeprevite.com/verify-commits-on-github )
45
- - ` build-essential ` (Linux only - used by VS Code)
46
- - Get this by running ` apt-get install -y build-essential `
47
46
- ` rsync ` and ` unzip `
48
47
- Used for code-server releases
49
48
- ` bats `
50
49
- Used to run script unit tests
51
50
51
+ ### Linux-specific requirements
52
+
53
+ If you're developing code-server on Linux, make sure you have installed or install the following dependencies:
54
+
55
+ ``` shell
56
+ sudo apt-get install build-essential g++ libx11-dev libxkbfile-dev libsecret-1-dev python-is-python3
57
+ ```
58
+
59
+ These are required by VS Code. See [ their Wiki] ( https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites ) for more information.
60
+
52
61
## Creating pull requests
53
62
54
63
Please create a [ GitHub Issue] ( https://github.com/cdr/code-server/issues ) that
You can’t perform that action at this time.
0 commit comments