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

  1. d9adb6ec
  2. f3d783c9
  3. 60d9df8a
  4. a125cc66
  5. 15fa14e1
  6. 33af16a7 merged with 21038dc0
  7. e9249280
  8. efe5e060
  9. 48d35be0
  10. 1172bdd0
  11. 93e518a4
  12. 514a024c
  13. 2f0a3e35
  14. c184ac1c
  15. 78682e83
    1. Only extracted the changes in files build/hygiene.js and build/npm/postinstall.js .

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 vscode
  • git am ../vscode-patches/* or git apply ../vscode-patches/*

Changes should apply cleanly

Edited by Enrique Alcántara

Merge request reports

Loading