Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't find the nightly version in the extension view #163700

Closed
Aster89 opened this issue Oct 14, 2022 · 7 comments
Closed

I can't find the nightly version in the extension view #163700

Aster89 opened this issue Oct 14, 2022 · 7 comments
Assignees
Labels
*out-of-scope Posted issue is not in scope of VS Code

Comments

@Aster89
Copy link

Aster89 commented Oct 14, 2022

The following is from the read me

  1. Open the extensions view (ctrl+shift+x) and search for @builtin @id:ms-vscode.js-debug
  2. Right click on the JavaScript Debugger extension and Disable it.
  3. Search for @id:ms-vscode.js-debug-nightly in the extensions view.
  4. Install that extension.

however at step 3 I don't find anything (the result shows No extensions found).

What am I missing?

@connor4312
Copy link
Member

Hm, can you take a screenshot of your window when you're in the step 3 state?

@Aster89
Copy link
Author

Aster89 commented Oct 14, 2022

Sometimes it shows No extensions found. I can't reproduce it now. However, this is what is happening right now:
vscode

@connor4312
Copy link
Member

Trying to search for @builtin @id:ms-vscode.js-debug-nightly will not work, since it's not a built-in extension. You need to search only for @id:ms-vscode.js-debug-nightly.

@Aster89
Copy link
Author

Aster89 commented Oct 14, 2022

The result is the one I mentioned in the first post:
notfound

@connor4312
Copy link
Member

Also, to confirm, are you using VS Code proper or something like VS Codium?

@Aster89
Copy link
Author

Aster89 commented Oct 18, 2022

@connor4312, I think it's VSCode proper. I've installed it via sudo pacman -S code on ArchLinux, and the Help > About shows I'm on the commit 129500e.

@connor4312
Copy link
Member

Yea, that appears to be a VS Codium build, and therefore does not use the same extension marketplace. You can download the nightly build from the right hand side of https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-debug-nightly and the use the "Install from VSIX" command to manually install it.

@connor4312 connor4312 added the *out-of-scope Posted issue is not in scope of VS Code label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

3 participants