-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Extensions for running applications other than Node.js do not work #2391
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
Comments
You might be running into this: #2120
If that's not it in your case, please post logs!
https://github.com/cdr/code-server/blob/v3.7.4/doc/FAQ.md#how-do-i-debug-issues-with-code-server
It's odd that it's not appearing in the extension list at all though.
That's definitely not expected behavior. Logs might help to figure this
out as well.
|
Hi, thank you for the help. I tried with to run vs with --debug trace option. After opening vs again on my iPad i received a notification saying that extension ms-vscode.cpptools-1.1.2 did not install correctly, and asking whether I'd like to install it again. I did so, and received:
I also tried downloading and installing cpptools-linux-aarch64.vsix. It installed successfully, however for some reason no change is visible. On the tab "Run and Debug" there is still default text "To customize Run and Debug create a launch.json file (...)". I even did so manually, and it is still not visible in this tab, just like vs code still does not see it. Installing and launching Node.js, Edge, Chrome extensions work, in terms that I chose the extension, installed it, and it was automatically written to launch.json file. However, I did not test whether any of these actually work, as I usually don't develop anything in js. As for the logs, I attached ms-vscode-cpptools.txt from the ~/.local/share/code-server/logs dir. Is there anything else I can do? I tried your IDE, it works well for me, apart from minor issues with using Magic Keyboard on my iPad (but I've already seen you work on it, as there were some existing issues here relating to the topic). I'd really like to make these Extensions thing work, though. |
Ohhh, it looks like this is causing the crash:
You might be running into this issue then: #2263 Did you install |
Also keep in mind you'll need |
Thank you very much for the help, using |
No worries! I actually made the same mistake. :P
We can go ahead and close this issue since we have this tracked and we
know what the cause is here: #2120 (comment)
|
Hi, started using your app recently and I tried today to add extension for running/debugging C/C++ applications. The extension installs alright, both from inside the app list and installing manually via .vxsix file. However, it does not edit the launch.json file and the vs code does not see it on the list of installed extensions either. What is the problem here? Is it that vs code server does only help with running node.js so far, or are other languages supported as well? If so, there should be some documentation from you saying how to add these extensions, 'cause my "thorough" 2hrs research just simply didn't work.
Btw great app. Apart from minor issues, my main development env on iPad Pro (vs code runs on Linux Centos VPS)
The text was updated successfully, but these errors were encountered: