question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug 708 again in VS Code Insiders

See original GitHub issue

Describe the bug 708 This is Bug #708 returning, apparently. I had never seen this bug before and it is marked as resolved, but it is occurring in VS Code Insiders. I do not have Node.js installed, and no idea why this is suddenly occurring on my home and work PCs. A possible workaround for me is to go into the @builtin extensions and disable the JavaScript debugger to suppress the error on program launch.

Version: 1.50.0-insider (user setup) Commit: 403a6895f401c397933ec5c4f7d89432a33509b6 Date: 2020-09-18T05:31:09.978Z Electron: 9.3.0 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Windows_NT x64 10.0.19041

Bug 708

To Reproduce Steps to reproduce the behavior:

  1. Open VS Code Insiders
  2. Error pops up immediately, “We did not find “node” on your path, so can not enable auto-attach in your environment” with a link to bug #708 in the Details button.

Log File for extension host, as that is the only one I could find with possibly relevant information, sorry: [2020-09-18 13:54:03.650] [exthost] [info] extension host started [2020-09-18 13:54:03.660] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {“startup”:false,“extensionId”:{“value”:“vscode.microsoft-authentication”,“_lower”:“vscode.microsoft-authentication”},“activationEvent”:“onAuthenticationRequest:microsoft”} [2020-09-18 13:54:03.660] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/byron/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/extensions/microsoft-authentication/dist/extension.js [2020-09-18 13:54:03.667] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {“startup”:false,“extensionId”:{“value”:“vscode.github-authentication”,“_lower”:“vscode.github-authentication”},“activationEvent”:“onAuthenticationRequest:github”} [2020-09-18 13:54:03.668] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/byron/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/extensions/github-authentication/dist/extension.js [2020-09-18 13:54:03.673] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.js-debug {“startup”:false,“extensionId”:{“value”:“ms-vscode.js-debug”,“_lower”:“ms-vscode.js-debug”},“activationEvent”:“onDebugDynamicConfigurations”} [2020-09-18 13:54:03.673] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/byron/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/extensions/ms-vscode.js-debug/src/extension.js [2020-09-18 13:54:03.748] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {“startup”:true,“extensionId”:{“value”:“vscode.debug-auto-launch”,“_lower”:“vscode.debug-auto-launch”},“activationEvent”:“"} [2020-09-18 13:54:03.748] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/byron/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/extensions/debug-auto-launch/dist/extension [2020-09-18 13:54:03.751] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {“startup”:true,“extensionId”:{“value”:“vscode.emmet”,“_lower”:“vscode.emmet”},“activationEvent”:"”} [2020-09-18 13:54:03.751] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/byron/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/extensions/emmet/dist/node/emmetNodeMain [2020-09-18 13:54:03.758] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {“startup”:true,“extensionId”:{“value”:“vscode.github”,“_lower”:“vscode.github”},“activationEvent”:“"} [2020-09-18 13:54:03.758] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/byron/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/extensions/git/dist/main [2020-09-18 13:54:03.769] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {“startup”:true,“extensionId”:{“value”:“vscode.merge-conflict”,“_lower”:“vscode.merge-conflict”},“activationEvent”:"”} [2020-09-18 13:54:03.769] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/byron/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/extensions/merge-conflict/dist/mergeConflictMain [2020-09-18 13:54:03.771] [exthost] [info] ExtensionService#_doActivateExtension vscode.search-result {“startup”:true,“extensionId”:{“value”:“vscode.search-result”,“_lower”:“vscode.search-result”},“activationEvent”:“"} [2020-09-18 13:54:03.771] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/byron/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/extensions/search-result/dist/extension.js [2020-09-18 13:54:03.817] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {“startup”:true,“extensionId”:{“value”:“vscode.github”,“_lower”:“vscode.github”},“activationEvent”:"”} [2020-09-18 13:54:03.817] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/byron/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/extensions/github/dist/extension.js [2020-09-18 13:54:03.829] [exthost] [info] eager extensions activated

VS Code Version: Replace me!

Additional context Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
connor4312commented, Sep 18, 2020

no worries!

1reaction
connor4312commented, Sep 18, 2020

Thanks for the issue, this duplicates https://github.com/microsoft/vscode/issues/106983 and will be fixed in the next Insiders build.

Until that happens in a few hours, you could ignore this error or manually set debug.javascript.autoAttachFilter to disabled to avoid this behavior.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Activation Events | Visual Studio Code Extension API
To support lazy activation of Visual Studio Code extensions (plug-ins), your extension controls when it should be loaded through a set of Activation...
Read more >
April 2019 (version 1.34) - Visual Studio Code
VS Code now optimistically caches CodeLens locations and restores them immediately after switching editors. This fixes an issue where CodeLens lines would shift ......
Read more >
May 2021 (version 1.57) - Visual Studio Code
Insiders : Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates...
Read more >
January 2022 (version 1.64) - Visual Studio Code
Insiders: Want to try new features as soon as possible? ... This minor update fixes a few important crashes and tooling bugs.
Read more >
November 2021 (version 1.63) - Visual Studio Code
Configure Problems navigation order - Go to next error or warning by severity or file position. ... Insiders: Want to try new features...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found