code-server-2/ci/dev
Asher 3761f7bd51
Patch VS Code to wait for storage write (#2049)
VS Code has a short delay before writing storage (probably to queue up
rapid changes). In the web version of VS Code this happens on the client
which means if the page is reloaded before the delay expires the write
never happens.

Storage updates are already promises so this simply returns the promise
returned by the delayer so it won't resolve until the write actually
happens.

Fixes #2021.
2020-09-03 13:57:46 -05:00
..
image Minor release process fixes (#2042) 2020-09-03 02:16:57 -04:00
ci.sh Add NPM package, debs, rpms and refactor CI/build process 2020-05-06 20:25:52 -04:00
diff-vscode.sh Document structure better 2020-05-17 16:53:08 -04:00
fmt.sh Remove zip library dependency 2020-06-03 18:24:59 -04:00
lint.sh Add warning when using outdated code-server script 2020-06-03 15:45:17 -04:00
patch-vscode.sh Bundle VS Code node_modules to avoid yarn dependency 2020-05-13 02:35:11 -04:00
test.sh Add NPM package, debs, rpms and refactor CI/build process 2020-05-06 20:25:52 -04:00
vscode.patch Patch VS Code to wait for storage write (#2049) 2020-09-03 13:57:46 -05:00
vscode.sh Set --frozen-lockfile with yarn when necessary 2020-05-14 22:33:12 -04:00
watch.ts Fix watch exiting if no plugin 2020-08-18 16:34:59 -05:00