refactor: Convert vscode changes to patch files
Issue: Convert commits that modify VSCode upstream int... (#35 - closed)
What does this MR do?
It creates patch files from the commits in this repository that modify the vscode upstream project. Not all commits were converted into patch files. I took the opportunity of this MR to revisit the need of some of these changes, and omit commits when possible.
Commits converted to a patch
- d9adb6ec
- f3d783c9
- 60d9df8a
- a125cc66
- 15fa14e1
- 33af16a7 merged with 21038dc0
- e9249280
- efe5e060
- 48d35be0
- 1172bdd0
- 93e518a4
- 514a024c
- 2f0a3e35
- c184ac1c
-
78682e83
- Only extracted the changes in files
build/hygiene.jsandbuild/npm/postinstall.js.
- Only extracted the changes in files
Commits not converted to a patch
| Reason | Commit URL |
|---|---|
| Since this settings.json file won't be in the root directory of this repository anymore, it won't affect VSCode's behavior. Am I right? | 26d28f42 |
| We've never used this telemetry capability. It was intended to track the usage of Web IDE's Remote Development mode, but we are deprecating this feature. | f56606e1 |
| This commit was reverted | fa80d2dd |
| Commit was merged with 33af16a7 | 21038dc0 |
| This is a revert commit | 717240e4 |
How to test in your local environment?
cd vscodegit am ../vscode-patches/* or git apply ../vscode-patches/*
Changes should apply cleanly
Edited by Enrique Alcántara