Edk2: Extension in WSL #2910
Replies: 1 comment
-
|
Hi @selvamuthuks , If you are having issues while using dealing with EDK2 extension in VS Code, the best place to look for help would be the EDK2 support channel, which by the extension list you provided (intel-corporation.edk2code), I guess would be https://github.com/intel/Edk2Code/issues. In the meantime, be sure you have installed the extension inside the WSL, because looking at the extension's source I did't see it saying it works remotely. Which means, if you install it in your Windows OS and tries to load projects located in the WSL, it may not work properly. Btw, for future questions about using VS Code itself, please use Stack Overflow, as indicated by VS Code documentation (https://stackoverflow.com/questions/tagged/vscode), since this discussion forum is intended for extension development only, for now. Hope this helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi VS Code,
I have installed VSCode (
VSCodeSetup-x64-1.105.1.exe)in my laptop, which has WSL subsystem.I have downloaded an EDK source and kept it in WSL Ubunutu 22.04.
I have been opening the EDK source in the WSL linux terminal by
"code . ".After loading the source in VS Code, none of the EDK2 facilities are working, like
EDK2: Goto Definition,EDK2: Goto Inf,EDK2: Show Reference Tree. Even default, Goto Defination, Goto Declarations are not working.I have installed the following extension in vscode,
My WSL details,
My windows OS details,
Please provide your suggestion.
Thanks,
Dhanasekar
Beta Was this translation helpful? Give feedback.
All reactions