Commit 667e17f
authored
Revert modifications caused by Code's test run (#3993)
VS Code 1.67.0 and up now modify the local `package.json` file during
test run. Because we first run our tests in CI and then package our
extension, this modification gets saved into the extension package. We
need to check the file back out from Git after the test run.1 parent b4409fd commit 667e17f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
0 commit comments