mirror of
https://github.com/coder/code-server.git
synced 2026-06-23 02:17:11 +02:00
chore(vscode): update to 1.53.2
These conflicts will be resolved in the following commits. We do it this way so that PR review is possible.
This commit is contained in:
12
lib/vscode/build/lib/typings/gulp-cssnano.d.ts
vendored
12
lib/vscode/build/lib/typings/gulp-cssnano.d.ts
vendored
@@ -1,12 +0,0 @@
|
||||
|
||||
declare module "gulp-cssnano" {
|
||||
function f(opts:{reduceIdents:boolean;}): NodeJS.ReadWriteStream;
|
||||
|
||||
/**
|
||||
* This is required as per:
|
||||
* https://github.com/microsoft/TypeScript/issues/5073
|
||||
*/
|
||||
namespace f {}
|
||||
|
||||
export = f;
|
||||
}
|
||||
Reference in New Issue
Block a user