Closed PhilipMok-cc closed 2 years ago
@philip-mok We need github access to download the precompiled binary of native module and clidriver. If you block github, then you need to have Visual Studio and MSBuild.exe installed in the system so that you can compile the native code and get windows binary. For that follow below instructions:
include
directory.node_modules\ibm_db
directory under db2connect
extension.npm install --vscode
command under ibm_db directory and see for final success message.Check the node.js version in Help->About
in your vscode and same version of node.js should be installed in your system. Thanks.
Many Thanks! Most of my college are data warehouse developer and has no knowledge on typescript. Could we manually download a stable compiled binay before we distribute it? we have the db2client installed.
@PhilipMok-cc Yes, you can download stable compiled binary and distribute it. But, first you need to install it in a system with internet connection. Then you can copy the installed directory and distribute on other system having same version of vscode and node.js with similar install path. Thanks.
Steps to Reproduce:
Are there any offline installation package? or any step to linkup my db2 client and the vs code extension?