lambda-live-debugger 0.0.116 → 0.0.117
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/extension/extension.zip +0 -0
- package/dist/vsCode.mjs +1 -1
- package/package.json +1 -1
|
Binary file
|
package/dist/vsCode.mjs
CHANGED
|
@@ -31,7 +31,7 @@ async function getVsCodeLaunchConfig() {
|
|
|
31
31
|
Logger.verbose('Lambda Live Debugger is installed locally');
|
|
32
32
|
// check if file exists
|
|
33
33
|
try {
|
|
34
|
-
Logger.
|
|
34
|
+
Logger.verbose('Checking local folder for runtimeExecutable setting for VsCode configuration', localFolder);
|
|
35
35
|
await fs.access(localFolder, fs.constants.F_OK);
|
|
36
36
|
config.configurations[0].runtimeExecutable = localRuntimeExecutable;
|
|
37
37
|
runtimeExecutableSet = true;
|