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: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,21 @@ To properly patch, please run script:
13
13
`sh ./scripts/install.sh`
14
14
15
15
This script will:
16
+
16
17
- use `quilt` to pop any existing patches.
17
18
- update the submodule to verify the local version is in parity with source
18
19
- apply all patches with `quilt` from `./patches`
19
20
- runs `./scripts/postinstall.sh` that will comment out 2 breaking `git config` lines from `./vscode/build/npm/postinstall.js`
20
21
- runs `./scripts/copy-resource.sh` that will copy patched version of code - oss from `./vscode` into `./patched-vscode` folder along with icon(s) and svg(s) from `./resources` folder
21
22
- runs `yarn install` and downloads built in extensions on patched submodule
22
23
24
+
## Local Setup
25
+
26
+
- Install Prerequisite tools described [here](https://web.archive.org/web/20231012223533/https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites) for your operating system.
27
+
- Run `sh ./scripts/install.sh`
28
+
- Run `yarn watch` from within the `vscode` folder
29
+
- Open a new terminal and run `./vscode/scripts/code-server.sh --launch`
30
+
23
31
## Troubleshooting and Feedback
24
32
25
33
For any issues that customers would like to report, please route to the `amazon-sagemaker-feedback` repository: https://github.com/aws/amazon-sagemaker-feedback
@@ -30,4 +38,4 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform
30
38
31
39
## License
32
40
33
-
This library is licensed under the MIT License. See the LICENSE file.
41
+
This library is licensed under the MIT License. See the LICENSE file.
0 commit comments