From 148b852d6ee1cfd60959fbd4ae0391eeb66f88f5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 23 Apr 2022 08:59:31 -0500 Subject: Upgrade 'sqlite3' Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning --- .devcontainer/devcontainer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.devcontainer') diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 54d7c459b..10c2fb733 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,9 +16,7 @@ }, // Add the IDs of extensions you want installed when the container is created. - "extensions": [ - "dbaeumer.vscode-eslint" - ], + "extensions": ["dbaeumer.vscode-eslint"], // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], -- cgit v1.2.3-70-g09d2