Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/patches
Asher 06e36b42bb
fix: add missing package.json and source maps (#5040)
* Use --exclude to skip node_modules

Instead of copying and then deleting them.  This will also catch some
node_modules directories that were missed.

* Remove per-extension dependency install

Code packages all the dependencies using webpack for each extension so
there are no dependencies to install.

* Include source maps

I also moved this to its own patch because it feels sufficiently
standalone.

Fixes #5026.

* Refresh language patch

The base is slightly different so it needed to be refreshed.

* Add missing package.json

This was caused by switching to Code's package step which does not
include the package.json.

Fixes #5019.

* Include keytar

It seems this actually is used now.
2022-03-30 10:35:22 -05:00
..
base-path.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
connection-type.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
display-language.diff fix: add missing package.json and source maps (#5040) 2022-03-30 10:35:22 -05:00
github-auth.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
insecure-notification.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
integration.diff fix: add missing package.json and source maps (#5040) 2022-03-30 10:35:22 -05:00
last-opened.diff fix: minor build fixes (#5039) 2022-03-29 13:13:56 -05:00
local-storage.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
log-level.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
logout.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
marketplace.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
node-version.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
post-install.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
proposed-api.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
proxy-uri.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
series fix: add missing package.json and source maps (#5040) 2022-03-30 10:35:22 -05:00
service-worker.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
sourcemaps.diff fix: add missing package.json and source maps (#5040) 2022-03-30 10:35:22 -05:00
store-socket.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
unique-db.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
update-check.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
webview.diff chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00